CFx SDK Documentation 2024 SP0
|
#include <GiDummyGeometry.h>
Public Member Functions | |
OdGiWrapperCommonDraw () | |
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 |
Protected Member Functions | |
void | setDraw (OdGiCommonDraw &pD) |
OdGiCommonDraw * | getDraw () const |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 1358 of file GiDummyGeometry.h.
|
inline |
Default constructor for the OdGiWrapperCommonDraw class.
Definition at line 1368 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves context associated with this object.
Definition at line 1430 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves the current drawable nesting graph.
Definition at line 1451 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 1487 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether generation of silhouettes is enabled for modeler geometry.
Definition at line 1459 of file GiDummyGeometry.h.
|
inlineprotected |
Definition at line 1363 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the associated vectorization process is the result of a "drag" operation.
Definition at line 1422 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves count of isolines that are used to represent an entity.
Definition at line 1443 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves raw geometry associated with this object.
Reimplemented in OdGiViewportDraw_Stub, and OdGiWorldDraw_Stub.
Definition at line 1376 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the vectorization process associated with this object should be aborted.
Definition at line 1403 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 1395 of file GiDummyGeometry.h.
|
inlineprotected |
Definition at line 1362 of file GiDummyGeometry.h.
|
inlinevirtual |
Provides access to this object's sub-entity traits.
Reimplemented in OdGiViewportDraw_Stub, and OdGiWorldDraw_Stub.
Definition at line 1414 of file GiDummyGeometry.h.