*ViewMode() - HyperView View Setting

Specifies an optional view related setting.

Syntax

*ViewMode(fit, std_view_name)

Application

HyperView

Inputs

fit
Specifies whether the view should be fit to the window (true/false). See Comments below.
std_view_name
Predefined view names (front, back, iso, left, right, top, bottom, none). See Comments below.

Example

*ViewMode(fit, std_view_name)

Comments

Fit Mode: "true" or "false".
  • "false" will use the *View statement settings and is the default setting.
  • "true" will override the *View statement settings.
Standard View: "left", "right", "top", "bottom", "iso", or "none" (the default setting).
  • "none" will use the *View statement settings and is the default setting.
  • "left", "right", "top", "bottom", or "iso" will override the *View statement settings.
Note: The Fit and Standard view arguments can be parameterized.