hwI3DViewCtrl GetOrtho

Finds the ortho (volume) of the 3D plot.

Syntax

hwI3DViewControl_handle GetOrtho

Application

HyperWorks Tcl Modify

Description

This command gets the ortho, or volume of the plot, by finding its dimensions. The output of this function is “xmax xmin ymin ymax zmin zmax”. These values find the minimum and maximum values for x, y, and z.

Example

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

Error

Returns success (the ortho) or an error message.

Keywords

HyperWorks

3D plot

Tcl

Modify