ggmolvis.sceneobjects.base

This module contains the base classes for the scene objects.

Classes

class ggmolvis.sceneobjects.base.SceneObject(name=None, location=None, rotation=None, scale=None, color='black', material='backdrop', style='default')[source]

Class for the scene object. This class is the parent class for all the objects in the scene. Access the blender object using the object property, self.object. The name might be different from the initial name, as Blender might append a number to the name if the name already exists.

draw()[source]

Draw the object

class ggmolvis.sceneobjects.base.SceneObjectCollection[source]

Class for the collection of scene objects

Classes

SceneObject([name, location, rotation, ...])

Class for the scene object.

SceneObjectCollection()

Class for the collection of scene objects