This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
955a44d6 4fe8 0a93 0e30 e283e8616d26
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the mesh faces list.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public List<int[]> Faces { get; }
VB
Public ReadOnly Property Faces As List(Of Integer())
Get
C++
public:
property List<array<int>^>^ Faces {
List<array<int>^>^ get ();
}
F#
member Faces : List<int[]> with get
List(Int32[])