MultiRep

The MultiRep accessor (class ) is used to switch between different representations of a part of your prototype, depending on an integer value. The parameters specify a list of nodes that define the different representations. When the value is changed to n, the accessor shows the n-th node in the list and hides all the other nodes.

This accessor accepts a variable number of parameters. There are as many representation states as you define rows in the parameter editing matrix. A new row is automatically created in the matrix when you validate the value of the last parameter.

Parameters

  • Graphic Node: Defines the node that is shown when the value is 0. Must be a graphic node.

  • Graphic Node: Defines the node that is shown when the value is 1. Must be a graphic node.

  • The type of this value is Int (Integer).

Example

The symbol prototype of the samples prototype library uses two lines, open and closed, to display a two-state switch.