Skip to content

BUG: Accessing SpectralAnalysisMembersInternalForces for different Envelopes not possible #336

@MaximilianFranz

Description

@MaximilianFranz

Describe the bug
We're trying to access the results of the spectral analysis for different Envelopes (in German: "Umhüllende Y" and "Umhüllende X") via the webservices API.
However, we only received the results of the one envelope that's currently selected in the UI and cannot change the envelope programmatically.

To Reproduce
We're using this code:

      member_inner_forces = ResultTables.SpectralAnalysisMembersInternalForces(
          loading_type=CaseObjectType.E_OBJECT_TYPE_LOAD_CASE,
          loading_no=loading_id,
          object_no=beam_idx,
          model=model,
      )

where loading_id is the load_case number of "Antwortspektrenverfahren" and beam_idx is the id of a result-beam (type=RESULT_BEAM_TYPE).

We've experimented with using using CaseObjectType.E_OBJECT_TYPE_RESULT_COMBINATION but that didn't yield any results.

Expected behavior
Some way to change the envelope type.

Screenshots

This is the envelope we want to switch:
image

to fetch the results from this table:
image

Metadata

Metadata

Assignees

Labels

ToDoAdd new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions