| 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
Syntaxpublic abstract BSplineCurveShape CreateBSplineCurve(
	Point2d[] points,
	bool close
)
Public MustOverride Function CreateBSplineCurve ( 
	points As Point2d(),
	close As Boolean
) As BSplineCurveShape
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
See Also