scale method
scale
Scale all geometries(Scale the control points not the transformation matrix) in this scene
def scale(self, scene, scale):
...
Parameter | Type | Description |
---|---|---|
scene | Scene | The scene to scale |
scale | aspose.threed.utilities.Vector3 | The scale factor |
scale
Scale all geometries(Scale the control points not the transformation matrix) in this node
def scale(self, node, scale):
...
Parameter | Type | Description |
---|---|---|
node | Node | The node to scale |
scale | aspose.threed.utilities.Vector3 | The scale factor |
See Also
- module
aspose.threed.entities
- class
PolygonModifier