apply_transform method

apply_transform(, node, transform)

Apply transform matrix on control points of all geometries


@staticmethod
def apply_transform(node, transform):
    ...
ParameterTypeDescription
nodeNodeWhich node’s geometries will be applied with given transform
transformaspose.threed.utilities.Matrix4The transformation matrix that will be applied to control points.

See Also