vidIViewControl R1
Sets the current view to the view memorized with M1.
Syntax
hwIViewControl_handle R1
Application
HyperWorks Tcl Modify
Description
This command calls the view memorized with M1 and sets the current view to the memorized view. The M2 and R2 functions work similarly.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetViewControlHandle vc;
vc R1
Errors
Returns success (0) or an error code.
Keywords
- HyperWorks
- Tcl
- Video
- Modify