Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

NameTypeRequiredComments
name

Name of modules in the scene.

Flags

NameFlag argumentsArgument typeExclusive toComments
s0Show 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

  • No labels