hwIProject OverlayPage
Combines pages.
Syntax
hwIProject_handle OverlayPage page
Application
HyperWorks Tcl Modify
Description
This command combines pages by taking the copied or cut page and adding it as a layer to the page of your choice.
Inputs
- page
- The page number that you want to overlay the page on top of.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj CopyPage 2 true
proj OverlayPage 1;
Error
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Modify