Grasshopper

algorithmic modeling for Rhino

Explode Tree is not valueable?? or data match error?

I Studying followed tutorial..

but my Gh is error..

why my arc is So confused me..

anybody help me 

Views: 604

Replies to This Discussion

Hi Yujihoon,

don't panic, nothing's broken. What you ask grasshopper to do is :

I. to import 3 curves, list should look like this :

0. curve
1. curve
2. curve

II. to divide those curves :

{0}

0. point0 on curve 0
1. point 1 on curve 0
(...)

{1}

0. point0 on curve 1
1. point 1 on curve 1
(...)

{2}

0. point0 on curve 2
1. point 1 on curve 2
(...)

III. to explode the tree


I assume this step is clear enough. It allows you to use every branch as an independant output

and finally IV. to connect every n points together with an arc :

0. arc 0 = [{0}(0); {1}(0); {2}(0)]

1. arc 1 = [{0}(1); {1}(1); {2}(1)]

and so on.

Now, where does the problem comes from : If you plug a pointList component to the point out the divide component, you'll see that the point are not aligned correctly. To do so, you can sort them along a curve (using... sort along curve), make sure to use one unique reference to sort the three sets of points. Bang it and connect it to the arc.

Sylvain.

I Thnak you for your kind response.

But I can't understand what you mean. because I'm not good at GH.. Espacially at a List...

But I try hard to understand GH..

So I attach My File .

can you help me?

Attachments:

Almost there!

Attachments:

This may explain what happen on the list level

As you use 9.0014, the list item I used may not be compatible. You'll have to plug a slider and select either 0, 1 or 2.

oh ...My god!

you are SSo! kind.

I'm so happy meet you like kind person.

This answer is very helpful to me.

i always remember Sylvain Usai.

if you let me know your E-mail address_

I sending beautyfull picture in my country. this is my reward.

i want permission to you sending Email.

Paste my Email. Yujihoon127@gmail.com

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service