Robot Structural Analysis Forum
Welcome to Autodesk’s Robot Structural Analysis Forums. Share your knowledge, ask questions, and explore popular Robot Structural Analysis topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 3
medtayeb
320 Views, 2 Replies

Robot API-units

 

 

Hi,

 

In Robot , the units used are the KN and M

 to get reactions :

 

MysumReactions = robapp.Project.Structure.Results.Nodes.Reactions.Sum(Num_Cas);

FXX = MysumReactions.FX / 1000.00;

 

why divide by 1000 to get the FXX in  KN

 

Thanks

 

 

2 REPLIES 2
Message 2 of 3
rsousa_
in reply to: medtayeb

In ROS API you can read:

 

"All functions of ROBOT Object Model use the standard SI unit, independently of the current settings in Robot options."

 

So, all forces you get from robot api are in N.

 

Best regards

Message 3 of 3
Rafal.Gaweda
in reply to: medtayeb

In API SI units are used : N and m.



Rafal Gaweda

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report