| CFx SDK Documentation
    2023 SP0
    | 
#include <GiLocalDrawableDesc.h>
 
  
| Public Member Functions | |
| OdGiLocalDrawableDesc (OdGiDrawableDesc *&pParentDesc) | |
| ~OdGiLocalDrawableDesc () | |
| const OdGiPathNode * | parent () const | 
| OdDbStub * | persistentDrawableId () const | 
| const OdGiDrawable * | transientDrawable () const | 
| OdGsMarker | selectionMarker () const | 
|  Public Member Functions inherited from OdGiDrawableDesc | |
| OdGiDrawableDesc () | |
| void | markToSkip (bool skip) const | 
| bool | isMarkedToSkip () const | 
| void | markBySelection (bool val) const | 
| bool | isMarkedBySelection () const | 
| void | markBySubSelection (bool val) const | 
| bool | isMarkedBySubSelection () const | 
| void | markByGeometry (bool val) const | 
| bool | isMarkedByGeometry () const | 
| void | markBySubGeometry (bool val) const | 
| bool | isMarkedBySubGeometry () const | 
| void | markToBreak (bool val) const | 
| bool | isMarkedToBreak () const | 
| void | markForForcedSelection (bool val) const | 
| bool | isMarkedForForcedSelection () const | 
| Public Attributes | |
| OdGiDrawableDesc *& | _pPlaceToRestore | 
| OdGsMarker | _nSelectionMarker | 
|  Public Attributes inherited from OdGiDrawableDesc | |
| OdGiDrawableDesc * | pParent | 
| OdDbStub * | persistId | 
| const OdGiDrawable * | pTransientDrawable | 
| OdUInt32 | nDrawableFlags | 
| OdUInt32 | nDrawableDescFlags | 
| Additional Inherited Members | |
|  Public Types inherited from OdGiDrawableDesc | |
| enum | DrawableDescFlags { kFirstFlag = 1 , kMarkedToSkip = kFirstFlag << 0 , kMarkedBySelection = kFirstFlag << 1 , kMarkedBySubSelection = kFirstFlag << 2 , kMarkedByGeometry = kFirstFlag << 3 , kMarkedBySubGeometry = kFirstFlag << 4 , kMarkedToBreak = kFirstFlag << 5 , kMarkedForForcedSelection = kFirstFlag << 6 , kLastFlag = kMarkedForForcedSelection } | 
<group OdGi_Classes>
Definition at line 43 of file GiLocalDrawableDesc.h.
| 
 | inline | 
Definition at line 47 of file GiLocalDrawableDesc.h.
| 
 | inline | 
Definition at line 54 of file GiLocalDrawableDesc.h.
| 
 | inlinevirtual | 
Implements OdGiPathNode.
Definition at line 60 of file GiLocalDrawableDesc.h.
| 
 | inlinevirtual | 
Implements OdGiPathNode.
Definition at line 65 of file GiLocalDrawableDesc.h.
| 
 | inlinevirtual | 
Implements OdGiPathNode.
Definition at line 75 of file GiLocalDrawableDesc.h.
| 
 | inlinevirtual | 
Implements OdGiPathNode.
Definition at line 70 of file GiLocalDrawableDesc.h.
| OdGsMarker OdGiLocalDrawableDesc::_nSelectionMarker | 
Definition at line 46 of file GiLocalDrawableDesc.h.
| OdGiDrawableDesc*& OdGiLocalDrawableDesc::_pPlaceToRestore | 
Definition at line 45 of file GiLocalDrawableDesc.h.