hwI3DViewCtrl FitAllFrames
Changes the size of the 3D plot to fit into the entire window.
Syntax
hwI3DViewControl_handle FitAllFrames
Application
HyperGraph 3D Tcl Modify
Description
This command increases or decreases the size of the 3D plot so it fits inside its window snugly. FitAllFrames differs from Fit in that it zooms to fit the window, rather than the curve itself.
Example
hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetViewControlHandle vc
vc FitAllFrames
Error
Returns success (0) or an error code.
Keywords
HyperWorks
3D plot
Tcl
Modify