Click or drag to resize

ShapeFactoryCreateBSplineCurve Method

Create a new instance of B spline.

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

Parameters

points
Type: RootPro.RootProCAD.GeometryPoint2d
Point2d array representing the coordinates of the point column
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