Python API 2.0 Reference: OpenMaya.MMatrixArray Class Reference
OpenMaya.MMatrixArray.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
OpenMaya.MMatrixArray.__add__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__contains__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__delitem__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__getitem__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__iadd__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__imul__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__len__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__mul__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__new__ |
( |
| ) |
|
|
static |
Create and return a new object. See help(type) for accurate signature.
OpenMaya.MMatrixArray.__repr__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__rmul__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__setitem__ |
( |
| ) |
|
OpenMaya.MMatrixArray.__str__ |
( |
| ) |
|
OpenMaya.MMatrixArray.append |
( |
| ) |
|
Add a value to the end of the array.
OpenMaya.MMatrixArray.clear |
( |
| ) |
|
Remove all elements from the array.
OpenMaya.MMatrixArray.copy |
( |
| ) |
|
Replace the array contents with that of another or of a compatible Python sequence.
OpenMaya.MMatrixArray.insert |
( |
| ) |
|
Insert a new value into the array at the given index.
OpenMaya.MMatrixArray.remove |
( |
| ) |
|
Remove an element from the array.
OpenMaya.MMatrixArray.setLength |
( |
| ) |
|
Grow or shrink the array to contain a specific number of elements.
OpenMaya.MMatrixArray.sizeIncrement |
|
static |
Number of elements by which to grow the array when necessary.