CFx SDK Documentation 2024 SP0
|
#include <GiCommonDraw.h>
Public Member Functions | |
OdGiDrawFlagsHelper (OdGiSubEntityTraits &pTraits, OdUInt32 addFlags, OdUInt32 delFlags=0) | |
~OdGiDrawFlagsHelper () | |
Protected Attributes | |
OdGiSubEntityTraits * | m_pTraits |
OdUInt32 | m_prevFlags |
Draw flags helper.
Corresponding C++ library: TD_Gi
<group OdGi_Classes>
Definition at line 902 of file GiCommonDraw.h.
|
inline |
Constructor for the OdGiDrawFlagsHelper class.
pTraits | [in/out] Sub-entity traits to set. Draw flags of this OdGiSubEntityTraits object may change inside the constructor. |
addFlags | [in] Draw flags to add. |
delFlags | [in] Flags to remove. |
Definition at line 916 of file GiCommonDraw.h.
|
inline |
Destructor for the OdGiDrawFlagsHelper class. Sets previous draw flags.
Definition at line 935 of file GiCommonDraw.h.
|
protected |
Definition at line 906 of file GiCommonDraw.h.
|
protected |
Definition at line 905 of file GiCommonDraw.h.