How to define design supports in RFEM6 with the API? #354
|
I checked the Dlubal Dev Docs but couldn't find a method that would allow me to configure the member's design support. Does such a method exist? Is there any alternative to achieve the same result as the design supports would provide? |
Answered by
heetrojivadiya
May 2, 2024
Replies: 2 comments
|
Hey @lucasngbr-eng, thank you for reaching out to us. I have checked that this method design support for members is available in WS. We have planned to implement in Python HLF. We will try to implement it as soon as possible and will let you know. |
0 replies
|
Hey @lucasngbr-eng, now you may assign design support to members through API with recent PR #359. You can find the required parameters for it in the docstrings and for example you may refer unittest of it. |
0 replies
Answer selected by
heetrojivadiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @lucasngbr-eng, now you may assign design support to members through API with recent PR #359. You can find the required parameters for it in the docstrings and for example you may refer unittest of it.