Click or drag to resize

MeshEdgeStartVertexIndex Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the edge start vertex index.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public int StartVertexIndex { get; set; }
Request Example View Source

Property Value

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