#include <DbEntityIntersectionPE.h>
|
| 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 |
|
| ODRX_DECLARE_MEMBERS (OdDbEntityIntersectionPE) |
|
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 |
|
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 |
|
| 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 |
|
Definition at line 91 of file DbEntityIntersectionPE.h.
◆ intersectWith() [1/2]
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]
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()
The documentation for this class was generated from the following file: