Click or drag to resize

ShapeCollectionAddInterpolatedBSplineCurve Method

Add a B-spline that passes through the specified points.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntax
public abstract BSplineCurveShape AddInterpolatedBSplineCurve(
	Point2d[] points,
	bool close
)

Parameters

points
Type: RootPro.RootProCAD.GeometryPoint2d
An array of Point2d representing the coordinates of a sequence of fit points.
close
Type: SystemBoolean
A value indicating whether it is closed. True if closed. Otherwise false.

Return Value

Type: BSplineCurveShape
representing the B spline geometry BSplineCurveShape
See Also