HyperWorks Tools

::hwat::utils::GetEntityMinId

::hwat::utils::GetEntityMinId

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetEntityMinId

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

NAME

::hwat::utils::GetEntityMinId - Finds the minimum ID for the entity.

 

SYNTAX

GetEntityMinId entityType.

 

ARGUMENTS

entityType

The type of the entity .

 

RETURNS

The minimum id if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::GetEntityMinId  “elements”.

 

Comments

Supports all entity types supported by the hm_entitylist command in HyperMesh

 

See also

Utils Functions