hm_getentitybasename

Returns the full HyperMesh entity type name for the passed entity type partial or short name.

Syntax

hm_getentitybasename entity_type ?style?

Type

HyperMesh Tcl Query Command

Description

This command returns the fully qualified HyperMesh entity name for the partial or short name.

Inputs

entity_type
Any HyperMesh entity name or partial name.
style
The type of name style. Valid values are 0-7.

Example

To get the full name of comps:

hm_getentitybasename comps

To get the full name of loadcols:

hm_getentitybasename loadcols 6

To get the full singular name of loadcols:

hm_getentitybasename loadcols 7

Errors

None.