apply_transform method
apply_transform(, node, transform)
Apply transform matrix on control points of all geometries
@staticmethod
def apply_transform(node, transform):
...
| Parameter | Type | Description |
|---|---|---|
| node | aspose.threed.Node | Which node’s geometries will be applied with given transform |
| transform | aspose.threed.utilities.Matrix4 | The transformation matrix that will be applied to control points. |
See Also
- module
aspose.threed.entities - class
PolygonModifier