Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2c45a521 519d 4f61 2a50 b2afffc223ce

haplokuon edited this page May 6, 2023 · 1 revision

Vertexes Field

netDxf 3.0.0 Library

Gets or sets the list of polyline vertexes.

Definition

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[]

Field Value

Vector3[]

Remarks

The position of the vertex is defined by the X and Y coordinates, the Z value represents the bulge at that vertex.

See Also

Reference

HatchBoundaryPath.Polyline Class
netDxf.Entities Namespace

Clone this wiki locally