Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Creating Result Combinations containing Result Combinations #286

Open
Dervis-vL opened this issue Sep 18, 2023 · 4 comments
Open

BUG: Creating Result Combinations containing Result Combinations #286

Dervis-vL opened this issue Sep 18, 2023 · 4 comments
Assignees
Labels
bug Existing feature isn't working properly

Comments

@Dervis-vL
Copy link

Dervis-vL commented Sep 18, 2023

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 Dervis-vL added the bug Existing feature isn't working properly label Sep 18, 2023
@OndraMichal
Copy link
Contributor

OndraMichal commented Sep 29, 2023

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 OndraMichal self-assigned this Oct 24, 2023
@Dervis-vL
Copy link
Author

Hi!

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

@OndraMichal
Copy link
Contributor

Converted to ToDo 14243.

@Dervis-vL
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing feature isn't working properly
Projects
None yet
Development

No branches or pull requests

2 participants