Python API 2.0 Reference: OpenMayaRender.MComponentDataIndexing Class Reference

+ Inheritance diagram for OpenMayaRender.MComponentDataIndexing:

Public Member Functions

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

Static Public Member Functions

__new__ ()
 

Static Public Attributes

int kFaceVertex = 0
 

Detailed Description

Class for storing index mapping when vertices are shared.

Constructor & Destructor Documentation

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

Member Function Documentation

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.