Hi All!
Im new in dynamo and this forum is helping me a lot of to handle this visual scripting language. I’m trying to get some columns and set them in dynamo by it diameter. I’m trying to solve it using a boolean mask, but I loss the index of the column, lossing the possibility to retrive it. This is what i’m doing
- Import excel from file
- I adquire the data by row.
- I make a boolean mask asking only for columns of 0.5 diameter.
- I use filter by boolmask, but dynamo gives me only the items, not the index.
- I would like to have the items index to use getitematindex and retrive all 0.5 columns, giving them an upper and lower point and a type.
What would be best method? Any help will be appreciated
Thank you