pulIMacro SetHideInputs
Sets the value of the “hide inputs” flag.
Syntax
pulIMacro SetHideInputs state
Application
HyperWorks Tcl Modify
Description
Sets the value of the “hide inputs” flag.
Inputs
- state
- This command sets the value of the “hide inputs” flag to the value given by state (“true” or “false”). If set to “true”, input curves will be hidden; if set to “false”, they will not be hidden.
Example
hwi GetSessionHandle sess
sess GetClientManagerHandle pm plot
pm GetMacroHandle macro 1
macro SetHideInputs true
Errors
Returns 3 = HW_InvalidHandle if there is an invalid macro handle.
Keywords
HyperWorks
Macro
Tcl