cad_sketch_line
Add a line segment to a CAD sketch and return its entity ID for referencing endpoints in parametric modeling.
Instructions
Add a line; returns its entityId (points are .start / .end).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| start | Yes | ||
| end | Yes | ||
| construction | No |