Click or drag to resize

ComponentBaseCreateConcretePanel Method

返回用户文档首页
创建混凝土墙

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
ConcretePanel CreateConcretePanel(
	string profile,
	Vec3 pos0,
	Vec3 pos1,
	bool bRuntime
)

Parameters

profile  String
梁截面
pos0  Vec3
第一个控制点
pos1  Vec3
第二个控制点
bRuntime  Boolean
子对象是否随组件刷新被删除

Return Value

ConcretePanel
混凝土墙对象
See Also