hwI3DViewCtrl GetViewMatrix

Finds the view matrix for the 3D plot.

Syntax

hwI3DViewControl_handle GetViewMatrix

Application

HyperWorks Tcl Modify

Description

This command gets the view matrix for the 3D plot. The view matrix is a matrix representing the difference in rotation between the global and the 3D plot.

Example

hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetViewControlHandle vc
vc GetViewMatrix

Error

Returns a view matrix or an error message.

Keywords

HyperWorks

3D plot

Tcl

Modify