Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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()
Solved! Go to Solution.
