Grasshopper

algorithmic modeling for Rhino

I am trying to loft between the two curves cut from two separate sections. for some reason it is not working at all.

 

the lofts are offset by .25 to make a kind of accordion. the goal is to make a loft between curve 1+2, 2+3, 3+4....etc

 

 

thanks

Views: 1158

Attachments:

Replies to This Discussion

uff your definition its a mess... there is a "series" component to create numbers in the step that you want, so you dont have to copy and paste components like you do...

 

But the good news is that in your case you can solve your problem using the flatten on both curves and then loft... and copy/paste for every curve XD (this is a really ugly solution).

 

The loft component and others components, works in lists, and the input geometry (in this case curves) that you want loft, has to be in the same list. If you use the param viewer component, you can see the data structure (list / paths / branches / etc).

With the flatten component you erase and simplify this data structure and put everything in one simple list, if you merge the two curves, youll put both curves in the same list, so you can loft them.

 

In resume.... do number 3 in this image :D

 

 

 

also, how would i use the series script? i am not sure how to implement that
series generates a list based on a start number, step size between values, and amount of values in a list.
what he is saying is you dont need to move each point individually, there are many components and methods that automate this process, by moving them individually u may has well just do it in rhino, its not really parametric at that point.
can you tell im new to GH haha
and again, sorry for replying so many times, do you think you could send me the GHX file you modified?

hi,

Sorry i dont save the definition.

I recomend you that you do some tutorials to learn grasshopper...

http://www.grasshopper3d.com/page/tutorials-1

start by the grasshopper primer, its a little outdate by it will help you to understand the basics (like a series component and lists).

 

Anyway i did a quick accordion example so you can check it out (i use random values for inners curves)... i you notice i just did one loft for all the curves (if you need separate surfaces for every pair of curves, you can do that too with the graft component and then merge the two lists).

I hope it helps you.

 

Attachments:

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service