Node.data
From Nemesis
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)
where
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.
- User guide.