::hwat::utils::DisplayEntity

Turns display of a HyperMesh entity off/on.

Syntax

::hwat::utils::DisplayEntity b_status str_entityTypeList entity_id_list

Arguments

b_status
Display status (On/Off) desired.
Default = Off.
str_entityTypeList
The types of the entity.
Default = comps.
n_entityIDList
The list of entity names to turn on/off.
Default = all

Returns

Success
1
Failure
{}

Example

::hwat::utils:: DisplayEntity Off "components" “barrier” 
::hwat::utils:: DisplayEntity On "all" "0" 

Comments

Must be noted that if str_entityTypeList can contain more than one entity when n_entityIDList is set to 0.