This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
2c45a521 519d 4f61 2a50 b2afffc223ce
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the list of polyline vertexes.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3[] Vertexes
VB
Public Vertexes As Vector3()
C++
public:
array<Vector3>^ Vertexes
F#
val mutable Vertexes: Vector3[]
Vector3[]
The position of the vertex is defined by the X and Y coordinates, the Z value represents the bulge at that vertex.