Mirror - superclass: modifier; super-superclass:MAXWrapper - classID: #(-275600772, 1360772725)
Constructor
Mirror ...Properties
<Mirror>.mirror_axis Integer default: 0The axis or axes about which the mirroring takes place:
0- X
1- Y
2- Z
3- XY
4- YZ
5- ZX
<Mirror>.Mirror_Offset Float default: 0.0 -- animatableThe offset, in units, from the mirror axis.
<Mirror>.copy Boolean default: falseWhen on, copies the geometry rather than simply mirroring it.
<Mirror>.mirror_center SubAnimRepresents the axis of the mirror effect.
You can move, rotate or scale the gizmo to affect the mirroring.
<Mirror.Mirror_Center>.positio Point3 default: [0,0,0] -- animatableThe position of the mirror center.
<Mirror.Mirror_Center>.rotation Quat default: (quat 0 0 0 1) -- animatableThe rotation of the mirror center.
<Mirror.Mirror_Center>.scale Point3 default: [1,1,1] -- animatableThe scaling of the mirror center.