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