RFEM_Python_Client icon indicating copy to clipboard operation
RFEM_Python_Client copied to clipboard

BUG: Creating Result Combinations containing Result Combinations

Open Dervis-vL opened this issue 2 years ago • 6 comments

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.

(result_combination_items_row){
               no = 2
               description = None
               row =
                  (result_combination_items){
                     case_object_item = 3
                     operator_type = "OPERATOR_OR"
                     left_parenthesis = False
                     right_parenthesis = False
                     case_object_factor = 1.0
                     case_object_load_type = "LOAD_TYPE_TRANSIENT"
                  }
            },

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!

Dervis-vL avatar Sep 18 '23 13:09 Dervis-vL

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.

OndraMichal avatar Sep 29 '23 07:09 OndraMichal

Hi!

I am curious to hear if progress on this issue has been made.

Dervis-vL avatar Jan 02 '24 09:01 Dervis-vL

Converted to ToDo 14243.

OndraMichal avatar Jan 25 '24 08:01 OndraMichal

Could there be an update or time indication as to when the issue will be resolved?

Dervis-vL avatar Apr 30 '24 12:04 Dervis-vL

ToDo is still open.

OndraMichal avatar Jul 26 '24 08:07 OndraMichal

What is the current status?

Dervis-vL avatar Oct 09 '24 08:10 Dervis-vL