set_trs method

set_trs(self, translation, rotation, scale)

Initializes the matrix with translation/rotation/scale


def set_trs(self, translation, rotation, scale):
    ...
ParameterTypeDescription
translationaspose.threed.utilities.Vector3Translation.
rotationaspose.threed.utilities.Vector3Euler angles for rotation, fields are in degree.
scaleaspose.threed.utilities.Vector3Scale.

See Also