Split a curve at a position specified along the curve
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.
|
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.
|
Type | Description |
ObjectCollection | Returns the resulting 2 curves; the orginal curve + the newly created curve When split spline the original is deleted and two new curves returned. Empty collection returned if curve is closed. |
Name | Type | Description |
splitPoint | Point3D | A position (transient Point3D) on the curve that defines the point at which to split the curve |
createConstraints | boolean | Constraints are created by default. Specify false to create no constraints. This is an optional argument whose default value is True. |