Grasshopper

algorithmic modeling for Rhino

hello all,
i am trying to stream x- and y-values of multiple bounding boxes to a csv-file. i use a panel to stream the content.


as you can see in the attached sceenshot the coordinates are ordered like this:
x (1)
x (2)
x (3)
y (1)
y (2)
y (3)
i would like to have them ordered like this:
x (1)
y (1)
x (2)
y (2)
x (3)
y (3)
does anyone have an idea how to manage this.
sorry, if this is a dumb question and thanks in advance for any help.
roberto

Views: 428

Replies to This Discussion

Do you specifically want the results to be on separate lines, or would CSV be preferable?

i.e.

x (1), y (1)
x (2), y (2)
x (3), y (3)
Well, at any rate, here's two options:


You can learn more about the Format expression from here:

http://www.grasshopper3d.com/forum/topics/e005-number-view-change-to
thanks a lot for the quick solution and the profound explanation!

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