hm_me_modulesgetFromUid
Returns the list of module IDs for a given UID.
Syntax
hm_me_modulesgetFromUid uid
Type
HyperMesh Tcl Query
Description
Returns the list of module IDs for a given UID.
Inputs
- uid
- The module UID to query.
Example
To get the module 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