Grasshopper

algorithmic modeling for Rhino

Hi

Does anyone know how to split a surface using a curve?

I tried using SplitBrep, but the splitter object has to be a brep.

/Thomas

Views: 23777

Replies to This Discussion

Well, I actually asked Steve Baer about this while I was up in Seattle back in August. There really isn't any way of doing this with the SDK, and the recommended method is to extrude the curve to get the brep and use that to split the original brep.

The other method which I've used (but was kind of a pain) was RhUtil.RhinoCutUpSurface as it will work with curves. There are a few stipulations with using this. First, it will only take an OnSurface, so essentially you'd need to be working off of a single face, untrimmed Brep in the first place. Secondly, sorting through the output is a little annoying as the output tends to be a single brep split into different faces (ie you've got to cycle through each OnBrepFace)

You may want to take a closer look at how you're generating the curves. Most curves that you would trim with can actually can be generated from interesecting surfaces/breps. For instance Projecting can just be made by extruding along the projection vector and a section can be made by making a big surface from the plane. Doing something like that might be better than just using the curves.
I've been trying to split an untrimmed open brep surface forever and nothing seems be working. What exactly is the RhUtil.RhinoCutUpSurface? A component or a script using VB? Maybe this could work.
Its a method exposed by the SDK, so you would need to utilize it within a scripting component.
Check out this thread:
http://www.grasshopper3d.com/forum/topics/surfacetrim-workflow

Using the RhinoSplitBrepFace method, the splited object has to be a brep not the splitter.
Thanks both of you!

I'm using the extrude method right now, and are going to test the SplitBrepFace method to see which one works best.

My biggest problem with the extrude method, is that im dealing with curves and its not allways possible to find a suitable extrude direction.

The CutUpSurface seems to excessive to control.

But thanks guys.

/Thomas

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service