---
title: "show"
canonical: "https://help.vicon.com/space/Shogun111/13208538/show"
format: markdown
---
# 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

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `s` | 0 | — | — | Show only the selected objects |

## Return value

void

## Examples

```plaintext
show RANK;  // Sets visibility of RANK module to "on". 
show;  // Set visibility of all modules to "on"
```

# Additional information

## Related commands

- [hide](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208154)