Node.data

From Nemesis
(Difference between revisions)
Jump to: navigation, search
(See also)
Line 24: Line 24:
  
 
=See also=
 
=See also=
*[[user guide]].
 
 
*[[node]] module.
 
*[[node]] module.
 +
*[[User guide]].
 
[[Category:User guide]]
 
[[Category:User guide]]

Revision as of 17:51, 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

Personal tools