Rotation of the FreeLoad.RectangularLoad #272
-
Beta Was this translation helpful? Give feedback.
Answered by
heetrojivadiya
Jul 4, 2023
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
DannieCW
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Dannie,
We are sorry that you faced the problem. It is due to wrong attribute assignment in code. We will soon correct the code. But meanwhile you can create the FreeLoad angle by giving the additional parameter as dict (ex params={'load_location_rotation' : 30* (pi/180)}) in your FreeLoad.RectangularLoad() for that you have to import pi (
from math import pi
).I am sharing my example code. You can compare it and change according into your code.