ShapeCollectionAddBSplineCurve Method |
Add a 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 AddBSplineCurve(
Point2d[] points,
bool close
)
Public MustOverride Function AddBSplineCurve (
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