SpaceTwist - superclass: SpacewarpObject; super-superclass:node - classID: #(144, 2)Constructor
spaceTwist...Properties
<SpaceTwist>.length Float default: 0.0 -- animatableThe length of the warp object.
<SpaceTwist>.width Float default: 0.0 -- animatableThe width of the warp object.
<SpaceTwist>.height Float default: 0.0 -- animatableThe height of the warp object.
<SpaceTwist>.decay Float default: 0.0 -- animatableWhen is set to 0, there is no decay, and the space warp affects its bound object regardless of its distance from the object.
When you increase the decay, the effect on the bound object falls off exponentially.
<SpaceTwist>.angle Float default: 0.0 -- animatableThe amount of twist around the vertical axis.
<SpaceTwist>.bias Float default: 0.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.
<SpaceTwist>.Lower_Limit Float default: 0.0 -- animatableThe lower limit for the twist effect.
<SpaceTwist>.Upper_Limit Float default: 0.0 -- animatableThe upper limit for the twist effect.
<SpaceTwist>.axis Integer default: 2
NEW in 3ds Max 2023.1 Update:
The twist axis, where:
<SpaceTwist>.limit Boolean default: false
NEW in 3ds Max 2023.1 Update:
Specifies whether to apply the "Limit Effect". When true, the .from and .to properties are used to limit the skew effect.
Associated Methods
bindSpaceWarp <node> <spaceTwist_node>Associated Binding Modifier
SimpleOSMToWSMModThis modifier is automatically created by the *bindSpaceWarp()* method, and is not otherwise creatable by MAXScript. There are no properties associated with this binding modifier.