Grasshopper

algorithmic modeling for Rhino

Hi all,

It would be great to add Network Surface command to Grasshopper.

We are working in a parametric shoe last and we stuck creating the final surface. We can only get the curves, bake them and then do the surface.

Views: 5360

Replies to This Discussion

Since Network Surface isn't even in SDK I'm not sure what the chances of getting this in as a component. Here's a very sketchy VB that calls Rhino commands to create a network surface. The surface will only work if the original curves can be determined by autosort. The component also works best if the curve list going into the component is not directly modified as Rhino geometry (at subObject level).

Attachments:
Thank you Dirk.
We are doing some tests with your VB suggestion.

Thanks for your complete and open reply.

Regards,

René Medel
As Luis suggested here, you can add MRhinoView.EnableDrawing(False) at the start of the script and MRhinoView.EnableDrawing(True) at the end - this will turn of the viewport update - it can be a little buggy, however, pressing ESC will return true. I couldn't find how to turn the command prompt echo off as this should also speed up the operation.
Ok Dirk,
Thanks agains. We´ll try this.

Regards
I'm interested on this...
Is there some news?

Sorry, I can't still script...I only use the GH...so I'm in your hands
Hey,

pretty sweet idea to make Rhino create the surface and let
Grasshopper import it as Geometry.

Is there any change to speed up the process?

A simple surface modification is slow, with a complicated surface I do not even want to know
how slow it might be.
I get some strange behaviors

I can initially build the surface,
but when I change a curve the grasshoper results
is gone.

when I than delete the curve input in grasshopper
the GH surface becomes visible.
however my RHino curves are gone.

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service