13 lines
320 B
ReStructuredText
13 lines
320 B
ReStructuredText
|
Node
|
||
|
====
|
||
|
|
||
|
Manipulate and get information's about nodes.
|
||
|
|
||
|
Nodes are defined as dicts in the form
|
||
|
|
||
|
>>> {'param1': 15, 'name': 'air', 'param2': 0, 'x': -158.67400138786, 'y': 3.5000000521541, 'z': -16.144999935403}
|
||
|
|
||
|
The keys "param1" and "param2" are optional storage variables.
|
||
|
|
||
|
.. autoclass:: miney.Node
|
||
|
:members:
|