Skip to content

Critical Combination Results not showing #35

@polyakszabolcs92

Description

@polyakszabolcs92

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions