CFx SDK Documentation 2024 SP0
|
Go to the source code of this file.
Classes | |
class | OdGiContext |
class | OdGiCommonDraw |
class | OdGiDrawFlagsHelper |
class | OdGiSelectionGeomState |
Typedefs | |
typedef OdRxObject | OdDbBaseDatabase |
typedef OdSmartPtr< OdGiDrawable > | OdGiDrawablePtr |
typedef OdSmartPtr< OdGiSectionGeometryManager > | OdGiSectionGeometryManagerPtr |
Enumerations | |
enum | OdGiRegenType { eOdGiRegenTypeInvalid = 0 , kOdGiStandardDisplay = 2 , kOdGiHideOrShadeCommand = 3 , kOdGiRenderCommand = 4 , kOdGiForExplode = 5 , kOdGiSaveWorldDrawForProxy = 6 , kOdGiForExtents = 7 } |
enum | OdGiDeviationType { kOdGiMaxDevForCircle = 0 , kOdGiMaxDevForCurve = 1 , kOdGiMaxDevForBoundary = 2 , kOdGiMaxDevForIsoline = 3 , kOdGiMaxDevForFacet = 4 } |
enum | { kOdGiIncludeScores = 2 , kOdGiRawText = 4 , kOdGiIncludePenups = 8 , kOdGiDrawShape = 16 , kOdGiIgnoreMIF = 32 , kOdGiLastPosOnly = 64 , kOdGiTextExtents = 0x10000000 } |
typedef OdRxObject OdDbBaseDatabase |
Definition at line 36 of file GiCommonDraw.h.
typedef OdSmartPtr<OdGiDrawable> OdGiDrawablePtr |
This template class is a specialization of the OdSmartPtr class for OdGiDrawable object pointers.
Definition at line 45 of file GiCommonDraw.h.
A data type that represents a smart pointer to an <link OdGiSectionGeometryManager, OdGiSectionGeometryManager> object.
Definition at line 96 of file GiCommonDraw.h.
anonymous enum |
Text vectorization flags.
Enumerator | |
---|---|
kOdGiIncludeScores | |
kOdGiRawText | |
kOdGiIncludePenups | |
kOdGiDrawShape | |
kOdGiIgnoreMIF | |
kOdGiLastPosOnly | |
kOdGiTextExtents |
Definition at line 81 of file GiCommonDraw.h.
enum OdGiDeviationType |
Deviation types used for tessellation.
Enumerator | |
---|---|
kOdGiMaxDevForCircle | |
kOdGiMaxDevForCurve | |
kOdGiMaxDevForBoundary | |
kOdGiMaxDevForIsoline | |
kOdGiMaxDevForFacet |
Definition at line 64 of file GiCommonDraw.h.
enum OdGiRegenType |
Viewport regeneration modes.
Enumerator | |
---|---|
eOdGiRegenTypeInvalid | |
kOdGiStandardDisplay | |
kOdGiHideOrShadeCommand | |
kOdGiRenderCommand | |
kOdGiForExplode | |
kOdGiSaveWorldDrawForProxy | |
kOdGiForExtents |
Definition at line 50 of file GiCommonDraw.h.