set_joint_limits
Define min, max, and rest limits for a specific Fusion 360 joint using angle/distance expressions, with the system returning the actual stored values.
Instructions
Set min/max/rest values on an existing joint by name.
Values are expressions: angles for revolute (e.g. '45 deg'), distances for slider.
rest_value is the NEW May 2026 snap-back position. Pass None to leave any field unset.
Limits bind to rotationLimits when the motion has one, else slideLimits
(cylindrical joints get rotation limits). The response echoes back what
Fusion actually stored under applied (internal units: radians / cm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_value | No | ||
| min_value | No | ||
| joint_name | Yes | ||
| rest_value | No |