This element is used to determine actions that are executed under certain conditions.
Actions (ACTIONS) are instructions that are executed if a condition is met. The following actions can be executed:
- The setting of options (SET_FEATURE_FIXED) with the following options:
§Direct, e.g. main fabric = "blue" (OPTION)
§the setting of feature values from another feature (FEATURE), e.g. ledge fabric = main fabric
§the calculation of options (e.g. sitting height + 5 cm).
This function is only available for dimension versions and takes place via a formula string that may contain parameters and values.
This requires the feature (e.g. sitting height) to be assigned with a parameter (e.g. "sh").
The measure parameter (MEASURE_PARAMETER) can be supplemented with a unit (MEASURE_UNIT). The formula (FORMULA_STRING) therefore only contains the parameters (e.g. planning width = 2 * st + sb, which means that the planning width results from the sitting width + 2 times the side element width)
- The setting of standard options (SET_FEATURE_DEFAULT, SET_FEATURE_DEFAULT_NULL):
These can be filled if no value has been entered yet. The same options as above apply.
- The visibility of features (SET_FEATURE_VISIBLE, SET_FEATURE_INVISIBLE) and disabling of rules (DISABLE_DECISION, ENABLE_DECISION):
Example: for wooden feet, a potentially existing feature for a shade can be displayed and made invisible if a metal foot is selected.