Grasshopper

algorithmic modeling for Rhino

Can anyone help me with the VB.NET syntax for making a 3D Brep out of a list of closed edge-connected surfaces? I'm doing some recursive scripting that relies on building up a Brep from a series of planar surfaces and then testing the existing Breps to determine if a point from the new Brep is inside them or not...

Views: 561

Replies to This Discussion

You could just join the breps using RhUtil.RhinoJoinBreps... I think that you just have to create an array of OnBreps which if you have a list you can just use the toArray method.
Thanks, Damien...it works. I was making it harder for myself, trying to build a full 3d brep from scratch, when joining them does the same trick much, much easier. I've also found that I can make the individual faces as Breps and then append them to another Brep object. Thanks again.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service