---
title: "show"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737521/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

> Macro (scroll-tablelayout)

|  |
| --- |
| `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"
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

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