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