MoI discussion forum
MoI discussion forum

Full Version: Splitting Cylinder

Show messages: All  1-2  3-5

From: Michael Gibson
21 Jul 2012   [#3] In reply to [#1]
So basically if you need a very simple straight cut all the way through an object in one direction you can just draw in a 2D curve and use the curve directly in the boolean.

But when you want something that's more customized than that like here you want something that's not just a straight-direction extruded cut and also it's limited to a certain area and not all the way through, then you need to build a surface or solid for the cutting object instead of just a curve.

You don't have to have a solid for the cutter - a surface that fully crosses the solid and so divides it can also be used as a cutting object in the booleans.

In order to construct a custom swoopy surface you'll usually be using Sweep or Network and they want to be able to identify the individual cross-section curves so you will usually give them individual curves and not just a single all-together connected piece like you had before. But if your piece is all planar then it is ok to make it all one joined piece and then in that case you can use Construct > Planar to build a surface through a planar closed shape like that.

- Michael
From: Sun
21 Jul 2012   [#4] In reply to [#2]
Thanks for the quick reply Michael! I'll try what you suggested.
From: Sun
23 Jul 2012   [#5] In reply to [#4]
That worked very well. Thanks again Michael. I love MOI. Dang Rhino can't seem to do this. I've been trying to automate the creation of this thing using Grasshopper & Rhino, and it seems that it's impossible to cut solids with surfaces in Rhino. I'm going to have to think of a different approach.

Show messages: All  1-2  3-5