Home | Trees | Index | Help |
|
---|
Module Metaball :: Class MetaElemSeq |
|
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.Method Summary | |
---|---|
Metaelem |
Iterate over elements in this metaball. |
int |
Iterate over elements in this metaball. |
Metaelement |
Append a new element to the metaball. |
None |
remove an element from the metaball data. |
Method Details |
---|
__iter__()Iterate over elements in this metaball.
|
__len__()
Iterate over elements in this metaball.
|
add()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(element)remove an element from the metaball data. if the element is not a part of the metaball data, an error will be raised.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 | http://epydoc.sf.net |