Python API 2.0 Reference
OpenMayaRender.MComponentDataIndexing Class Reference
+ Inheritance diagram for OpenMayaRender.MComponentDataIndexing:

Public Member Functions

def __init__ ()
 
def componentType ()
 
def indices ()
 
def setComponentType ()
 

Static Public Member Functions

def __new__ ()
 

Static Public Attributes

int kFaceVertex = 0
 

Detailed Description

Class for storing index mapping when vertices are shared.

Constructor & Destructor Documentation

def OpenMayaRender.MComponentDataIndexing.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMayaRender.MComponentDataIndexing.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
def OpenMayaRender.MComponentDataIndexing.componentType ( )
componentType() -> MComponentType

Get the component type that the vertex indices represent.
def OpenMayaRender.MComponentDataIndexing.indices ( )
indices() -> MUintArray

Get the array of vertex indices for the component.
def OpenMayaRender.MComponentDataIndexing.setComponentType ( )
setComponentType(MComponentType) -> self

Set the component type that the vertex indices represent.