Class OffMeshData
Class containing the resulting mesh data extracted from an .OFF file.
Inheritance
System.Object
OffMeshData
Namespace: Paramdigma.Core.IO
Assembly: Paramdigma.Core.dll
Syntax
public class OffMeshData : object
Properties
| Improve this Doc View SourceFaces
Gets or sets the mesh face indices.
Declaration
public List<List<int>> Faces { get; set; }
Property Value
Type | Description |
---|---|
List<List<System.Int32>> |
Vertices
Gets or sets the mesh vertices.
Declaration
public List<Point3d> Vertices { get; set; }
Property Value
Type | Description |
---|---|
List<Point3d> |