Gets the mesh faces list.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<int[]> Faces { get; }
Public ReadOnly Property Faces As List(Of Integer())
Get
public:
property List<array<int>^>^ Faces {
List<array<int>^>^ get ();
}
member Faces : List<int[]> with get
PROPERTY Faces AS List<LONG[]> GET
Property Value
Type:
ListInt32See Also