*displayall
Turns on the display of all entities in the model.
Syntax
*displayall
Type
HyperMesh Tcl Modify
Description
Turns on the display of all entities in the model.
Example
To turn on the display of all entities:
*displayall
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}