algorithmic modeling for Rhino
Say I have a .CSV file with 2 columns of data - i.e. each line has 2 numbers separated by a comma - and I read this into GH using the Read File component, I then have a list {X,Y}
How do I refer to the values from each column of data?
For example if I want all values in column one to be sphere radii, what do I have to do to get a list of just {X}
Example... from this
2,1
2.5,1
2.6,1
2.3,-1
2.4,-1
to this...
2
2.5
2.6
2.3
2.4
Tags:
[Text Split] using a comma as the delimiter and then [List Item] or you can [Flip Matrix] and get all the values on one path = Radii and on the other path as whatever
Thanks!
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by