stack#

classmethod Object3d.stack(sequence: Any)[source]#

Return a stacked object from the sequence.

Parameters:
sequence

A sequence of instances of a class inheriting from Object3d to stack.

Examples using Object3d.stack#