SceneGetOrCreateConcretePanel Method |
返回用户文档首页
获取或创建混凝土墙
Namespace: LoongCAD.STCAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic ConcretePanel GetOrCreateConcretePanel(
long id,
string profile,
Vec3 pos0,
Vec3 pos1
)
Parameters
- id Int64
- 获取对象id
- profile String
- 梁截面
- pos0 Vec3
- 第一个控制点
- pos1 Vec3
- 第二个控制点
Return Value
ConcretePanel混凝土墙对象
See Also