Click or drag to resize

BasicShapeConvertToPolyline Method

Create a figure converted to a polyline.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract PolylineShape ConvertToPolyline(
	double resolution,
	int maxPointCount
)

Parameters

resolution
Type: SystemDouble
Maximum distance between two flattened points
maxPointCount
Type: SystemInt32
Maximum number of point sequences

Return Value

Type: PolylineShape
Represent the converted polyline figure PolylineShape .
See Also