Click or drag to resize

MeshEdgeStartVertexIndex Property

Gets or sets the edge start vertex index.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public int StartVertexIndex { get; set; }

Property Value

Type: Int32
Remarks
This value must be positive represent the position of the vertex in the mesh vertex list.
See Also