Extend Curve
extend_curveExtends a sketch curve to its nearest intersection point. Select the curve by index and provide the X and Y coordinates near the end to extend, enabling precise geometry adjustments.
Instructions
Extend a sketch curve to the nearest intersection. The end nearest to the given point is extended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_x | Yes | X near the end to extend | |
| point_y | Yes | Y near the end to extend | |
| curve_index | Yes | Index of the curve to extend | |
| sketch_name | No |