Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Assign load forces to the frame objects

Status
Not open for further replies.

F.Moghadam

Civil/Environmental
May 8, 2022
7
0
0
DE
Hi. I'm developing a model in ETABS using API with Python.
I have created and assigned load forces like SDEAD(super dead),Ex,Ey,LRED (Reducible Live) and etc,.
As you can see in the first and second picture, load forces have successfully assigned.
1_hkbnmb.png

2_pewdob.png

The problem is that these loads (Created with code) seem not to be applied to the frames; because when I try to analyze and design the model, there are no results for member force diagrams or Story Response Plots for these load forces as you can see in below pictures (there is only diagrams and response plots for "Dead" load that is not added by code.)
3_pnj5sc.png
4_cozyiz.png
5_q1iwbe.png
6_aa8uv3.png
7_vjquv3.png

Do you have any idea about this problem?
 
Replies continue below

Recommended for you

@rscassar
It's done using FrameObj.
Python:
ret=SapModel.FrameObj.SetLoadDistributed("Element_Name","Load_Pattern_Name",1,2,0,1,Load_Value,Load_Value,"Local")
 
Status
Not open for further replies.
Back
Top