Dear all, here's my issue:
A Revit model with slab and piles, with the analytical model correct with loads too. All good.
Export to Robot and run analysis. All good.
Import into Revit and visualise results with the Result explorer. All good.
Problem:
How can i access those result to put them into a pile schedule. Do you know where they get stored, or any chance i can use dynamo (if so, which node to visualise the analytical results for the "analytical isolated foundation").
Please see the screenshot, that example of result is what i need to extract and put in my schedule.
Many thanks in advance
Hi @dPellegrino,
One option is this one
The other option is that if you started your analysis using structural analysis for dynamo package then you can get the Reaction at the base using specific node. once you sorted that; using "string from Object node" you can convert the Reaction value in to a Text. After that create a global or shared parameter for Foundation category as a Text as "Reaction" or any other word suitable for you.. Then using " Element set parameter Node" you can set the Reaction value to each selected list of Piles that is present in your revit. You required some advanced list management skill for this operation.
I don't know if you ever found a solution, but I found this post recently, which works really well (and has the dynamo script attached): Load takedown results from analysis to Revit entities
In my case, the reactions where attached to revit boundary conditions, which cannot be modified very much, so I just attached the reaction parameter to the host objects (column
Can't find what you're looking for? Ask the community or share your knowledge.