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

533ff996 6b94 78e5 d2f4 1901a719d22c

haplokuon edited this page May 6, 2023 · 1 revision

ToPolyline2D Method

netDxf 3.0.0 Library

Converts the arc in a Polyline2D.

Definition

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 

Parameters

  Int32
Number of divisions.

Return Value

Polyline2D
A new instance of Polyline2D that represents the arc.

See Also

Reference

Arc Class
netDxf.Entities Namespace

Clone this wiki locally