Grasshopper

algorithmic modeling for Rhino

hey everyone,
i'm trying to create an alternating triagular grid on a surface. i have almost been able to accomplish it until having this final panelling problem. the planar panels error even though i know the panels are planar. you can see in the script where the error is occuring. any help is much appreciated.
thanks

Views: 421

Attachments:

Replies to This Discussion

You are asking the planar srf component to make srfs out of elements that are not connected because the Exploded Crvs are 8 branches of 5 curves where as you have 40 branches of 1 curve in the other elements but to make matters worse the exploded curves are in the wrong 'column/row' configuration so I have incorporated a Flip component to get the right order. When flattening data you can specify the path for the results here I have {0;0} so that when I graft it will become {0;0;0}, {0;0;1} etc.the same data structures as the other elements.

this all makes sense, but i can't get it to work out... i think it is the flip component. it doesn't look the same as what is showing up in my grasshopper. instead of a "d" input and "d" output, it has a "c & g" inputs and a "c & f" outputs. could you include the definition from your post? i have included mine which is updated
Attachments:
I see you're using v0.6.0059 so there is no Flip (Matrix) component. You will need to use Path Mapper {A;B}(i) --> {i}(A).

yep that was the case... thanks so much.

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