CFx SDK Documentation 2024 SP0
|
#include <DbGeomRef.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdDbGeomRef) | |
virtual | ~OdDbGeomRef () |
virtual void | reset () |
virtual bool | isValid () const |
virtual bool | isEmpty () const |
virtual OdDbEntityPtr | createEntity () const |
virtual OdResult | evaluateAndCacheGeometry () |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class represents a reference to a geometry object. It is the base class for references.
<group OdDb_Classes>
Definition at line 43 of file DbGeomRef.h.
|
virtual |
Destructor destroys an instance of this class.
|
virtual |
Creates an entity using this geometry reference.
Reimplemented in OdDbSubentRef, OdDbFaceRef, OdDbEdgeRef, OdDbVertexRef, OdDbPathRef, OdDbVectorRef, and OdDbCoordSystemRef.
|
virtual |
Evaluates and caches the geometry.
Reimplemented in OdDbSubentRef, OdDbFaceRef, OdDbEdgeRef, OdDbVertexRef, OdDbPathRef, OdDbVectorRef, and OdDbCoordSystemRef.
|
virtual |
Checks whether this geometry reference is empty.
Reimplemented in OdDbSubentRef, OdDbFaceRef, OdDbEdgeRef, OdDbPathRef, OdDbVectorRef, and OdDbCoordSystemRef.
|
virtual |
Checks whether this geometry reference is valid.
Reimplemented in OdDbSubentRef, OdDbFaceRef, OdDbEdgeRef, OdDbVertexRef, OdDbPathRef, OdDbVectorRef, and OdDbCoordSystemRef.
OdDbGeomRef::ODRX_DECLARE_MEMBERS | ( | OdDbGeomRef | ) |
|
virtual |
Resets this geometry reference.
Reimplemented in OdDbSubentRef, OdDbFaceRef, OdDbEdgeRef, OdDbVertexRef, OdDbPathRef, OdDbVectorRef, and OdDbCoordSystemRef.