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

9aa7c6bd 731b a7f3 ceed 2269fb3a23ab

haplokuon edited this page May 6, 2023 · 1 revision

PolygonalVertexes Method

netDxf 3.0.0 Library

Converts the polyline in a list of vertexes.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<Vector3> PolygonalVertexes(
	int precision
)

VB

Public Function PolygonalVertexes ( 
	precision As Integer
) As List(Of Vector3)

C++

public:
List<Vector3>^ PolygonalVertexes(
	int precision
)

F#

member PolygonalVertexes : 
        precision : int -> List<Vector3> 

Parameters

  Int32
Number of vertexes generated, only applicable for smoothed polylines.

Return Value

List(Vector3)
A list vertexes that represents the polyline.

See Also

Reference

Polyline3D Class
netDxf.Entities Namespace

Clone this wiki locally