Click or drag to resize

PolyfaceMeshFaceVertexIndexes Property

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

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<short> VertexIndexes { get; }

Property Value

Type: ListInt16
See Also