fusion_sketch_line
Draw a line segment in a Fusion 360 sketch by specifying start and end coordinates in millimeters. Define x1, y1, x2, y2 to create the line.
Instructions
Draw a single line segment from (x1,y1) to (x2,y2), in mm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| plane | No | xy | |
| sketch | No |