hm_me_modulesgetFromUid

Returns the list of part IDs for a given UID.

Syntax

hm_me_modulesgetFromUid uid

Type

HyperMesh Tcl Query Command

Description

Returns the list of part IDs for a given UID.

Inputs

uid
The part UID to query.

Example

To get the part IDs from Module_UID1:

hm_me_modulesgetFromUid Module_UID1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0.110