NodeCoord Command

From OpenSeesWiki
Revision as of 19:40, 11 February 2011 by Ksezgin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search




Returns the coordinates of a specified node.

nodeCoord $nodeTag <$dim>



$nodeTag integer tag identifying node
$dim specific dimension at the node (1 through ndm), (optional)


NOTE:

If optional $dim is not provided, an array containing all coordinates at the node is returned.


EXAMPLE:

set a [nodeCoord $nodeTag]



Code Developed by: fmk