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.

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
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.

Please find my display parameter code snippet below:
AxisVM Platform | 64 bit
AxisVM Version | 16 r2r Hu 0
Type Library Version | 16 100