catia_create_parameter
Create a named user parameter—length, angle, number, string, or boolean—that formulas and feature dimensions can reference to drive the CATIA model.
Instructions
Create a user parameter to drive the model - a named length, angle, number, string or flag that formulas and feature dimensions can refer to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new parameter. | |
| value | No | Initial numeric value (mm for length, degrees for angle). | |
| comment | No | Optional description. | |
| text_value | No | Initial value for a string parameter. | |
| parameter_type | No | length | angle | real | integer | string | boolean. | length |