Click or drag to resize

LwPolylinePolygonalVertexes Method

Obtains a list of vertexes that represent the polyline approximating the curve segments as necessary.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<Vector2> PolygonalVertexes(
	int bulgePrecision,
	double weldThreshold,
	double bulgeThreshold
)

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