*entitysuppressoutput
Sets the export/do not export state of the specified entity.
Syntax
*entitysuppressoutput entity_type entity_id state
Type
HyperMesh Tcl Modify
Description
This command sets the export/do not export state of an entity of type entity_type and ID entity_id.
Inputs
- entity_type
- entity_id
- state
- This argument indicates the status for entity_id.
- 0 - Set the entity to "export".
- 1 - Set the entity to "do not export".
Example
To set component ID 10 to
"export":
*entitysuppressoutput comps 10 0
To set loadcol ID 30 to "do not
export":
*entitysuppressoutput loadcols 30 1
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