*hwCfdSceneReverseAll
Reverses the display of all the entities of a given entity type.
Syntax
*hwCfdSceneReverseAll entity_type ?consider_geom? ?consider_elems?
Type
HyperMesh Tcl Modify Command
Description
This command is used to reverse the display of a mark of entities of a given entity type.
This should be used in conjunction with the *hwCfdSceneShowHideIsolateEntity and *hwCfdSceneShowAll commands.
This command is valid only for the CFD profile.
Inputs
- entity_type
- The type of entity to modify. Valid values are modules, regions, surfaces and solids.
- consider_geom
- 0 - Do not consider the associated geometry
- consider_elems
- 0 - Do not consider the associated elements
Examples
To hide surfaces 1-10, reverse the display, then show all entities:
*createmark surfaces 1 1-10
*hwCfdSceneShowHideIsolateEntity hide surfaces 1 1 1 1
*hwCfdSceneReverseAll surfaces 1 1
*hwCfdSceneShowAll 1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019