API units force

API units force

Anonymous
Not applicable
292 Views
0 Replies
Message 1 of 1

API units force

Anonymous
Not applicable

Hello,

 

I try to get results through the API.

With the following code, I get values, but the results for forces are in daN instead of N as requested in the Robot program?

 

 

IRDimDetailedRes rDimDtdResults;
rDimDtdResults = rDimTousResults.Get(usrNo);

IRDimEffDef rDimEffortsDef = rDimDtdResults.EffDef;
double Ned = rDimEffortsDef.N;

 

When I try to get access to units with :

 

IRDimUnits unités;
unités = rDimConnect.GetUnits();

 

the "unités" is null ? (the rDimConnect works fine as I got good results for rDimConnect.GetMembSrv() for example)

 

Any idea to correct this ?

 

Thanks

0 Likes
293 Views
0 Replies
Replies (0)