set_scale method
set_scale(self, sx, sy, sz)
Sets the scale of current transform.
Returns
def set_scale(self, sx, sy, sz):
...
| Parameter | Type | Description |
|---|---|---|
| sx | float | |
| sy | float | |
| sz | float |
Example
from aspose.threed import Node
node = Node()
node.transform.set_scale(2, 2, 2)
See Also
- module
aspose.threed - class
Transform