|
CFx SDK Documentation 2026 SP0
|
#include <GiDummyGeometry.h>
Public Member Functions | |
| virtual OdGiViewport & | viewport () const |
| virtual OdUInt32 | sequenceNumber () const |
| virtual bool | isValidId (const OdUInt32 viewportId) const |
| virtual OdDbStub * | viewportObjectId () const |
Public Member Functions inherited from OdGiDummyCommonDraw< T > | |
| virtual OdGiRegenType | regenType () const |
| virtual bool | regenAbort () const |
| virtual bool | isDragging () const |
| virtual OdUInt32 | numberOfIsolines () const |
| virtual double | deviation (const OdGiDeviationType t, const OdGePoint3d &p) const |
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 3304 of file GiDummyGeometry.h.
|
inlinevirtual |
Checks whether the specified identifier of a viewport is valid.
| viewportId | [in] Identifier of a viewport to check. |
Reimplemented in OdGiLayerTraitsTaker, and OdGiLayerTraitsTakerView.
Definition at line 3335 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves sequence number. The default implementation of this function always returns 0.
Reimplemented in OdGiLayerTraitsTaker, and OdGiLayerTraitsTakerView.
Definition at line 3325 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves a reference to an associated viewport.
Reimplemented in OdGiLayerTraitsTaker, and OdGiLayerTraitsTakerView.
Definition at line 3317 of file GiDummyGeometry.h.
|
inlinevirtual |
Retrieves identifier of a viewport.
Reimplemented in OdGiLayerTraitsTaker, and OdGiLayerTraitsTakerView.
Definition at line 3343 of file GiDummyGeometry.h.