plt3DIPlot GetAxesScaleMethod
Returns the current axes scaling method.
Syntax
plt3DIPlot_handle GetAxesScaleMethod
Application
HyperWorks Tcl Query
Description
Returns byviewport when the axes are stretched to maximize the window area.
byrange when the units have the same length along each axis.
none displays the axes as a cubical box.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetAxesScaleMethod
Errors
None.