generative modeling for Rhino
Tags:
Permalink Reply by Jacek Jaskólski on April 12, 2010 at 12:56pm
Permalink Reply by giac0mo on September 8, 2010 at 6:38pm Thanks Marc, this is exactly what I was looking for. Great job.
Permalink Reply by Vicente Soler on July 3, 2012 at 7:02pm Now a days there's a createpatch method in rhinocommon. No need to use the patch command in rhino (although i find it works a bit better).
A quick way to create a patch today is:
-Place a VB component into the canvas, set the x input as a list of geometrybase connect it to some geometry you want to create the patch from, connect a number to the y input indicating the number of spans (patch resolution) and paste the following code inside:
a = brep.CreatePatch(x.ToArray, y, y, doc.ModelAbsoluteTolerance)
Permalink Reply by zj D. Wong on September 27, 2012 at 12:10am Hi, I tried to input my curves but it just turns up as Null Values and doesn't work...
This seems to be only component that I can find that patches a surface in GH
I am using the newest Grasshopper 0.9 and Rhino 4 SR9
Is this a problem??
Permalink Reply by arman hadilou on February 1, 2013 at 2:59pm Thank you Marc, this works great, I was just wondering if you had a chance to test it with python. On the other note, I want to try it with 6 curves, it does not trim the patch surface and gives me an untrimmed surface, do you know how to fix that?
Thank you,
arman
Permalink Reply by aiiiiiiiiii on August 2, 2010 at 3:35am
Permalink Reply by aiiiiiiiiii on August 5, 2010 at 11:08pm 
Permalink Reply by aiiiiiiiiii on August 9, 2010 at 5:10am Added by David Stasiuk 7 Comments 21 Likes
Added by stefano 5 Comments 7 Likes
© 2013 Created by Scott Davidson.
Powered by