NodeCoord Command: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} Returns the coordinates of a specified node. {| | style="background:yellow; color:black; width:800px" | '''nodeCoord $nodeTag <$dof>''' |} ---- {| | ...') |
No edit summary |
||
Line 4: | Line 4: | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | '''nodeCoord $nodeTag <$ | | style="background:yellow; color:black; width:800px" | '''nodeCoord $nodeTag <$dim>''' | ||
|} | |} | ||
Line 13: | Line 13: | ||
| style="width:150px" | '''$nodeTag ''' || integer tag identifying node | | style="width:150px" | '''$nodeTag ''' || integer tag identifying node | ||
|- | |- | ||
| '''$ | | '''$dim''' || specific dimension at the node (1 through ndm), (optional) | ||
|} | |} | ||
Latest revision as of 19:40, 11 February 2011
- 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