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: 

API bar material yield strength from Robot

1 REPLY 1
SOLVED
Reply
Message 1 of 2
AbelSV78
483 Views, 1 Reply

API bar material yield strength from Robot

Hi, 

 

we need to read the material properties (yield strength) of some bars from the Robot model. Could you indicate me the variable for visual basic and the mothod to use it?

 

Thank you in advance

1 REPLY 1
Message 2 of 2
rsousa_
in reply to: AbelSV78

I think you should use RobotMaterialData object.

 

Aply like this:

Dim myMaterial As RobotMaterialData

Set myMaterial = RobApp.Project.Structure.Labels.Get(I_LT_MATERIAL, 'yourbar'.GetLabel(I_LT_MATERIAL).Name).Data
'your yield Strengh in N'  = myMaterial.RE

 

Regards

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

Post to forums  

Autodesk Design & Make Report