*reverseview
Reverses the display with respect to a view saved using *saveviewmask.
Syntax
*reverseview name entity_type_id
Type
HyperMesh Tcl Modify Command
Description
Reverses the display with respect to a view saved using *saveviewmask.
Inputs
- name
- The name of the view to reverse.
- entity_type_id
- The entity type ID to reverse.
Examples
Reverse the comps (entity type ID 3) in view
View2:
*reverseview View2 3
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
2020