reshape#

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

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

Parameters:
shape

New shape of object.

Returns:
obj

New object with new shape.

Examples using Object3d.reshape#