Python API 2.0 Reference: OpenMayaRender.MComponentDataIndexing Class Reference
Class for storing index mapping when vertices are shared.
OpenMayaRender.MComponentDataIndexing.__init__ |
( |
| ) |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for 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.