Click or drag to resize

Mesh(ListPoint, ListInt32, ListInt32) Constructor

返回用户文档首页
创建一个Mesh对象

Namespace: LoongCAD.STC.Friendly.Scene.UI
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public Mesh(
	List<Point> points,
	List<int> lines,
	List<int> triangles
)

Parameters

points  ListPoint
顶点列表
lines  ListInt32
线段下标列表
triangles  ListInt32
三角形下标列表
See Also