ComponentBaseCreateConcreteSlab(Plane, Plane, Plane, Boolean) Method |
返回用户文档首页
创建混凝土板
Namespace: LoongCAD.STC.Object3DAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
SyntaxConcreteSlab CreateConcreteSlab(
Plane zTopPlane,
Plane zBottomPlane,
Plane[] sidePlanes,
bool bRuntime
)
Parameters
- zTopPlane Plane
- 板顶面
- zBottomPlane Plane
- 板地面
- sidePlanes Plane
- 板侧面
- bRuntime Boolean
- 子对象是否随组件刷新被删除
Return Value
ConcreteSlab混凝土板对象
See Also