I am working on calculating tributary loads around Structural Beams in Revit and need some help. I am new so this might be easy and it might be hard, I don’t know. This is my first project in Dynamo and i’m hoping to use it daily.
I posted a few days ago about what I am trying to do, here is the link to my original post if anyone has a better way around what I’m doing: Creating load calculations for each beam in Dynamo?
So at the moment I have made bounding boxes for each beams tributary area. Now the end goal is to have this script spit out the length of pipe, conduit and duct that runs through each bounding box into an excel file. Then in the Excel file I will multiply each type of building material by the weight per linear foot and I should have the loads of all the MEP on each beam running across this building.
I am writing the script around the conduit at the moment and will later apply the same script to the rest of the MEP in the ceiling.
What I am thinking but am stuck trying to do is:
-Make a line that follows the conduit
-cut that line into segments that fit each bounding box around each beam
-find the length of lines in each bounding box
If anyone has any ideas or can offer any insight it would be greatly appreciated. Thank you in advance.