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

Public Member Functions

def __init__ ()
 
def component ()
 
def dagPath ()
 
def geometryCount ()
 
def indexLength ()
 
def indexStart ()
 

Static Public Member Functions

def __new__ ()
 

Detailed Description

A mapping of geometry index.

Constructor & Destructor Documentation

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

Member Function Documentation

def OpenMayaRender.MGeometryIndexMapping.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
def OpenMayaRender.MGeometryIndexMapping.component ( )
component(int) -> MObject

Get the component of a geometry.
def OpenMayaRender.MGeometryIndexMapping.dagPath ( )
dagPath(int) -> MDagPath

Get the MDagPath of a geometry.
def OpenMayaRender.MGeometryIndexMapping.geometryCount ( )
geometryCount() -> int

Get the number of geometry described by the mapping.
def OpenMayaRender.MGeometryIndexMapping.indexLength ( )
indexLength(int) -> int

Get the index length of a geometry.
The index length represents the length of the geometry index data in the index buffer of the consolidated render item.
def OpenMayaRender.MGeometryIndexMapping.indexStart ( )
indexStart(int) -> int

Get the index start of a geometry.
The index start represents the offset of the geometry index data in the index buffer of the consolidated render item.