PolyfaceMeshFaces Property
|
Gets or sets the polyface mesh
faces.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<PolyfaceMeshFace> Faces { get; }
Public ReadOnly Property Faces As List(Of PolyfaceMeshFace)
Get
public:
property List<PolyfaceMeshFace^>^ Faces {
List<PolyfaceMeshFace^>^ get ();
}
member Faces : List<PolyfaceMeshFace> with get
PROPERTY Faces AS List<PolyfaceMeshFace> GET
Property Value
Type:
ListPolyfaceMeshFaceSee Also