Hi, experimenting more with the grasshopper nodes.
we have a workflow where we were extracting structural analysis results in this case from Robot structural analysis using the BHoM for columns and to share them with our third party designer through speckle.
there are ~904 columns, each with 62 load-cases and each with 15 properties that we were looking to capture so in total
904 x 62 x 15 = 840,720 data points
Initially i tried to use the properties to create effectively nested object/ properties to combine but ran into two issue:
- im not able to attach a list of properties only base types
- very long compute time ~1hr
as an alternative i did a bit of data manipulation to store lists of each property.
this resolves the two issues before but im not sure this is the most useful way to store the data?
And filters don’t work as filters in the viewer dont work as on the list of values, instead of the specific values, possible to be expected?
just wanted to check if there were better ways to achive this?
Thanks