Share

Interface: RingArray

The RingArray Core Interface exposes a creation method for the RingArray System.

Available in 3ds Max 9 and higher.

Methods:

<Interface>RingArray.Create posOrigin:<point3> numNodes:<integer> amplitude:<float> radius:<float> cycles:<float> phase:<float>
       posOrigin default value: [0,0,0]
       numNodes default value: 4
       numNodes Validated by Range: 1 to 200
       amplitude default value: 20.0
       amplitude Validated by Range: 0.0 to 500.0
       radius default value: 100.0
       radius Validated by Range: 0.0 to 500.0
       cycles default value: 3.0
       cycles Validated by Range: 0.0 to 10.0
       phase default value: 1.0
       phase Validated by Range: -1000.0 to 1000.0 

Was this information helpful?