CFx SDK Documentation 2024 SP0
|
#include <GiDummyGeometry.h>
Public Member Functions | |
ODRX_USING_HEAP_OPERATORS (T1) | |
virtual OdGiGeometry & | rawGeometry () const |
virtual OdGiRegenType | regenType () const |
virtual bool | regenAbort () const |
virtual OdGiSubEntityTraits & | subEntityTraits () const |
virtual bool | isDragging () const |
virtual OdGiContext * | context () const |
virtual OdUInt32 | numberOfIsolines () const |
virtual const OdGiPathNode * | currentGiPath () const |
virtual bool | displayModelerSilhouettes () const |
virtual double | deviation (const OdGiDeviationType t, const OdGePoint3d &p) const |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 3097 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves context associated with this object.
Definition at line 3162 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves the current drawable nesting graph.
Definition at line 3183 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves the recommended maximum deviation of the current vectorization for the specified point on a curve.
t | [in] Deviation type. |
p | [in] Point on a curve. |
Value kOdGiMaxDevForCircle 0
kOdGiMaxDevForCurve 1
kOdGiMaxDevForBoundary 2
kOdGiMaxDevForIsoline 3 kOdGiMaxDevForFacet 4
Definition at line 3219 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether generation of silhouettes is enabled for modeler geometry.
Definition at line 3191 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the associated vectorization process is the result of a "drag" operation.
Definition at line 3154 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves count of isolines that are used to represent an entity.
Definition at line 3175 of file GiDummyGeometry.h.
OdGiJoinCommonDraw< T1, T2 >::ODRX_USING_HEAP_OPERATORS | ( | T1 | ) |
|
inlinevirtual |
Retrieves raw geometry associated with this object.
Definition at line 3108 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the vectorization process associated with this object should be aborted.
Definition at line 3135 of file GiDummyGeometry.h.
|
inlinevirtual |
Returns the regeneration type for this object.
Value eOdGiRegenTypeInvalid 0 kOdGiStandardDisplay 2 kOdGiHideOrShadeCommand 3 kOdGiRenderCommand 4 kOdGiForExplode 5 kOdGiSaveWorldDrawForProxy 6 kOdGiForExtents 7
Definition at line 3127 of file GiDummyGeometry.h.
|
inlinevirtual |
Provides access to this object's sub-entity traits.
Definition at line 3146 of file GiDummyGeometry.h.