plt3DIPlot GetAspectRatio
Gets the relative lengths of the Y and Z axes with respect to X.
Syntax
plt3DIPlot_handle GetAspectRatio
Application
HyperWorks Tcl Query
Description
The aspect ratios of the axes can be set explicitly. The X axis is assumed always to have a length of one, with Y and Z axes having individual values associated with them to define the ratios. Once set, the ratios can be frozen by calling SetAspectRatioLocked. If not locked, the ratios may be changed by manipulations of the GUI.
Returns a string containing an ASCII representation of the Y and Z factors.
Example
To get the Y and Z aspect ratio factors from an existing plot:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetAspectRatio
Errors
None.