C++ API Reference
MDAGDrawOverrideInfo Class Reference

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

#include <MDagPath.h>

Public Types

enum  DrawOverrideDisplayType { kDisplayTypeNormal, kDisplayTypeReference, kDisplayTypeTemplate }
 Draw override type. More...
 
enum  DrawOverrideLOD { kLODFull, kLODBoundingBox }
 Draw override LOD. More...
 

Detailed Description

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

A simple draw override data structure. Draw override is per DAG path information. It checks starting from current object and upwards until an enabled draw override is found.

Examples:
rawfootPrintNode/rawfootPrintNode.cpp.

Member Enumeration Documentation

Draw override type.

Enumerator
kDisplayTypeNormal 

Display as normal.

kDisplayTypeReference 

Display as reference.

kDisplayTypeTemplate 

Display as templated(not selectable, only show as wireframe)

Draw override LOD.

Enumerator
kLODFull 

Display all render items like shaded, wireframe as full detailed.

kLODBoundingBox 

Display only a bounding box, nothing else.


The documentation for this class was generated from the following file: