Python API 2.0 Reference: OpenMaya.MDAGDrawOverrideInfo Class Reference

OpenMaya.MDAGDrawOverrideInfo Class Reference
+ Inheritance diagram for OpenMaya.MDAGDrawOverrideInfo:

Public Member Functions

__init__ ()
 

Static Public Attributes

int kDisplayTypeNormal = 0
 
int kDisplayTypeReference = 1
 
int kDisplayTypeTemplate = 2
 
int kLODBoundingBox = 1
 
int kLODFull = 0
 

Properties

 displayType
 
 enableShading
 
 enableTexturing
 
 enableVisible
 
 lod
 
 overrideEnabled
 
 playbackVisible
 

Detailed Description

A data structure to store the per path draw override information.

Constructor & Destructor Documentation

OpenMaya.MDAGDrawOverrideInfo.__init__ ( )
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Property Documentation

OpenMaya.MDAGDrawOverrideInfo.displayType
static
 Display type (kDisplayTypeNormal, kDisplayTypeReference or kDisplayTypeTemplate)
OpenMaya.MDAGDrawOverrideInfo.enableShading
static
 Whether allow to draw shaded item
OpenMaya.MDAGDrawOverrideInfo.enableTexturing
static
 Whether allow to draw textured item
OpenMaya.MDAGDrawOverrideInfo.enableVisible
static
 Whether the whole geometry is visible
OpenMaya.MDAGDrawOverrideInfo.lod
static
 Level of detail (kLODFull or kLODBoundingBox)
OpenMaya.MDAGDrawOverrideInfo.overrideEnabled
static
 Draw override enabled or not
OpenMaya.MDAGDrawOverrideInfo.playbackVisible
static
 Whether the object is visible during playback