Replaces the underlying NURBS curve that defines the shape of the fixed curve. This can only be used if the isNative property of the SketchFixedSpline returns false.
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.
|
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.
|
Type | Description |
boolean | Returns true if the replacement was successful. |
Name | Type | Description |
nurbsCurve | NurbsCurve3D | A NurbsCurve3D object that defines a valid NURBS curve and will be used to replace the existing geometry definition. |