Share

Driven_Control : Matrix3Controller

The Driven_Control is used as the transform controller for the boxes in a RingArray system object. You cannot create a RingArray system using MAXScript in 3ds Max, but properties for this controller are accessible by MAXScript for existing RingArray systems. A RingArray system actually consists of two types of controllers - the driver controller and Driven_Control controllers. The Driven_Control controllers are used as the transform controller for all the boxes in the RingArray system, and the driver controller controls the individual Driven_Control controllers. Changing a property value for one Driven_Control in a RingArray system changes the property value for all Driven_Controls in the system.

Note:

Prior to 3ds Max 2022 this class was called Slave_Control.

Properties

<Driven_Control>.radius Float default: 100.0 -- animatable

Get/Set the Radius value of the controller.

<Driven_Control>.cycles Float default: 3.0 -- animatable

Get/Set the Cycles value of the controller.

<Driven_Control>.amplitude Float default: 20.0 -- animatable

Get/Set the Amplitude value of the controller.

<Driven_Control>.phase Float default: 1.0 -- animatable

Get/Set the Phase value of the controller.

Was this information helpful?