HyperWorks Tools

::hwat::utils::DisplayEntity

::hwat::utils::DisplayEntity

Previous topic Next topic No expanding text in this topic  

::hwat::utils::DisplayEntity

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::DisplayEntity - Turns display of an HM 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

1 if successful, 0 {} otherwise.

 

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".

 

 

See also

Utils Functions