(API) wind loads on this

(API) wind loads on this

jokiller70
Advocate Advocate
664 Views
3 Replies
Message 1 of 4

(API) wind loads on this

jokiller70
Advocate
Advocate

I am not able to generate wind loads on this. Any ideas why?

 

But if I save the project and open the file again it works.

 

 

            Dim falconParams As RobotOM.IRobotWindLoadsSimulationParams
            falconParams = robapp.Project.Structure.Cases.WindLoadsSimulationEngine.Params

            falconParams.DeviationPercent = 5
            falconParams.DirectionXNEnabled = False
            falconParams.DirectionXPEnabled = True
            falconParams.DirectionYNEnabled = False
            falconParams.DirectionYPEnabled = True
            falconParams.DirectionXNYNEnabled = False
            falconParams.DirectionXNYPEnabled = False
            falconParams.DirectionXPYNEnabled = False
            falconParams.DirectionXPYPEnabled = False
            falconParams.OpeningsClosed = True

            falconParams.Velocity = CInt(Val(Me.TextBox6.Text))


            falconParams.Elements.Add(robapp.Project.Structure.Selections.CreateFull(IRobotObjectType.I_OT_OBJECT))
            robapp.Project.Structure.Cases.WindLoadsSimulationEngine.Generate()

 

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

Rafal.Gaweda
Autodesk Support
Autodesk Support
Accepted solution
0 Likes
Message 3 of 4

jokiller70
Advocate
Advocate

This doesnt generate any loadcases in robot 2020.

0 Likes
Message 4 of 4

Rafal.Gaweda
Autodesk Support
Autodesk Support

Hi @jokiller70 

 

It does.

 



Rafal Gaweda
0 Likes