*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)
Example
To keep tags in front:
*pushtofront tags 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110