|
CFx SDK Documentation 2026 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 923 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 937 of file GiCommonDraw.h.
|
inline |
Destructor for the OdGiDrawFlagsHelper class. Sets previous draw flags.
Definition at line 956 of file GiCommonDraw.h.
|
protected |
Definition at line 927 of file GiCommonDraw.h.
|
protected |
Definition at line 926 of file GiCommonDraw.h.