Python API 2.0 Reference
OpenMaya.MFnMatrixArrayData Class Reference
+ Inheritance diagram for OpenMaya.MFnMatrixArrayData:

Public Member Functions

def __delitem__ ()
 
def __getitem__ ()
 
def __init__ ()
 
def __len__ ()
 
def __setitem__ ()
 
def array ()
 
def copyTo ()
 
def create ()
 
def set ()
 
- Public Member Functions inherited from OpenMaya.MFnData
def __init__ ()
 
- Public Member Functions inherited from OpenMaya.MFnBase
def __init__ ()
 
def hasObj ()
 
def object ()
 
def setObject ()
 
def type ()
 

Static Public Member Functions

def __new__ ()
 
- Static Public Member Functions inherited from OpenMaya.MFnData
def __new__ ()
 
- Static Public Member Functions inherited from OpenMaya.MFnBase
def __new__ ()
 

Additional Inherited Members

- Static Public Attributes inherited from OpenMaya.MFnData
int kAny = 24
 
int kFalloffFunction = 25
 
int kFloatArray = 8
 
int kMatrixArray = 12
 
int kComponentList = 13
 
int kDoubleArray = 7
 
int kDynArrayAttrs = 19
 
int kDynSweptGeometry = 20
 
int kIntArray = 9
 
int kInvalid = 0
 
int kLast = 26
 
int kLattice = 15
 
int kMatrix = 5
 
int kMesh = 14
 
int kNId = 23
 
int kNObject = 22
 
int kNumeric = 1
 
int kNurbsCurve = 16
 
int kNurbsSurface = 17
 
int kPlugin = 2
 
int kPluginGeometry = 3
 
int kPointArray = 10
 
int kSphere = 18
 
int kString = 4
 
int kStringArray = 6
 
int kSubdSurface = 21
 
int kVectorArray = 11
 

Detailed Description

Function set for node data consisting of an array of MMatrix.

Method resolution order:
-   MFnMatrixArrayData
-   MFnData
-   MFnBase
-   builtins.object

Constructor & Destructor Documentation

def OpenMaya.MFnMatrixArrayData.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMaya.MFnMatrixArrayData.__delitem__ ( )
Delete self[key].
def OpenMaya.MFnMatrixArrayData.__getitem__ ( )
Return self[key].
def OpenMaya.MFnMatrixArrayData.__len__ ( )
Return len(self).
def OpenMaya.MFnMatrixArrayData.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
def OpenMaya.MFnMatrixArrayData.__setitem__ ( )
Set self[key] to value.
def OpenMaya.MFnMatrixArrayData.array ( )
Returns the encapsulated array as an MMatrixArray.
def OpenMaya.MFnMatrixArrayData.copyTo ( )
Replaces the elements of an array with those in the encapsulated array.
def OpenMaya.MFnMatrixArrayData.create ( )
Creates a new MMatrix array data object.
def OpenMaya.MFnMatrixArrayData.set ( )
Sets values in the encapsulated array.