Click or drag to resize

SceneCreateLine Method

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

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

Parameters

pos0  Vec3
辅助线第一个端点
pos1  Vec3
辅助线第二个端点
extend  Double
辅助线延长距离
color  Color
辅助线颜色

Return Value

AuxiliaryLine
辅助线对象
See Also