Automated Object Splitting in Rhino – Fast Boolean Split Tool

Hi,
I’ve created a tool for quickly splitting objects in Rhino, making the _BooleanSplit operation much more efficient.

  • Draw a cutting line directly in Rhino
  • Automatically generate a cutting plane perpendicular to the view
  • Automatically select and split objects
  • Allows continuous, repeated cuts without extra steps

How does it work?
Simply draw a cutting line, and the script will automatically create a cutting plane, select the relevant objects, and execute the split operation – no manual selection or confirmation needed!

Watch the demo video here: https://www.youtube.com/watch?v=MYcJLVm54ho

What do you think? I’d love to hear your feedback and any suggestions for improvements!

3 Likes

That looks pretty sweet! Liked and subscribed :slight_smile:

Same here :+1:t4:

cool! any chance we could give it a spin?

“A simple yet powerful Rhino script for cutting solid objects using a drawn line. The script selects objects via curves, generates a cutting plane, and performs a boolean split. If you find a cleaner solution or improvements within the code, I’d be happy to learn from your insights!” https://github.com/PetroneLLenor/Fast_Boolean_Cutter.git