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 RSA - trapezoidale bar loading

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
guillaumeniel
522 Views, 2 Replies

API RSA - trapezoidale bar loading

I would like to define a trapezoidal loading on a bar with RSA API.

Here is the beginning of my script : 

 

Dim CasVent As RobotSimpleCase
Dim LoadRecord As RobotLoadRecord
CasVent = Robot.Project.Structure.Cases.CreateSimple(100, "Vent1", IRobotCaseNature.I_CN_WIND, IRobotCaseAnalizeType.I_CAT_STATIC_LINEAR)
CasVent.Records.New(IRobotLoadRecordType.I_LRT_BAR_TRAPEZOIDALE)
LoadRecord = CasVent.Records.Get(1)
LoadRecord.SetValue ...

 

I can't find on the API documenation how to define load properties (direction, global/local, value, coordinates,angle,...).

 

Any idea ? Where can I find this information in the documentation ?

2 REPLIES 2
Message 2 of 3

btrv.jpg



Rafal Gaweda
Message 3 of 3

Thanks.

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

Post to forums  

Autodesk Design & Make Report