algorithmic modeling for Rhino
Tags:
Thanks Marc, this is exactly what I was looking for. Great job.
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)
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??
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
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by