CFx SDK Documentation  2022 SP0
Public Member Functions | List of all members
OdDbEntityIntersectionExtPE Class Referenceabstract

#include <DbEntityIntersectionPE.h>

Inheritance diagram for OdDbEntityIntersectionExtPE:
OdDbEntityIntersectionPE OdRxObject

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdDbEntityIntersectionExtPE)
 
virtual OdResult intersectWith (const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const =0
 
virtual OdResult intersectWith (const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const =0
 
- Public Member Functions inherited from OdDbEntityIntersectionPE
 ODRX_DECLARE_MEMBERS (OdDbEntityIntersectionPE)
 
virtual OdResult boundingBoxIntersectWith (const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const =0
 
virtual OdResult boundingBoxIntersectWith (const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const =0
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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 OdRxClassdesc ()
 

Detailed Description

Definition at line 93 of file DbEntityIntersectionPE.h.

Member Function Documentation

◆ intersectWith() [1/2]

virtual OdResult OdDbEntityIntersectionExtPE::intersectWith ( const OdDbEntity pThisEnt,
const OdDbEntity pEnt,
OdDb::Intersect  intType,
const OdGePlane projPlane,
OdGePoint3dArray points,
OdGsMarker  thisGsMarker = 0,
OdGsMarker  otherGsMarker = 0 
) const
pure virtual

Intersects this entity with other entity if possible.

Parameters
pEnt[in] Pointer to other entity
intType[in] Determines type of intersection to be calculated

Implements OdDbEntityIntersectionPE.

◆ intersectWith() [2/2]

virtual OdResult OdDbEntityIntersectionExtPE::intersectWith ( const OdDbEntity pThisEnt,
const OdDbEntity pEnt,
OdDb::Intersect  intType,
OdGePoint3dArray points,
OdGsMarker  thisGsMarker = 0,
OdGsMarker  otherGsMarker = 0 
) const
pure virtual

Description: Intersects this entity with other entity if possible.

Arguments: pEnt (I) Pointer to other entity inType (I) Determines type of intersection to be calculated

Implements OdDbEntityIntersectionPE.

◆ ODRX_DECLARE_MEMBERS()

OdDbEntityIntersectionExtPE::ODRX_DECLARE_MEMBERS ( OdDbEntityIntersectionExtPE  )

The documentation for this class was generated from the following file: