hm_getinputoffsetid
Returns the current import offset ID value for the specified entity type.
Syntax
hm_getinputoffsetid entity_type
Type
HyperMesh Tcl Query Command
Description
Returns the current value of the import offset specified with *feinputoffsetid.
Inputs
- entity_type
- The type of entity to query.
Example
To get the offset value for elements:
    hm_getinputoffsetid elemsErrors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10.0