Extend a curve by specifying a point that determines the end of the curve to extend
"sketchControlPointSpline_var" is a variable referencing a SketchControlPointSpline object. |
"sketchControlPointSpline_var" is a variable referencing a SketchControlPointSpline object. |
| Type | Description |
| ObjectCollection | Returns the modified original curve if the start or end of the curve is extended If the extend joins a curve to another, the two original curves are deleted and a new curve is returned If an arc is extended so as to become a circle, the original arc is deleted and a new circle is returned |
| Name | Type | Description |
| endPoint | Point3D | A point (transient Point3D) on or closest to the end of the curve to extend. (start or end) The end of the curve closest to the endPoint gets extended |
| createConstraints | boolean | Constraints are created by default. Specify false to not create constraints. This is an optional argument whose default value is True. |