nx_sketch_line
Add a line to an explicit sketch reference by providing the sketch ID and two points (start and end) that define the line geometry.
Instructions
Add a line to an explicit sketch reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| sketch_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| status | No | success | |
| message | No |