NodeCoord Command
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
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