::hwat::utils::GetEntityCount

Get the total count of the entity by the given entity type in HyperMesh.

Syntax

::hwat::utils::GetEntityCount str_entityType

Arguments

str_entityType
Type of the HyperMesh entity (such as nodes, elems, comps, assems , titles, tags, etc.).

Returns

Success
The total number of the entity of the given entity type in HyperMesh.
Failure
{}

Example

::hwat::utils::GetEntityCount nodes