OpenMayaRender.MGeometryIndexMapping Class Reference

OpenMayaRender.MGeometryIndexMapping Class Reference

Class Description

A mapping of geometry index.
+ Inheritance diagram for OpenMayaRender.MGeometryIndexMapping:

Public Member Functions

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

Constructor & Destructor Documentation

OpenMayaRender.MGeometryIndexMapping.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature

Member Function Documentation

OpenMayaRender.MGeometryIndexMapping.component ( )
component(int) -> MObject

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

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

Get the number of geometry described by the mapping.
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.
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.