Multiple Cross sections

Hi community,

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 :


cross_section_v1.gh (21.5 KB)

Ideas :slight_smile: ?

regards,

  • CC

cross_section_v1.gh (25.8 KB)

Don’t know if this helps.

1 Like

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.


cross_section_v1_re.gh (25.2 KB)

1 Like

Thank you guys ! it helps me alot !

for the data matching I came up with a sort by height. But your definition is much more simpler @HS_Kim. I like it.

Regards,
-CC