Class Hierarchy
AcRxObject AcGiSubEntityTraits AcGiDrawableTraits AcGiNonEntityTraits AcGiViewportTraits AcGiVisualStyleTraits
C++
class AcGiDrawableTraits : public AcGiSubEntityTraits;
File
acgi.h
Description
This class allows a drawable to express its graphical traits to the graphics system. AcGiDrawableTraits exposes additional traits that are intended to be consistent for the whole drawable. This is a super set of those traits exposed in AcGiSubEntityTraits, which can be changed during the elaboration of the object. To express this relationship, AcGiDrawableTraits derives from AcGiSubEntityTraits.
The AcGiDrawableTraits interface is only available to an object during the setAttributes call made before worldDraw(). Only very specialized drawables will make use of this extension to AcGiSubEntityTraits.