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 409
533ff996 6b94 78e5 d2f4 1901a719d22c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts the arc in a Polyline2D.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Polyline2D ToPolyline2D(
int precision
)
VB
Public Function ToPolyline2D (
precision As Integer
) As Polyline2D
C++
public:
Polyline2D^ ToPolyline2D(
int precision
)
F#
member ToPolyline2D :
precision : int -> Polyline2D
- Int32
- Number of divisions.
Polyline2D
A new instance of Polyline2D that represents the arc.