BSplineCurveShapeSetControlPoint Method |
Set the coordinate of the specified index of the 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 void SetControlPoint(
int index,
Point2d point
)
Public MustOverride Sub SetControlPoint (
index As Integer,
point As Point2d
)
Parameters
- index
- Type: SystemInt32
the index of the sequence of points in the B spline - point
- Type: RootPro.RootProCAD.GeometryPoint2d
See Also