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 411
97c67705 a94b ff00 f99e 1810d9f531fa
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts the bezier curve in a list of vertexes.
Namespace: netDxf
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>
- Int32
- Number of vertexes generated.
List(Vector3)
A list vertexes that represents the bezier curve.