hi @klayoutmatthias , i sometimes find myself wanting to separate rectangles from non-rectangles... do something with the rectangles and do something else with the non-rectangles. what do you think of implementing a split_rectangles() function that would let us do something like that in one go, rather than two calls to rectangles() and non_rectangles()?
hi @klayoutmatthias , i sometimes find myself wanting to separate rectangles from non-rectangles... do something with the rectangles and do something else with the non-rectangles. what do you think of implementing a
split_rectangles()function that would let us do something like that in one go, rather than two calls torectangles()andnon_rectangles()?