*showall

Turns on the display of all entities.

Syntax

*showall

Type

HyperMesh Tcl Modify Command

Description

Turns on the display of all entities.

Example

Turns on the display of all entities.

*showall

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

14.0