Click or drag to resize

BSplineCurveShapeGetFlattenedPoints Method

Get the flattened point sequence.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Point2d[] GetFlattenedPoints(
	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: Point2d
Array of Point2d representing a flattened point sequence.
See Also