rearrange method
rearrange(self, new_x, new_y, new_z)
Rearrange the layout of the axis.
def rearrange(self, new_x, new_y, new_z):
...
| Parameter | Type | Description |
|---|---|---|
| new_x | Axis | The new x component source |
| new_y | Axis | The new y component source |
| new_z | Axis | The new z component source |
See Also
- module
aspose.threed.utilities - class
TransformBuilder