Skip to content

Rotation of the FreeLoad.RectangularLoad #272

Closed Answered by heetrojivadiya
DannieCW asked this question in Q&A
Discussion options

You must be logged in to vote

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.

from RFEM.enums import *
from math import pi
from RFEM.initModel import Model
from RFEM.BasicObjects.material import Material
from RFEM.BasicObjects.section import Section
from RFEM.BasicObjects.node import Node
from RFEM.BasicObjects.line im…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DannieCW
Comment options

@heetrojivadiya
Comment options

@DannieCW
Comment options

@heetrojivadiya
Comment options

Answer selected by DannieCW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants