Click or drag to resize

LwPolylinePolygonalVertexes Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Obtains a list of vertexes that represent the polyline approximating the curve segments as necessary.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<Vector2> PolygonalVertexes(
	int bulgePrecision,
	double weldThreshold,
	double bulgeThreshold
)
Request Example View Source

Parameters

bulgePrecision
Type: SystemInt32
Curve segments precision (a value of zero means that no approximation will be made).
weldThreshold
Type: SystemDouble
Tolerance to consider if two new generated vertexes are equal.
bulgeThreshold
Type: SystemDouble
Minimum distance from which approximate curved segments of the polyline.

Return Value

Type: ListVector2
A list of vertexes expressed in object coordinate system.
See Also