RFEM 6 - Nodal Supports - Translational and Rotational spring constants #62
Answered
by
NathanMSY
EfrainDuran
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
NathanMSY
Sep 6, 2024
Replies: 1 comment
-
If you use the "get_nodal_support" request to get an existing nodal support form an RFEM model, you can probably see how to set a rigid support.
INF is rigid |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EfrainDuran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use the "get_nodal_support" request to get an existing nodal support form an RFEM model, you can probably see how to set a rigid support.
I quickly used Boomerang to make the SOAP call and the XML coming back looks like this:
<rotational_restraint_x>200000</rotational_restraint_x>
<rotational_restraint_y>0</rotational_restraint_y>
<rotational_restraint_z>INF</rotational_restraint_z>
INF is rigid