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: 

Robot Open Standard : defining a steel rectangular custom section API

21 REPLIES 21
SOLVED
Reply
Message 1 of 22
guillaumeniel
1655 Views, 21 Replies

Robot Open Standard : defining a steel rectangular custom section API

Hi,

I would like to define a steel rectangular custom section (not hollow) with ROS, and then define a custom material for it (I am using fabric sections).

 

Here is my script, for a concrete section : 

 

section.ShapeType = IRobotBarSectionShapeType.I_BSST_CONCR_BEAM_RECT
Dim concrete As RobotBarSectionConcreteData
concrete = section.concrete
concrete.SetValue(IRobotBarSectionConcreteDataValue.I_BSCDV_BEAM_B, 0.5)
concrete.SetValue(IRobotBarSectionConcreteDataValue.I_BSCDV_BEAM_H, 0.5)

 

What is the conversion for a steel section ? Do I only have to replace concrete by steel ? Also, how can I define the material for this section ?

21 REPLIES 21
Message 21 of 22
Rafal.Gaweda
in reply to: bouboutcpge


bouboutcpge wrote:

I need  the syntax of the basic objects in steel design

 

Check this:

http://forums.autodesk.com/t5/Robot-Structural-Analysis/API-RSA-design/m-p/4834505/highlight/true#M2...

 

or a link to documentaion about it .

INstall SDK and look at Robot API SteelDesign.pdf or here:
http://forums.autodesk.com/t5/Robot-Structural-Analysis/Manual-Calculations-for-Steel-Design-using-A...

 



Rafal Gaweda
Message 22 of 22
bouboutcpge
in reply to: Rafal.Gaweda

Thank you very much that was very helpful Smiley Happy

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

Post to forums  

Autodesk Design & Make Report