Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2b724ac4 af1b 1fce eb17 5294f5ce601a

haplokuon edited this page May 6, 2023 · 1 revision

VertexIndexes Property

netDxf 3.0.0 Library

Gets the list of indexes to the vertex list of a polyface mesh that makes up the face.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public short[] VertexIndexes { get; }

VB

Public ReadOnly Property VertexIndexes As Short()
	Get

C++

public:
property array<short>^ VertexIndexes {
	array<short>^ get ();
}

F#

member VertexIndexes : int16[] with get

Property Value

Int16[]

See Also

Reference

PolyfaceMeshFace Class
netDxf.Entities Namespace

Clone this wiki locally