You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We want to create a result combination through the API / webservice that consists of other result combinations. Doing so through the GUI works fine.
When printing the manually created SUD object (result combination), the case object number is returned, but not the type (so it is not specified whether the item contains a LC or an RC).
To Reproduce
in my manually created result combination, the 2nd entry consists of case_object_item = 3. This could either be RC3 or LC3, which is not specified when printing the object.
I also tried setting a result_combination_item with an added case_object_type (or case_object) = "E_OBJECT_TYPE_RESULT_COMBINATION" but it does not work (suds.TypeNotFound: Type not found: 'case_object_type).
Expected behavior
I am hoping to have solution provided in the webservice calls to create result combinations from result combinations. More specifically, I want to specify the case object type in a result combination item. Something like:
(result_combination_items){
case_object_type = "E_OBJECT_TYPE_RESULT_COMBINATION"
case_object_item = 3
etc.
}
or
(result_combination_items){
case_object_type = “E_OBJECT_TYPE_LOAD_CASE”
case_object_item = 3
etc.
}
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Version of WIN10 OS: [WIN 10 20H2]
Version of RFEM6.03.0004
Version of tool 1.18
Additional context
I would like to see this issue solved because being able to nest Result combinations within Result combinations makes reading the results a lot more simple and straight forward. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi @Dervis-vL,
thank you for reporting this issue. We already work on it (bug 121946). It is part of bigger issue relating to Load Cases, Load Combinations and Result Combinations. I'll keep you posted on the progress if possible.
Describe the bug
We want to create a result combination through the API / webservice that consists of other result combinations. Doing so through the GUI works fine.
When printing the manually created SUD object (result combination), the case object number is returned, but not the type (so it is not specified whether the item contains a LC or an RC).
To Reproduce
in my manually created result combination, the 2nd entry consists of case_object_item = 3. This could either be RC3 or LC3, which is not specified when printing the object.
I also tried setting a result_combination_item with an added case_object_type (or case_object) = "E_OBJECT_TYPE_RESULT_COMBINATION" but it does not work (suds.TypeNotFound: Type not found: 'case_object_type).
Expected behavior
I am hoping to have solution provided in the webservice calls to create result combinations from result combinations. More specifically, I want to specify the case object type in a result combination item. Something like:
or
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I would like to see this issue solved because being able to nest Result combinations within Result combinations makes reading the results a lot more simple and straight forward. Thanks in advance!
The text was updated successfully, but these errors were encountered: