*pushtofront

Sets a visualization mode to keep certain entities visible in front of others.

Syntax

*pushtofront entity_type mode

Type

HyperMesh Tcl Modify Command

Description

Sets a visualization mode to keep certain entities visible in front of others.

Inputs

entity_type
The type of entity to control. Valid values are tags.
mode
0 - Do not push to front (default)
1 - Push to front (keep in front of other entities at all times)

Example

To keep tags in front:

*pushtofront tags 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

12.0.110