This function is retired. See more information in the 'Remarks' section below.
Creates a new fitted spline using the input NurbsCurve3D to define the shape. Fit points are created to create a curve that exactly matches the input curve.
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object. |
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object. |
| Type | Description |
| SketchFittedSpline | Returns the newly created SketchFittedSpline object if the creation was successful or null if it failed. |
| Name | Type | Description |
| nurbsCurve | NurbsCurve3D | A NurbsCurve3D object that defines a valid NURBS curve. |