Skip to content

Displacement list #138

Answered by JWock82
janetunde asked this question in Q&A
Nov 16, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

By default, members in PyNite are treated as "Physical Members". A physical member will automatically descretize itself into sub-members at any nodes that occur along the length of the member. It saves the user from having to think about descritizing the member, and it models how beams and columns are actually built in the real world.

Here's an example of how to get the deflection for member M3 at a location of 10 units from the start of the physical member for the load combination '1.2D+1.6L' from a model named model:

model.Members['M3'].deflection('dy', x=10, combo_name='1.2D+1.6L')

It sounds like you may be interested in results for the sub-members themselves, rather than the overall c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@janetunde
Comment options

Answer selected by janetunde
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