SpaceBend - superclass: SpacewarpObject; super-superclass:node - classID: #(16, 1)Constructor
spaceBend...
bendModWSM...Properties
<SpaceBend>.length Float default: 0.0 -- animatableThe length of the warp object.
<SpaceBend>.width Float default: 0.0 -- animatableThe width of the warp object.
<SpaceBend>.height Float default: 0.0 -- animatableThe height of the warp object.
<SpaceBend>.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.
<SpaceBend>.angle Float default: 0.0The angle to bend from the vertical plane.
<SpaceBend>.direction Float default: 0.0The direction of the bend relative to the horizontal plane.
<SpaceBend>.lowerlimit Float default: 0.0The lower boundary in world units from the bend center point beyond which the bend no longer affects geometry.
<SpaceBend>.upperlimit Float default: 0.0The upper boundary in world units from the bend center point beyond which the bend no longer affects geometry.
<SpaceBend>.bendAxis Integer default: 2
NEW in 3ds Max 2023.1 Update:
The bend axis, where:
<SpaceBend>.fromTo Boolean default: false
NEW in 3ds Max 2023.1 Update:
Specifies whether to apply the Limit Effect. When true, the .lowerlimit and .upperlimit properties are used to limit the bend effect.
Associated Methods
bindSpaceWarp <node> <spaceBend_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.