Click or drag to resize

SplineToPolyline Method

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

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

Parameters

precision
Type: SystemInt32
Number of vertexes generated.

Return Value

Type: Polyline
A new instance of Polyline that represents the spline.
See Also