API RSA - trapezoidale bar loading

API RSA - trapezoidale bar loading

Anonymous
Not applicable
648 Views
2 Replies
Message 1 of 3

API RSA - trapezoidale bar loading

Anonymous
Not applicable

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 ?

0 Likes
Accepted solutions (1)
649 Views
2 Replies
Replies (2)
Message 2 of 3

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution

btrv.jpg



Rafal Gaweda
0 Likes
Message 3 of 3

Anonymous
Not applicable

Thanks.

0 Likes