Get intersections with BoundingBoxIntersectWith

Hi @andre.demski,

I believe that BoundingBoxIntersectWith works on Autodesk.AutoCAD.DatabaseServices.DBObject and will not work with Civil Entities.
As a workaround, you may use Explode to get the block from the label and use it for your intersection check.


2 Likes