DMCollection : Helper

DMCollection - superclass: Helper; super-superclass:Node - classID: #(847012812, 201466018) 

The Reactor dynamics system has been retired and REMOVED from 3ds Max 2012.

   

Value > MAXWrapper > Node > Helper > reactor > DMCollection

   

Constructors:

DMCollection ... rctDMCollection ... 

   

Properties

.disabled : boolean 

When set to true , the DMCollection will be disabled.

   

.freeze : boolean 

When set to true , freezes the DMCollection. Corresponds to the "Freeze" checkbox in the "Advanced" rollout in the UI.

   

Interfaces

Interface:rctDeformingMeshCollectionInterface 

Properties:

.defMeshes : node by value array : Read|Write 

Get/Set the array of deforming mesh nodes in the collection.

   

.disabled : boolean : Read|Write 

When set to true , the DMCollection will be disabled.

   

Methods:

<boolean>addDefMesh <node>node 

Adds a Deforming Mesh node to the collection. Returns true on success.

   

<boolean>removeDefMeshIndex <integer>index 

Removes the indexed Deforming Mesh node from the collection. Returns true on success.

   

<boolean>removeDefMesh <node>node 

Removes the specified Deforming Mesh node from the collection. Returns true on success.

   

<integer>getNumDefMeshes() 

Returns the number of Deforming Mesh nodes in the collection.

   

See Also