Twist - superclass: modifier; super-superclass:MAXWrapper - classID: #(144, 0)
Constructor
twist ...Properties
<Twist>.angle Float default: 0.0 -- animatableThe amount of twist around the vertical axis.
<Twist>.bias Integer default: 0 -- animatableCauses the twist rotation to bunch up at either end of the object.
When the parameter is negative, the object twists closer to the gizmo center.
When the value is positive, the object twists more away from the gizmo center.
When the parameter is 0, the twisting is uniform.
<Twist>.axis Integer default: 2The axis along which the twist will occur. This is the local axis of the Twist gizmo.
0- X
1- Y
2- Z
<Twist>.limit Boolean default: false -- booleanWhen on, applies limit constraints to the Twist modifier.
<Twist>.upperlimit Float default: 0.0 -- animatable, alias: Upper_LimitThe upper limit for the twist effect.
<Twist>.lowerlimit Float default: 0.0 -- animatable, alias: Lower_LimitThe lower limit for the twist effect.
<Twist>.center Point3 default: [0,0,0] -- animatableYou can translate and animate the center at this sub-object level, altering the Twist gizmo’s shape, and thus the shape of the twisted object.
<Twist>.gizmo SubAnimYou can transform and animate the gizmo like any other object at this sub-object level, altering the effect of the Twist modifier.
Translating the gizmo translates its center an equal distance.
Rotating and scaling the gizmo takes place with respect to its center.
<Twist.Gizmo>.position Point3 default: [0,0,0] -- animatableThe position of the twist gizmo.
<Twist.Gizmo>.rotation Quat default: (quat 0 0 0 1) -- animatableThe rotation of the twist gizmo.
<Twist.Gizmo>.scale Point3 default: [1,1,1] -- animatableThe scale of the twist gizmo.