Python API 2.0 Reference: OpenMayaRender.MComponentDataIndexing Class Reference
Class for storing index mapping when vertices are shared.
OpenMayaRender.MComponentDataIndexing.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
OpenMayaRender.MComponentDataIndexing.__new__ |
( |
| ) |
|
|
static |
Create and return a new object. See help(type) for accurate signature.
OpenMayaRender.MComponentDataIndexing.componentType |
( |
| ) |
|
componentType() -> MComponentType
Get the component type that the vertex indices represent.
OpenMayaRender.MComponentDataIndexing.indices |
( |
| ) |
|
indices() -> MUintArray
Get the array of vertex indices for the component.
OpenMayaRender.MComponentDataIndexing.setComponentType |
( |
| ) |
|
setComponentType(MComponentType) -> self
Set the component type that the vertex indices represent.