Grasshopper

algorithmic modeling for Rhino

Hi!

i am interested in trimming a non-planar surface by curves that are projected onto it. is this possible?

thanks a lot!

Views: 837

Replies to This Discussion

At the moment, your best bet is to extrude the curve in question, cap it, and do a boolean subtraction. There are more options available if you are open to scripting.
thanks for letting me know. i am open to scripting
could you give me some hints on how to approach this through scriptable component?
Convert your OnSurface to OnBrep through OnSurface.BrepForm, or just set your type hint to OnBrep. Then use:

RhUtil.RhinoBrepSplit

This is not always very reliable.. in that it splits the Brep, but still returns only a single brep with the faces split at the curve in question.

If that does happen, you could use the explode component, or extract the faces from OnBrepFaceArray.
i found a way around it, but i might give it a try. thanks a lot for the support!

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