Grasshopper

algorithmic modeling for Rhino

Hi, 

I can't figure out how to set my domain. For now I only need the points from list b (picture) with a Z-value < or = 42. 

Can someone tell me what I'm doing wrong? 

Thank you very much!

Views: 807

Attachments:

Replies to This Discussion

Hello Katrien,

please try to input the i output of list item to the b input of domain input directly, bypassing the panel, to see if the problem insists.

cheers

alex

Thank you for your quick reply!!

I bypassed the panel, but unfortunately it didn't do anything :(. 

greetz

Katrien

ok,can you upload your definition to take a look at.?

i cannot think of anything else from the screenshot

cheers

alex

Hopefully the file is not too messy, 

It's my first time working with grasshopper. 

This is how I wanted it to look like more or less: http://www.archdaily.com/564001/bartlett-students-invent-skeleton-i...

thank you for all the effort! really appreciate it!!

Attachments:

Nice for a first timer!

The problem was that the subset component is inputted with points (containing x,y,z values) so the domain does not where to apply to.

you can do the following.

solution 1 : working with the sorted values (both points and z) you test with smaller than component and dispatch your synchronously sorted points according to the output pattern into two lists, with tha have smaller and larger than 42 z values.

solution 2 : if you want to work with domains you can use includes component and test with domain 0 to 42 the sorted z values and then again dispatch the synchronously sorted points according to the pattern.

cheers

alex

Thank you very much!! :)

I will try to reduce the script and upload it when it's finished.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2025   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service