*allsuppressoutput
Sets the export/do not export state of all entities.
Syntax
*allsuppressoutput state
Type
HyperMesh Tcl Modify
Description
Sets the export/do not export state of all entities.
Inputs
- state
- 0 - Set the state to 'export'.
Examples
To set all entities to 'export':
*allsuppressoutput 0
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
9.0