DMCollection - superclass: Helper; super-superclass:Node - classID: #(847012812, 201466018)
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.
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
MAXScript Extensions for Reactor