So, as the title says, i want to get all the parts that are on a certain area (basically all the parts above a platform), and i was working with Region3() so it returns the parts, but now, the issue that i realized right now is that Region3() can only make cubical areas (as i know lol), so let me explain what do i want to do.
Let’s say that we have multiple platforms together, like this:
And we want to get all the parts that are above the platforms, so the area should be like this:
so i was thinking to make a Region3() per platform, but that wouldn’t work well since parts could overlap between 2 regions, and that would end getting 2 copies of a part;