I have a collection of Breps (could even be meshes) representing a building and I want to parametrically make several horizontal cross sections. The idea here is to move these reference sections aside to further work them in 2D within Rhino.
Issue is intersection Brep | plane … not working as I expected… nor Brep | mesh… etc… see here :
Brep/Plane draws error because your section planes don’t intersect every brep objects at the same time.
In this case you should keep in mind the data matching also. You’ll need to graft the plane input.
You can manipulate data tree afterward to group sections by floor or object using Path Mapper.