Class MeshGeometry3D
Inheritance
System.Object
MeshGeometry3D
Assembly: AxCommon.dll
Syntax
public class MeshGeometry3D
Fields
|
Improve this Doc
View Source
Faces
Declaration
public List<TriangleIndices> Faces
Field Value
|
Improve this Doc
View Source
MeshIndicies
Declaration
public List<int> MeshIndicies
Field Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
|
Improve this Doc
View Source
Positions
Declaration
public List<Vector3> Positions
Field Value
Type |
Description |
System.Collections.Generic.List<OpenToolkit.Mathematics.Vector3> |
|