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
hm_getnodeinitialcoords 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021.2