*idmgrshowhide
Show/hide submodel or exclusive entities.
Syntax
*idmgrshowhide submodel_type id short_name show_hide_flag show_hide_type
Type
HyperMesh Tcl Modify Command
Description
Show/hide submodel or exclusive entities.
Inputs
- submodel_type
- The type of submodel to compact the IDs for. Valid values are includes and includefiles.
- id
- The ID of the submodel.
- short_name
- The short name of the submodel.
- show_hide_flag
- 0 - Hide
- show_hide_type
- exclusive - Show/hide exclusive entities
Examples
To hide include 1 submodel entities:
*idmgrshowhide includes 1 "" 0 "submodel"
To hide excluded entities:
*idmgrshowhide includes 0 "" 0 "exclusive"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.120