Creates a new fixed spline using the input NurbsCurve3D to define the shape. The resulting curve is not editable by the user but can be updated via the API using the replaceGeometry method on the SketchFixedSpline object.
"sketchFixedSplines_var" is a variable referencing a SketchFixedSplines object.
|
"sketchFixedSplines_var" is a variable referencing a SketchFixedSplines object.
|
Type | Description |
SketchFixedSpline | Returns the newly created SketchFixedSpline 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. |
Name | Description |
SketchFixedSplines.addByNurbsCurve | Demonstrates the SketchFixedSplines.addByNurbsCurve method. |