ComponentBaseGetOrCreateConcreteSlab(String, Plane, Plane, Plane) Method |
返回用户文档首页
获取或创建混凝土板
Namespace: LoongCAD.STC.Object3DAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
SyntaxConcreteSlab GetOrCreateConcreteSlab(
string usage,
Plane zTopPlane,
Plane zBottomPlane,
Plane[] sidePlanes
)
Parameters
- usage String
- 对象用途key,用于下一次执行时索引复用复用
- zTopPlane Plane
- 板顶面
- zBottomPlane Plane
- 板地面
- sidePlanes Plane
- 板侧面
Return Value
ConcreteSlab混凝土板对象
See Also