| Home | Trees | Index | Help |
|
|---|
| Module Metaball :: Class Metaelem |
|
| Instance Variable Summary | |
|---|---|
| Vector | co: The location of this element. |
| Vector | dims: Element dimensions. |
| bool | hide: Element hidden status. |
| bool | negative: Element negative volume status. |
| Quaternion | quat: Element rotation. |
| float | radius: Element radius. |
| float | stiffness: Element stiffness. |
| int | type: The type of the metaball. |
| Instance Variable Details |
|---|
coThe location of this element.
|
dimsElement dimensions. Values clamped between 0 and 20 on all axies.
|
hideElement hidden status.
|
negativeElement negative volume status.
|
quatElement rotation.
|
radiusElement radius. Value clamped between 0 and 5000.
|
stiffnessElement stiffness. Value clamped between 0 and 10.
|
typeThe type of the metaball. Values must be from
from Blender import Metaball
mb= Metaball.Get('mb')
for el in mb.elements:
el.type= Metaball.Types.CUBE
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu May 10 20:32:00 2007 | http://epydoc.sf.net |