base class — bpy_struct
Collection of metaball elements
Last selected element
Type : | MetaElement, (readonly) |
---|
Add a new element to the metaball
Parameters: | type (enum in [‘BALL’, ‘CAPSULE’, ‘PLANE’, ‘ELLIPSOID’, ‘CUBE’], (optional)) – type for the new meta-element |
---|---|
Returns: | The newly created meta-element |
Return type: | MetaElement |
Remove an element from the metaball
Parameters: | element (MetaElement, (never None)) – The element to remove |
---|
Remove all elements from the metaball
Inherited Properties
Inherited Functions
References