Python API 2.0 Reference: OpenMayaRender.MComponentDataIndexingList Class Reference
A list of MComponentDataIndexing objects.
OpenMayaRender.MComponentDataIndexingList.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
OpenMayaRender.MComponentDataIndexingList.__getitem__ |
( |
| ) |
|
OpenMayaRender.MComponentDataIndexingList.__len__ |
( |
| ) |
|
OpenMayaRender.MComponentDataIndexingList.__new__ |
( |
| ) |
|
|
static |
Create and return a new object. See help(type) for accurate signature.
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.