vidIViewControl M1
Memorizes the current view of the video.
Syntax
hwIViewControl_handle M1
Application
HyperWorks Tcl Modify
Description
This command memorizes the current view of the video window (including the exact axes dimensions). If you want to return to this view later, can call the R1 function. 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 M1
Errors
Returns success (0) or an error code.
Keywords
- HyperWorks
- Tcl
- Video
- Modify