nodeCoord#
- nodeCoord $tag <$dim>
Argument |
Type |
Description |
|---|---|---|
$tag |
integer |
tag identifying node whose velocities are sought |
$dim |
integer |
optional: specific crd dimension at the node (1 through ndm) |
If optional dim is not provided, an array containing all coordinate components is returned.
Example#
The following example is used to set the variable crdNode to the nodal coordinates for the node given by the variable nodeTag.
Tcl Code
set crdNode [nodeCoord $nodeTag]
Python Code
crdNode = model.nodeCoord(nodeTag)
Code developed by: fmk