hm_getoffset
Returns the offset value of the specified element.
Syntax
hm_getoffset elem_id
Type
HyperMesh Tcl Query Command
Description
This command returns the offset value of the specified element.
Inputs
- elem_id
 - The ID of the element to query.
 
Example
To get the offset for element 100:
hm_getoffset 100
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
11.0