SceneGetOrCreateQuad Method |
返回用户文档首页
获取或创建辅助面片
Namespace: LoongCAD.STCAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic AuxiliaryQuad GetOrCreateQuad(
long id,
Plane pl,
double width,
double height
)
Parameters
- id Int64
- 获取对象id
- pl Plane
- 辅助面坐标系
- width Double
- 辅助面显示宽度
- height Double
- 辅助面显示高度
Return Value
AuxiliaryQuad辅助面片对象
See Also