UDynaFlect : SpacewarpObject

UDynaFlect - superclass: SpacewarpObject; super-superclass:node - classID: #(1750561194, 1736524989) 

This class has been removed from 3ds Max 2012 due to the complete removal of the legacy Dynamics system introduced back in 3ds Max 2.

   

   

Constructor

UDynaFlect... 	 
UDynaFlector...   

   

Properties

<UDynaFlect>.affects Float default: 100.0 -- animatable; percentage; Reflects 

The percentage of particles to be reflected by the UDynaFlect.

   

<UDynaFlect>.bounce Float default: 1.0 -- animatable; float 

This multiplier specifies how much of the initial speed of the particle is maintained after collision with the UDynaFlect.

   

<UDynaFlect>.bounceVar Float default: 0.0 -- animatable; percentage; Bounce_Variation 

The variation of Bounce applied to the range of particles.

   

<UDynaFlect>.chaos Float default: 0.0 -- animatable; percentage 

Applies a random variation to the bounce angle.

   

<UDynaFlect>.friction Float default: 0.0 -- animatable; percentage 

When set to 0.0 (the default) the surface of the deflector is treated as frictionless, and there's no change in particle behavior. As Friction increases, particles begin to rebound at incorrect angles and with greater speed.

   

<UDynaFlect>.inheritVelocity Float default: 1.0 -- animatable; float; Velocity_Inheritance 

Determines how much of a moving UDynaFlect's speed is applied to reflected or refracted particles.

   

<UDynaFlect>.mass Float default: 1.0 -- animatable; float; Particle_Mass 

The mass value of the particle.

   

<UDynaFlect>.massUnits Integer default: 0 -- radio button number; Particle_Mass_Units 

Sets the unit of mass to use:

0- Gram

1- Kilogram

2- Pound

   

<UDynaFlect>.radius Float default: 0.0 -- animatable; float; Icon_Size 

The size of the UDynaFlect icon.

   

<UDynaFlect>.timeOff Time default: 100f -- animatable; time; Time_Off 

Time at which the deflector turns off.

   

<UDynaFlect>.timeOn Time default: 0f -- animatable; time; Time_On 

Time at which the deflector turns on.

   

Associated Methods

bindSpaceWarp <node> <UDynaFlect_node> 

   

Associated Binding Modifier

UDynaFlectMod 

This modifier is automatically created by the bindSpaceWarp() method, and is not otherwise creatable by MAXScript. There are no properties associated with this binding modifier.

   

See Also