hm_getnodeinitialcoords
Returns the node position on the initial associated geometry.
Syntax
hm_getnodeinitialcoords node_id
Type
HyperMesh Tcl Query Command
Description
Returns the node position coordinates on the initial associated geometry. If a node does not have any initial geometry association, the command returns an empty list.
Inputs
- node_id
- The ID of the node.
Example
To get the x, y, z coordinates of the initial position of node
1:
hm_getnodeinitialcoords 1
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
2021.2