Culling multiple intersecting geometries

Hi,
I’m new to Grasshopper so forgive me for asking anything very trivial and I’m trying to fit a polygon with a certain number of rectangular panels of dimension 440 and the remaining area with smaller rectangles of dimension 410, the way I’m trying to do is fitting the larger once first using the method you shared before and then filling the smaller once using the same, then IM trying to get rid of the smaller rectangles which are intersecting with the larger once using the same method, but the data of intersecting points IM getting are way larger since every smaller rectangle goes through the intersection check more than once. And hence unable to get rid of the intersecting geometries. Here is the attached file,panel_inside_poly0410.gh (31.4 KB)