API Reference > OdDb Classes > OdDbEntity Class > OdDbEntity Methods > intersectWith Method > OdDbEntity::intersectWith Method (OdDbEntity*, OdDb::Intersect, OdGePoint3dArray&, OdGsMarker, OdGsMarker)
OdDbEntity::intersectWith Method (OdDbEntity*, OdDb::Intersect, OdGePoint3dArray&, OdGsMarker, OdGsMarker)
Syntax
C++
ODRX_SEALED_VIRTUAL OdResult intersectWith(const OdDbEntity* pEnt, OdDb::Intersect intType, OdGePoint3dArray& points, OdGsMarker thisGsMarker = 0, OdGsMarker otherGsMarker = 0) const;
Parameters 
Description 
const OdDbEntity* pEnt 
[in] Pointer to other entity  
OdDb::Intersect intType 
[in] Determines type of intersection to be calculated 

Intersects this entity with other entity if possible. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.