返回用户文档首页
            添加线段
            
Namespace: LoongCAD.STC.Friendly.Scene.UIAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic void AddLine(
	int index1,
	int index2
)
Parameters
- index1  Int32
 - 线段第一点在Points中的下标
 - index2  Int32
 - 线段第二点在Points中的下标
 
See Also