*allsuppressoutput
Sets the export/do not export state of all entities.
Syntax
*allsuppressoutput state
Type
HyperMesh Tcl Modify Command
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 0Errors
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