Message 1 of 9

Not applicable
10-02-2015
06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone!
I have a ResultsPackageBuilder instance, which calls the SetBarResult method to set the forces and moments results on a Revit model (SetBarResult.png).
Now, I want to get that results from the Revit model to put them elsewhere, and to do it, I created a ResultsPackage instance, and then, I called the GetBarNodeResult method (GetBarResult.png), but I get an empty list of results. So, what should I use instead to get the correct results? (I expected that ResultsPackage class has a GetBarResult method, but it doesn't)
Solved! Go to Solution.