OpenMaya.MAttributeSpecArray Class Reference
Array of MAttributeSpec values.
OpenMaya.MAttributeSpecArray.__init__ |
( |
| ) |
|
x.__init__(...) initializes x; see help(type(x)) for signature
OpenMaya.MAttributeSpecArray.__add__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__contains__ |
( |
| ) |
|
x.__contains__(y) <==> y in x
OpenMaya.MAttributeSpecArray.__delitem__ |
( |
| ) |
|
x.__delitem__(y) <==> del x[y]
OpenMaya.MAttributeSpecArray.__delslice__ |
( |
| ) |
|
x.__delslice__(i, j) <==> del x[i:j]
Use of negative indices is not supported.
OpenMaya.MAttributeSpecArray.__getitem__ |
( |
| ) |
|
x.__getitem__(y) <==> x[y]
OpenMaya.MAttributeSpecArray.__getslice__ |
( |
| ) |
|
x.__getslice__(i, j) <==> x[i:j]
Use of negative indices is not supported.
OpenMaya.MAttributeSpecArray.__iadd__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__imul__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__len__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__mul__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__repr__ |
( |
| ) |
|
x.__repr__() <==> repr(x)
OpenMaya.MAttributeSpecArray.__rmul__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.__setitem__ |
( |
| ) |
|
x.__setitem__(i, y) <==> x[i]=y
OpenMaya.MAttributeSpecArray.__setslice__ |
( |
| ) |
|
x.__setslice__(i, j, y) <==> x[i:j]=y
Use of negative indices is not supported.
OpenMaya.MAttributeSpecArray.__str__ |
( |
| ) |
|
OpenMaya.MAttributeSpecArray.append |
( |
| ) |
|
Add a value to the end of the array.
OpenMaya.MAttributeSpecArray.clear |
( |
| ) |
|
Remove all elements from the array.
OpenMaya.MAttributeSpecArray.copy |
( |
| ) |
|
Replace the array contents with that of another or of a compatible Python sequence.
OpenMaya.MAttributeSpecArray.insert |
( |
| ) |
|
Insert a new value into the array at the given index.
OpenMaya.MAttributeSpecArray.remove |
( |
| ) |
|
Remove an element from the array.
OpenMaya.MAttributeSpecArray.setLength |
( |
| ) |
|
Grow or shrink the array to contain a specific number of elements.
OpenMaya.MAttributeSpecArray.sizeIncrement |
|
static |
Number of elements by which to grow the array when necessary.
The documentation for this class was generated from the following file:
- D:/Maya-MD-Merge/input/python/2.0/OpenMaya.py