Click or drag to resize

ComponentBaseCreateLine Method

返回用户文档首页
创建辅助线

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
AuxiliaryLine CreateLine(
	Vec3 pos0,
	Vec3 pos1,
	double extend,
	Color color,
	bool bRuntime
)

Parameters

pos0  Vec3
辅助线第一个端点
pos1  Vec3
辅助线第二个端点
extend  Double
辅助线延长距离
color  Color
辅助线颜色
bRuntime  Boolean
子对象是否随组件刷新被删除

Return Value

AuxiliaryLine
辅助线对象
See Also