HyperWorks Tools

::hwat::utils:: EntityExists

::hwat::utils:: EntityExists

Previous topic Next topic No expanding text in this topic  

::hwat::utils:: EntityExists

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

NAME

::hwat::utils::EntityExists - Check if an entity exists in HM.

 

SYNTAX

::hwat::utils::EntityExists name {entitytype}

 

ARGUMENTS

name

Entity collector name/ID.

entitytyper

Type of HyperMesh entity.

 

RETURNS

The ID of the entity if it exists, 0 if it does not , {} if unsuccessful.

 

EXAMPLE

::hwat::utils::EntityExists "comp1" comps

 

 

See also

Utils Functions