hm_getoffset
Returns the offset value of the specified element.
Syntax
hm_getoffset elem_id
Type
HyperMesh Tcl Query
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
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0