ComponentBaseGetOrCreateQuad Method |
返回用户文档首页
获取或创建辅助面片
Namespace: LoongCAD.STC.Object3DAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax AuxiliaryQuad GetOrCreateQuad(
string usage,
Plane pl,
double width,
double height
)
Parameters
- usage String
- 对象用途key,用于下一次执行时索引复用
- pl Plane
- 辅助面坐标系
- width Double
- 辅助面显示宽度
- height Double
- 辅助面显示高度
Return Value
AuxiliaryQuad辅助面片对象
See Also