AxisVM / AxisVM/pyaxisvm

Critical Combination Results not showing

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
11
Forks
2
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
I would like to show the My diagram for beams/members for the **Critical(Min, Max) combination**.
The code works fine, if I set the value for "LoadCaseOrCombinationOrEnvelopeUID" to a number of a LoadCase (1-5 in this model), but it does not do anything, if I set the value to 0, which is suggested by the COM manual.

Btw. In the COM manual, "LoadCaseOrCombinationOrEnvelopeId" is written, but it is actually "LoadCaseOrCombinationOrEnvelopeUID".

The COM manual claims that the value should be 0 for Critical Combinations.
![kép](https://github.com/AxisVM/pyaxisvm/assets/149954190/0b9485a4-e573-4067-a38e-0e53af6a0a5f)

**Please find my display parameter code snippet below:**

```
# My ábra megjelenítése kitöltött diagrammal
basic_disp_params = axtlb.RBasicDisplayParameters_V153(ResultComponent=axtlb.rc_lfMy,
Scale=1.00,
DisplayMode=axtlb.dmDiagramFilled,
DisplayShape=axtlb.dsUndeformed,
AutoScale=True)

RC_ext_disp_params = axtlb.RExtendedDisplayParameters_V153(BasicDispParams=basic_disp_params,
DisplayAnalysisType=axtlb.datLinear,
ResultType=axtlb.rtCritical,
MinMaxType=axtlb.mtMinMax,
CriticalResCombinationType=axtlb.ctAuto,
)

axm.Windows.SetRCDesignDisplayParameters_V153(Index = axm.Windows.Count,
ExtendedDisplayParameters = RC_ext_disp_params,
LoadCaseOrCombinationOrEnvelopeUID=0)
```

AxisVM Platform | 64 bit
AxisVM Version | 16 r2r Hu 0
Type Library Version | 16 100

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.