stack# classmethod Object3d.stack(sequence: Any)[source]# Return a stacked object from the sequence. Parameters: sequenceA sequence of instances of a class inheriting from Object3d to stack. Examples using Object3d.stack# Combining rotations#