hm_getoffsetZ0

Returns the offset Z0 value of the specified element.

Syntax

hm_getoffsetZ0 elem_id

Type

HyperMesh Tcl Query Command

Description

This command returns the offset Z0 value of the specified element.

Inputs

elem_id
The ID of the element to query.

Example

hm_getoffsetZ0 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