Create User Coordinate System
create_ucsCreate a user coordinate system (UCS) at specified X, Y, Z coordinates with optional rotation angles to establish a custom reference frame for Fusion 360 modeling.
Instructions
Create a UCS at (x, y, z) with optional rotation (Fusion 2026+ UCS API, preview). A hidden reference sketch is created to anchor the UCS — do not delete it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Origin X (cm) | |
| y | No | Origin Y (cm) | |
| z | No | Origin Z (cm) | |
| name | No | UCS name | |
| angle_x | No | Rotation about X (degrees) | |
| angle_y | No | Rotation about Y (degrees) | |
| angle_z | No | Rotation about Z (degrees) |