set_post_rotation method
set_post_rotation
Sets the post-rotation represented in degree
def set_post_rotation(self, rx, ry, rz):
...
Parameter | Type | Description |
---|---|---|
rx | float | |
ry | float | |
rz | float |
Example
from aspose.threed import Node
node = Node()
node.transform.set_post_rotation(90, 0, 0)
See Also
- module
aspose.threed
- class
Transform