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

5ab5c93c e9e4 629b ce54 9a19626269e3

haplokuon edited this page May 6, 2023 · 1 revision

ToPolyline2D Method

netDxf 3.0.0 Library

Converts the ellipse 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 vertexes generated.

Return Value

Polyline2D
A new instance of Polyline2D that represents the ellipse.

See Also

Reference

Ellipse Class
netDxf.Entities Namespace

Clone this wiki locally