Copy |
Creates a copy of this BSplineCurve object. The result is entirely independent and can be edited without affecting the original BSplineCurve object. |
ExtractPartial |
Creates a new curve by extracting a portion of an existing curve. |
GetBSplineData |
Get the data defining this B-spline. |
GetBSplineInfo |
Gets general information about the definition of the spline, including its order, number of poles and knots, and its rational, periodic, closed, and planar states. |
PutBSplineInfoAndData |
Sets the definition data of the spline. |
Split |
Creates two new curves that are the result of splitting this curve at the specified point. The original curve is left unchanged. |