| Home | 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.
| Instance Methods | |||
| Metaelement |
|
||
| None |
|
||
| Metaelem |
|
||
| int |
|
||
| Method Details |
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.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Mon Aug 31 23:12:23 2009 | http://epydoc.sourceforge.net |