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.
Multiple cuts can be made and pasted at the same time, rather than cutting and pasting each one individually.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj CutPage 1 true

Error

Success (0) or an error message is returned.

Keywords

HyperWorks

Tcl

Modify