Click or drag to resize

ArcToPolyline Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the arc in a Polyline.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public LwPolyline ToPolyline(
	int precision
)
Request Example View Source

Parameters

precision
Type: SystemInt32
Number of divisions.

Return Value

Type: LwPolyline
A new instance of LightWeightPolyline that represents the arc.
See Also