# NodeCoord Command

Returns the coordinates of a specified node.

```tcl 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.

## Examples

set a [nodeCoord $nodeTag]


Code Developed by: fmk