*ProjectionType()
Indicates the projection type of view.
Syntax
*ProjectionType (projection_type)
Application
HyperView
Inputs
- projection_type
- The projection type. Valid options include: Orthographic, Perspective, Lens
Context
*BeginSavedView()
Example
*BeginWindow()
   *BeginSavedView(“View 1”)
      *ProjectionType("Orthographic")
      *ClippingRegion()
      *View()
   *EndSavedView()
*EndWindow()