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