HyperWorks Desktop

*View() - HyperView

Specifies the view orientation matrix for a given window.

*View() - HyperView

Specifies the view orientation matrix for a given window.

Previous topic Next topic No expanding text in this topic  

*View() - HyperView

Specifies the view orientation matrix for a given window.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*View(view_values)

Argument

Name

Description

 

view_values

The view orientation matrix.  This consists of sixteen float values separated by spaces that capture the 4x4 view matrix.

Example

*BeginSavedView(“View 1”)

  *View(“view_values”)

*EndSavedView()

Application

HyperView.

Context

*BeginSavedView()

Comments

A *View() command may be placed inside a *BeginSaveView() block to capture the orientation matrix for a given window.

See also

 

*BeginSavedView()

*ClippingRegion()

List of Session Statements