OpenMayaRender.MComponentDataIndexingList Class Reference
A list of MComponentDataIndexing objects.
OpenMayaRender.MComponentDataIndexingList.__init__ |
( |
| ) |
|
x.__init__(...) initializes x; see help(type(x)) for signature
OpenMayaRender.MComponentDataIndexingList.__getitem__ |
( |
| ) |
|
x.__getitem__(y) <==> x[y]
OpenMayaRender.MComponentDataIndexingList.__len__ |
( |
| ) |
|
OpenMayaRender.MComponentDataIndexingList.append |
( |
| ) |
|
append(MComponentDataIndexing) -> bool
Add a MComponentDataIndexing to the list. Creates and stores a copy which is owned by the list.
OpenMayaRender.MComponentDataIndexingList.clear |
( |
| ) |
|
clear() -> self
Clear the list.
OpenMayaRender.MComponentDataIndexingList.remove |
( |
| ) |
|
remove(index) -> bool
Remove a MComponentDataIndexing from the list.