Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read multiple points on a line element

ARPASEVAN

Structural
Jan 31, 2019
20
Hello,

Is there a Python code to provide joint information on a Line Element? For example, the blue member shown below is one piece, and I can read the end joints and all forces, but this doesn't provide much help for internal connections and forces. Is there any other way to get data for each segment?

Below is the a partial code used to read the forces.

Python:
sap_model.Results.Setup.DeselectAllCasesAndCombosForOutput()
sap_model.Results.Setup.SetComboSelectedForOutput(com)
frameForces = sap_model.Results.FrameForce("ALL", 2)

Thank You.
1733714373720.png
 
Replies continue below

Recommended for you

Did you see this post?


You can access results for your beam with the code in the post. You can access along stations as well if you like. With this info you could recreate your applied forces.

You could also get all of the joints associated with the blue line and query for any applied loading.
 
Last edited:
Thank you S&T for your response and link to the post. My output for the blue beam (Frame #3) is shown below. The bays are 10', 10', 20'. I am not sure how to create three segments from this data.

1733799887179.png
 
The bays are 10', 10', 20'. I am not sure how to create three segments from this data.
My bad, i thought that this was (3) individual line (frame) segments already broken up.

It would be helpful to see the applied loading to the element and see what you are trying to retrieve. Can you post some more info?

It looks like in your output, there is an applied load at 3.33 ft in, shear jumps from 2.7796 to -0.8089. Is that right/what you are trying to get?
 

Part and Inventory Search

Sponsor