reshape#

Symmetry.reshape(*shape: int | tuple) Object3d[source]#

Return a new object with the same data in a new shape.

Parameters:
*shape

The new shape as one or more integers or as a tuple.

Returns:
obj

Reshaped object.