unreal.RigUnit_MathTransformMirrorTransform

class unreal.RigUnit_MathTransformMirrorTransform(value: Transform = Ellipsis, mirror_axis: AxisType = Ellipsis, axis_to_flip: AxisType = Ellipsis, central_transform: Transform = Ellipsis, result: Transform = Ellipsis)

Bases: RigUnit_MathTransformBase

Mirror a transform about a central transform.

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • axis_to_flip (AxisType): [Read-Write] Axis to Flip: the axis to flip for rotations

  • central_transform (Transform): [Read-Write] Central Transform: The transform about which to mirror

  • mirror_axis (AxisType): [Read-Write] Mirror Axis: the axis to mirror against

  • result (Transform): [Read-Write] Result

  • value (Transform): [Read-Write] Value

property axis_to_flip: AxisType

[Read-Write] Axis to Flip: the axis to flip for rotations

Type:

(AxisType)

property central_transform: Transform

[Read-Write] Central Transform: The transform about which to mirror

Type:

(Transform)

property mirror_axis: AxisType

[Read-Write] Mirror Axis: the axis to mirror against

Type:

(AxisType)

property result: Transform

[Read-Only] Result

Type:

(Transform)

property value: Transform

[Read-Write] Value

Type:

(Transform)