hwI3DViewCtrl Fit

Zooms into the dimensions of the curve in the 3-D plot.

Syntax

hwI3DViewControl_handle Fit

Application

HyperGraph 3D Tcl Modify

Description

This command zooms in or out of the graph based on the dimensions of the curve in the plot. It differs from Zoom and CircleZoom in that it zooms to the curve’s dimensions, rather than the dimensions that you want. It differs from FitAllFrames in that it zooms to fit the curve itself, rather than the window.

Example

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

Error

Returns success (0) or an error code.

Keywords

HyperWorks

3D plot

Tcl

Modify