Mesh(ListPoint, ListInt32, ListInt32) Constructor | 
返回用户文档首页
            创建一个Mesh对象
            
Namespace: LoongCAD.STC.Friendly.Scene.UIAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic Mesh(
	List<Point> points,
	List<int> lines,
	List<int> triangles
)
Parameters
- points  ListPoint
 - 顶点列表
 - lines  ListInt32
 - 线段下标列表
 - triangles  ListInt32
 - 三角形下标列表
 
See Also