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 407
faeb8291 2fba f7b8 25b5 ba698daea18a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts the arc in a list of vertexes.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public List<Vector2> PolygonalVertexes(
int precision
)
VB
Public Function PolygonalVertexes (
precision As Integer
) As List(Of Vector2)
C++
public:
List<Vector2>^ PolygonalVertexes(
int precision
)
F#
member PolygonalVertexes :
precision : int -> List<Vector2>
- Int32
- Number of vertexes generated.
List(Vector2)
A list vertexes that represents the arc expressed in object coordinate system.