Autodesk Robot Structural Analysis
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Robot API-units
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
80 Views, 2 Replies
09-23-2012 02:35 AM
Hi,
In Robot , the units used are the KN and M
to get reactions :
MysumReactions = robapp.Project.Structure.Results.Nodes.Reactions.S
FXX = MysumReactions.FX / 1000.00;
why divide by 1000 to get the FXX in KN
Thanks
Re: Robot API-units
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-24-2012 01:15 AM 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
Re: Robot API-units
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-24-2012 01:20 AM in reply to:
medtayeb
In API SI units are used : N and m.

Rafal Gaweda
Product Support
Autodesk, Inc.

