Python API 2.0 Reference: OpenMayaRender.MComponentDataIndexing Class Reference

+ Inheritance diagram for OpenMayaRender.MComponentDataIndexing:

Public Member Functions

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

Static Public Attributes

int kFaceVertex = 0
 

Detailed Description

Class for storing index mapping when vertices are shared.

Constructor & Destructor Documentation

OpenMayaRender.MComponentDataIndexing.__init__ ( )
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Member Function Documentation

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.