Click or drag to resize

Mesh Class

返回用户文档首页
用于绘制的三维几何体
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.Scene.UIMesh

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 sealed class Mesh

The Mesh type exposes the following members.

Constructors
 NameDescription
Public methodMesh 创建一个空Mesh对象
Public methodMesh(ListPoint, ListInt32, ListInt32) 创建一个Mesh对象
Top
Properties
 NameDescription
Public propertyLines 线段索引集合
Public propertyPoints 获取顶点集合
Public propertyTriangles 三角形索引集合
Top
Methods
 NameDescription
Public methodAddLine 添加线段
Public methodAddTriangle 添加三角形
Top
See Also