Trees | Indices | Help |
---|
|
This object provides sequence and iterator access to the metaballs elements. The elements accessed within this iterator "wraps" the actual metaball elements; changing any of the elements's attributes will immediately change the data in the metaball.
This iterator is most like pythons 'set' type.
|
|||
Metaelement |
|
||
None |
|
||
Metaelem |
|
||
int |
|
|
Append a new element to the metaball. no arguments are taken, instead a new metaelement is added to the metaball data and returned. This new element can then be modified.
|
remove an element from the metaball data. if the element is not a part of the metaball data, an error will be raised.
|
Iterate over elements in this metaball.
|
Iterate over elements in this metaball.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Oct 24 10:23:52 2008 | http://epydoc.sourceforge.net |