MetaBallElements(bpy_struct)

base class — bpy_struct

class bpy.types.MetaBallElements(bpy_struct)

Collection of metaball elements

active

Last selected element

Type :MetaElement, (readonly)
new(type='BALL')

Add a new spline to the curve.

Parameters:
  • type (enum in [‘BALL’, ‘CAPSULE’, ‘PLANE’, ‘ELLIPSOID’, ‘CUBE’], (optional)) – type for the new meta element.
Returns:

The newly created metaelement.

Return type:

MetaElement

remove(element)

Remove a spline from a curve.

Parameters:
  • element (MetaElement, (never None)) – The element to remove.

Inherited Properties

Inherited Functions

References

Previous topic

MetaBall(ID)

Next topic

MetaElement(bpy_struct)