"LoadCaseAndCombinations" class and enum for "current_standard_for_combination_wizard" #157
Closed
damianbobrowski
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi Damian, Thanks for opening the discussion. Since I see this is a real handy feature, I quickly created a new class (thanks to your recommendation) and created a pull request. You can find it below; Also in the DocStrings, you can find all the numeric codes for all the standards and annexes. This seemed a quicker solution to me than creating a new enum class. If you have any further questions, please contact us! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Enjoying new Release v1.11.0 with working ResultTable I start playing with Load Cases and Combinations
Creating Model from the ground it seems Combination wizard is off by default so I need to create Combinations on my own.
In some cases it is desired, but on the other hand there are cases where User want to relay on generated Combinations
Web Service exposes:
set_load_cases_and_combinations()
but it seems to be not used in RFEM_Python_Client.
So right now I can write some patch class
Usage:
Questions
Regards,
Damian Bobrowski
Beta Was this translation helpful? Give feedback.
All reactions