Rhino 8 Beginner "Cutting" Help

Good day!

I’m new to Rhino but have really enjoyed it so far. I know this is probably user error but initially I had no issues with removing one curve or polysurface from another polysurface. But recently I can’t seem to make anything work, and I just can’t tell what I am doing wrong. Suddenly push/pull doesn’t subtract from another surface, it just extends one and backfills the other behind it. Wirecut doesn’t cut, makehole won’t make holes, etc. The only error message I have gotten so far is when I try to use Boolean, for that I get the message “Objects do not intersect. Nothing done.” even though one object is within the other. I am attaching an example. It contains a honeycomb surface, with 4 excrusions inside the middle. I’m attempting the subtract the extrusion from within the rectanglurar surface, cut the surface in half down the middle, then use those 4 extrusions as “pegs” to help rejoin the two surfaces back together.

I appreciate any help I can get with this.

Rhino Forum File.3dm (484.3 KB)

Here is how I do it:

  1. Draw a line where you want to cut the polysurface. You have to be in a view other than Perspective, so switch to top view and “Split”. You’ll end up with the part split. If you move them away from each other you can see what it did:

  2. Now you need to close the surface again. You can use “Cap”:

  3. Now you can do the Boolean (remember you can’t do boolean on things that are completely inside another object, since we are surface modelling and not solid modelling). Use BooleanDifference and select the big object first, enter, and then select the small parts. Make sure during it, you switch DeleteInput to No:

    image

  4. Just move the other side back and repeat there. Done!

Rhino Forum File_done.3dm (5.4 MB)

I’d suggest using Wirecut instead of Split - that avoids having to cap each half so is slightly quicker.

Also, you can select both halves at once for the boolean difference, saving more time.

HTH
Jeremy

or use the Gumball cutter (note I split the dowels too in this short clip)

I learned two new things today.. :slight_smile:

That’s what I like about this forum. If you help others, you usually end up learning something yourself too.

Thanks!

I guess my problem was rooted in not fully understanding surface modelling. Your explaination was a ah-ha moment for me.

Wow that is so simple and will save so much time. Work perfectly on everything I was having issues with. Thanks!