|
Release 4.0 |
 |
Description - <name>.enabled
Name: <name>.enabled
Type: bool
Description:
This property specifies whether the parameter is enabled or disabled. You can specify an expression
which references the value of another parameter: So you can enable/disable a parameter depending on the
value of another parameter.
When the user changes the value of a parameter, ChaosPro will enable/disable other parameters depending on
that parameter immediately.
Example:
- aspect.enabled=(angle>0); // enabled only when angle>0, otherwise this parameter is disabled
- trapradius.enabled=(trapping=="circular""); // parameter will be enabled only when user chose "circular" trapping...
|