*View()
Sets the view of the model to either one of the preset named views or to a specific view given by the 16 values used to set the 4x4 view matrix.
Syntax
*View (named_view)
*View (vm_00, vm_01, vm_02, vm_03, vm_10, vm_11, vm_12, vm_13, vm_20, vm_21, vm_22, vm_23, vm_30, vm_31, vm_32, vm_33)
Application
HyperView and MotionView.
Inputs
- named_view
 - One of the preset, named views. Options include “top”, “left”, “front”, or “iso”.
 - vm_rc (vm_00-vm_33)
 - The 4x4 view matrix, where r is the row number and c is the column number within the matrix.
 
Context
BeginGraphic()
*BeginModel()
*BeginPage()
*BeginWindow()
Example
*BeginGraphic()
    *View(0.707107, 0.353553, -0.612372, 0, 
          -0.707107, 0.353553, -0.612372, 0, 
          -3.09086e-008, 0.866025, 0.5, 0, 
          394.54, -358.436, 756.872, 1)
*EndGraphic()