What is my Problem is that I do not know how to sort list by Group key so that indices match ones in list of unique items.
Or better to say, how to discover which rebars are in which element.
@BIM_Croatia Why not get the parmameter “Estimated Reinforcement Volume” with Element.GetParameterValueByName and multiply it with the density of steel? Maybe use the node from the MEPover package to ensure you get the correct units. You could set that up in a schedule in Revit without using Dynamo as well.
OK. I can do that and simplify upper part of my script.
I’ve (read Dynamo) actually managed to connect elements and host through list. But at the Moment i have another Problem.
How to get host from Structural Fabric Reinforcement Category, or even Better Structural Fabric Area???
@Einar_Raknes I also wanted to calculate rebar kg/m3 per element. I was wondering if the “Estimated Reinforcement Volume” is accurate when rebar extends beyond the limits of the host? (as the value is given per rebar host)
Hi, did you make it work? I also need to calculate amount of rebar per element.
We use Sofistik to reinforcing so i can use some parameters from that.
Thanks