Grosshopper Solids splitting on givin planes

Hi there

i need to know how to split solids on given planes are curves. i tried but failed so need some guidence from experts here with simple gh function bec its for learning.
Best Regards

Hi @mainisl2,

You need to make a planar surface at the desired planes and use split multiple brep component to split into pieces. Make sure the plane surface is big enough to cut through the entire solid.

Best

Tarang

The hole inside the bridge adds a bit of complication to this.

If you start with the outer surface of the bridge as open polysurface, it’s still fairly straight forward.

  1. Outer surface is split into a number of open breps.
  2. Breps are capped into closed breps.
  3. The inside is subtracted from the closed breps.

20_10_18_split_bridge.gh (20.2 KB)

PS: in general, it would be nice if you posted your file.

If grasshopper is not working you can try RhinoCommon,

Closed breps can be split in solids by other surfaces.

1 Like

That was amazing.
Thanks for the help.

1 Like