Share

BoundingBoxIntersectWith Method

Overload List

Method Description
Entity.BoundingBoxIntersectWith (Entity, Autodesk.AutoCAD.DatabaseServices.Intersect, Plane, Point3dCollection, IntPtr, IntPtr) Projects the bounding box edges of this entity and the entityPointer entity onto the projectionPlane, finds the intersection points,... more
Entity.BoundingBoxIntersectWith (Entity, Autodesk.AutoCAD.DatabaseServices.Intersect, Plane, Point3dCollection, long, long)Obsolete - Use the BoundingBoxIntersectWith method that accepts IntPtr values instead.Projects the bounding box edges of this entity and... more
Entity.BoundingBoxIntersectWith (Entity, Autodesk.AutoCAD.DatabaseServices.Intersect, Point3dCollection, IntPtr, IntPtr) This method first calculates the bounding box for this entity (in WCS coordinates). It then finds the intersections of the... more
Entity.BoundingBoxIntersectWith (Entity, Autodesk.AutoCAD.DatabaseServices.Intersect, Point3dCollection, long, long)Obsolete - Use the BoundingBoxIntersectWith method that accepts IntPtr values instead.First calculates the bounding box for this entity (in... more

Was this information helpful?