Torsional constant for DXF shapes #211
Answered
by
jessebluestein
jessebluestein
asked this question in
Q&A
-
FIrst of all, thanks for creating this awesome package! It's super impressive. I am trying to use it to analyze a complex shape that I'm importing from a DXF file. It looks like it's running successfully and I am able to print out the section properties just fine. However, the torsional properties are not listed. When I call the get_j() method, it returns None for j. Is this a limitation of sections imported from DXF geometry? |
Beta Was this translation helpful? Give feedback.
Answered by
jessebluestein
May 20, 2022
Replies: 1 comment
-
Figured it out! Just needed to call sec.calculate_warping_properties() Now it's working - thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robbievanleeuwen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out! Just needed to call sec.calculate_warping_properties()
Now it's working - thanks!