We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151e571 commit a9e31fbCopy full SHA for a9e31fb
RFEM/Results/resultTables.py
@@ -7082,9 +7082,6 @@ def AluminumDesignDesignRatiosMembersByDesignSituation(
7082
Args:
7083
model(class, optional): Model instance
7084
'''
7085
- #object_locations = None # nefunguje
7086
- #object_locations = CreateObjectLocation(ObjectTypes.E_OBJECT_TYPE_MEMBER.name, 0) # nefunguje
7087
- #object_locations = CreateObjectLocation(ObjectTypes.E_OBJECT_TYPE_MEMBER.name, 1) # nefunguje
7088
7089
return ConvertResultsToListOfDct(model.clientModel.service.get_results_for_aluminum_design_design_ratios_members_by_design_situation(), include_base)
7090
0 commit comments