Node.data
From Nemesis
(Difference between revisions)
m |
|||
| Line 24: | Line 24: | ||
=See also= | =See also= | ||
| − | + | *[[node]] module. | |
[[Category:Documentation]] | [[Category:Documentation]] | ||
Revision as of 15:11, 11 January 2007
The following article describes the use of the node.data command. This command is used to obtain nodal data. It returns a python dictionary containing all relevant data.
Contents |
Syntax
node.data(id)
Parameters
| Parameter | description | type | default |
|---|---|---|---|
| id | The nodal id | integer | - |
Examples
Get a dictionary containing nodal data.
node.data(7)
Comments
Dofs here (due to python dictionaries) are assumed to start from 0.
See also
- node module.