hwI3DViewCtrl ArcBall
Allows rotation of the model by manipulating a virtual sphere.
Syntax
viewControl_handle ArcBall
Application
HyperView Tcl Modify
Description
Example
hwi OpenStack;
    variable t [expr rand()];
    catch {
        hwi GetSessionHandle sess$t;
        sess$t GetProjectHandle proj$t;
        proj$t GetPageHandle page$t [proj$t GetActivePage];
        page$t GetWindowHandle win1$t 1;
        page$t GetWindowHandle win2$t 2;
        win1$t GetViewControlHandle vc1$t;
        vc1$t ArcBall;
    }
    hwi CloseStack;Error
This command should not return any errors.