Grasshopper

algorithmic modeling for Rhino

Hi everyone,

I'm trying this:

Dim brep_object As Brep
For p = 0 To surface_list.Count - 1
   brep_object.AddSurface(surface_list(p))
Next

to add a lot of surfaces that I created with the NurbsSurface.CreateFromCorners function to a brep object. But it doesn't work.

Then I would like to create a solid out of each brep object, I found this thread that explains to input a brep list:

http://www.grasshopper3d.com/forum/topics/running-a-macro-that-bakes-a

Thanks for any help,
Fernando 

Views: 107

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service