This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
2b724ac4 af1b 1fce eb17 5294f5ce601a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of indexes to the vertex list of a polyface mesh that makes up the face.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short[] VertexIndexes { get; }VB
Public ReadOnly Property VertexIndexes As Short()
GetC++
public:
property array<short>^ VertexIndexes {
array<short>^ get ();
}F#
member VertexIndexes : int16[] with getInt16[]