/
show
show
Description
Use show to turn on the visibility of named objects in your scene. No arguments turns on visibility for all modules.
Functional area
Data manipulators
Command syntax
Syntax
show name1 name2 ...[-s] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
name | Name of modules in the scene. |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
s | 0 | — | — | Show only the selected objects |
Return value
void
Examples
show RANK; // Sets visibility of RANK module to "on". show; // Set visibility of all modules to "on"
Additional information
Related commands
, multiple selections available,