*hwCfdSceneShowAll

Turns on the display of all the entities.

Syntax

*hwCfdSceneShowAll ?consider_geom? ?consider_elems?

Type

HyperMesh Tcl Modify Command

Description

This command is used to turn on all entities.

This should be used in conjunction with the *hwCfdSceneShowHideIsolateEntity and *hwCfdSceneReverseAll commands.

This command is valid only for the CFD profile.

Inputs

consider_geom
0 - Do not consider the associated geometry
1 - Consider the associated geometry (default)
consider_elems
0 - Do not consider the associated elements
1 - Consider the associated elements (default)

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

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019