 | 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
Syntaxpublic List<Vector2> PolygonalVertexes(
int bulgePrecision,
double weldThreshold,
double bulgeThreshold
)
Request Example
View SourceParameters
- 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:
ListVector2A list of vertexes expressed in object coordinate system.
See Also