modify_dimension
Update a single dimension on a feature or mate by specifying its name and new value in millimeters, returning the updated feature state.
Instructions
Change a single dimension on a feature in the active part or assembly.
Args: feature_name: Exact name of the feature, e.g. "Boss-Extrude1" — or a mate name ("Distance1") when an ensamble is active. dimension_name: Exact name of the dimension within the feature, e.g. "D1". new_value_mm: New value in millimeters (degrees for angle dims, including angle mates).
Returns the updated feature state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_name | Yes | ||
| new_value_mm | Yes | ||
| dimension_name | Yes |