hwIProject CutPage
Cuts a page.
Syntax
hwIProject_handle CutPage page, append
Application
HyperWorks Tcl Modify
Description
This command cuts a page out of the project based on the page number you input.
Inputs
- page
- The page number that you want to cut out.
- append
- True or False
- True
- Indicates that the cut is added to a memory.
- False
- Indicates that the cut is not added to memory.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj CutPage 1 true
Error
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Modify