siViewport Enum


Enumerations

enum   siViewport {
  siViewportFocussed = -3,
  siViewportCurrent = -2,
  siViewportAll = -1,
  siViewportA = 0,
  siViewportB = 1,
  siViewportC = 2,
  siViewportD = 3
}

Detailed Description

Used as a convenient list of identifiers for the different viewports of the view manager. The first three are special identifiers for commands and methods that use the enumeration and do not refer to a specific viewport.
See also:

Enumeration Type Documentation

enum siViewport

Enumerator:
siViewportFocussed  [-3] Refers to the viewport that has the focus (indicated by a light gray border).
siViewportCurrent  [-2] Refers to the viewport that is currently under the cursor.
siViewportAll  [-1] Refers to all viewports. This value is only accepted as an argument if the command or method can use it.
siViewportA  [0] This identifies viewport A, which, in a 4-viewport view, is the upper left viewport (by default the top camera).
siViewportB  [1] This identifies viewport B, which, in a 4-viewport view, is the upper right viewport (by default the scene camera).
siViewportC  [2] This identifies viewport C, which, in a 4-viewport view, is the lower left viewport (by default the front camera).
siViewportD  [3] This identifies viewport D, which, in a 4-viewport view, is the lower right viewport (by default the right camera).