add_sketch_dimension
Apply dimension constraints to sketch entities in Fusion 360, specifying distances, radii, diameters, or angles with precise values and text placement.
Instructions
Add a dimension constraint to sketch entities. Supported types: distance, radius, diameter, angle.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sketch_index | Yes | Index of the sketch (0-based). | |
| dimension_type | Yes | Type of dimension. | |
| entity1_index | Yes | Index of the first sketch entity. | |
| entity2_index | No | Index of the second entity (for distance between two entities or angle). | |
| value | Yes | Dimension value: mm for distance/radius/diameter, degrees for angle. | |
| text_position_x | No | X position for the dimension text in mm. | |
| text_position_y | No | Y position for the dimension text in mm. |