catia_set_parameter
Change a CATIA parameter's value and recompute the model. Provide a numeric value or a unit string like '25mm' or '45deg' for safer unit conversion.
Instructions
Change a parameter's value and recompute the model. Give either a number, or a string with a unit such as '25mm' or '30deg' - the string form is safer because CATIA does the unit conversion itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact parameter name. | |
| value | No | Numeric value, in CATIA's internal units (mm, deg). | |
| update | No | Recompute the model afterwards. | |
| text_value | No | Value with an explicit unit, e.g. '25mm', '3.5in', '45deg'. |