Click or drag to resize

ComponentBaseGetOrCreateSteelBeam Method

返回用户文档首页
获取或创建钢梁

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
SteelBeam GetOrCreateSteelBeam(
	string usage,
	string profile,
	Vec3 pos0,
	Vec3 pos1
)

Parameters

usage  String
对象用途key,用于下一次执行时索引复用复用
profile  String
截面名称
pos0  Vec3
第一个控制点位置
pos1  Vec3
第二个控制点位置

Return Value

SteelBeam
钢梁对象
See Also