Welcome to Python-flavored Magnum! Please note that, while already being
rather stable, this functionality is still considered experimental and
some APIs might get changed without preserving full backwards compatibility.
class
DrawableGroup3DGroup of drawables for three-dimensional float scenes
Methods
- def add(self, arg0: Drawable3D, /) -> None
- Add a feature to the group
- def remove(self, arg0: Drawable3D, /) -> None
- Remove a feature from the group
Special methods
- def __getitem__(self, arg0: int, /) -> Drawable3D
- Feature at given index
- def __init__(self, /) -> None
- Constructor
- def __len__(self, /) -> int
- Count of features in the group