返回用户文档首页
            添加三角形
            
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 AddTriangle(
	int index1,
	int index2,
	int index3
)
Parameters
- index1  Int32
 - 三角形第一点在Points中的下标
 - index2  Int32
 - 三角形第二点在Points中的下标
 - index3  Int32
 - 三角形第三点在Points中的下标
 
See Also