hi @cool.stuff
'ValueEx' is used to extract forces in case of code combinations or moving loads and 'Value' in case of simple cases or manual combinations
Dim BFD as IRobotBarForceData
Dim bar_num As long, case_num As long, case_cmpnt As long, point As double
Set BarForceServer = RobApp.Project.Structure.Results.Bars.Forces
With BarForceServer
set BFD = .ValueEx(bar_num, case_num, case_cmpnt, point) ' Code combination
set BFD = .Value(Value(bar_num, case_num, point) ' Others
End with
see getting internal forces from RSA to XL (API) and 866-867 of Robot Object Model pdf file.
Best Regards
Stéphane Kapetanovic
Did you find this post helpful? If it gave you one or more solutions,
don't forget to click the Accept Solution button and leave a < like !
