Grasshopper

algorithmic modeling for Rhino

could not add line,how to solve

Views: 188

Replies to This Discussion

a symple example using just Grasshopper components

just a short look on your code tell me that this piece of code is wrong. You have no list or other collection for your points, for your lines and no iteration over your points.

You need something like

for each point_1 in line_1

   for each point_2 in line_2

   next

next

and so on...

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service