CompositeResource

class steno3d.core.CompositeResource

Abstract base class for Steno3D resources (Point, Line, etc)

Composite resources are the building blocks of Steno3D Projects. They include Point, Line, Surface, and Volume. They all must have a mesh to define their geometry. They may also have data bound to the mesh, image textures, and options.

See also steno3d.core.Point, steno3d.core.Line, steno3d.core.Surface, steno3d.core.Volume, steno3d.core.UserContent, steno3d.core.Project