create_sketch
Create a new sketch on construction planes or planar faces to design 3D models in Fusion 360 using natural language commands.
Instructions
Create a new sketch on a construction plane (XY, XZ, YZ), a user-created construction plane (by index), or a planar face (by 'face:{body_name}:{face_index}').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plane | No | Construction plane name: 'XY', 'XZ', or 'YZ'. Ignored if construction_plane_index or face_ref is provided. | |
| construction_plane_index | No | Index of a user-created construction plane (0-based). Overrides 'plane'. | |
| face_ref | No | Planar face reference: 'face:{body_name}:{face_index}'. Overrides 'plane' and 'construction_plane_index'. | |
| component_name | No | Optional component name. Uses root component if not specified. |