Click or drag to resize

PolyfaceMeshFaceVertexIndexes Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of indexes to the vertex list of a polyface mesh that makes up the face.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<short> VertexIndexes { get; }
Request Example View Source

Property Value

Type: ListInt16
See Also