@@ -189,7 +189,7 @@ def BuildingStoriesForcesInShearWalls(
189
189
results = model .clientModel .service .get_results_for_building_stories_forces_in_shear_walls (
190
190
loading_type .name ,
191
191
loading_no ,
192
- object_locations = None # todo : add filtering by Shear Wall number
192
+ object_locations = None # TODO : add filtering by Shear Wall number
193
193
)
194
194
195
195
return ConvertResultsToListOfDct (results , include_base )
@@ -214,7 +214,7 @@ def BuildingStoriesCentresMassRigidity(
214
214
results = model .clientModel .service .get_results_for_building_stories_centres_mass_rigidity (
215
215
loading_type .name ,
216
216
loading_no ,
217
- object_locations = None # todo : add filtering by Story number
217
+ object_locations = None # TODO : add filtering by Story number
218
218
)
219
219
220
220
return ConvertResultsToListOfDct (results , include_base )
@@ -239,7 +239,7 @@ def BuildingStoriesInterstoryDrifts(
239
239
results = model .clientModel .service .get_results_for_building_stories_interstory_drifts (
240
240
loading_type .name ,
241
241
loading_no ,
242
- object_locations = None # todo : add filtering by Story number
242
+ object_locations = None # TODO : add filtering by Story number
243
243
)
244
244
245
245
return ConvertResultsToListOfDct (results , include_base )
@@ -264,7 +264,7 @@ def BuildingStoriesStoryActions(
264
264
results = model .clientModel .service .get_results_for_building_stories_story_actions (
265
265
loading_type .name ,
266
266
loading_no ,
267
- object_locations = None # todo : add filtering by Story number
267
+ object_locations = None # TODO : add filtering by Story number
268
268
)
269
269
270
270
return ConvertResultsToListOfDct (results , include_base )
@@ -314,7 +314,7 @@ def CriticalLoadFactors(
314
314
results = model .clientModel .service .get_results_for_critical_load_factors (
315
315
loading_type .name ,
316
316
loading_no ,
317
- object_locations = None # todo : add filtering by mode shape number
317
+ object_locations = None # TODO : add filtering by mode shape number
318
318
)
319
319
320
320
return ConvertResultsToListOfDct (results , include_base )
@@ -339,7 +339,7 @@ def EffectiveLengthsAndCriticalLoadsByEigenvector(
339
339
results = model .clientModel .service .get_results_for_efeective_lengths_and_critical_loads_by_eigenvector (
340
340
loading_type .name ,
341
341
loading_no ,
342
- object_locations = None # todo : add filtering by mode shape number
342
+ object_locations = None # TODO : add filtering by mode shape number
343
343
)
344
344
345
345
return ConvertResultsToListOfDct (results , include_base )
@@ -896,7 +896,7 @@ def ModalAnalysisEffectiveModalMasses(
896
896
results = model .clientModel .service .get_results_for_modal_analysis_effective_modal_masses (
897
897
loading_type .name ,
898
898
loading_no ,
899
- object_locations = None # todo : add filtering by mode shape number
899
+ object_locations = None # TODO : add filtering by mode shape number
900
900
)
901
901
902
902
return ConvertResultsToListOfDct (results , include_base )
@@ -921,7 +921,7 @@ def ModalAnalysisMassesInLocations(
921
921
results = model .clientModel .service .get_results_for_modal_analysis_effective_modal_masses (
922
922
loading_type .name ,
923
923
loading_no ,
924
- object_locations = None # todo : add filtering by mesh point number
924
+ object_locations = None # TODO : add filtering by mesh point number
925
925
)
926
926
927
927
return ConvertResultsToListOfDct (results , include_base )
@@ -3161,7 +3161,7 @@ def StabilityIncrementalAnalysisBuildingStoriesCentresMassRigidity(
3161
3161
results = model .clientModel .service .get_results_for_stability_incremental_analysis_building_stories_centres_mass_rigidity (
3162
3162
loading_type .name ,
3163
3163
loading_no ,
3164
- object_locations = None # todo : add filtering by Story number
3164
+ object_locations = None # TODO : add filtering by Story number
3165
3165
)
3166
3166
3167
3167
return ConvertResultsToListOfDct (results , include_base )
@@ -3186,7 +3186,7 @@ def StabilityIncrementalAnalysisBuildingStoriesForcesInShearWalls(
3186
3186
results = model .clientModel .service .get_results_for_stability_incremental_analysis_building_stories_forces_in_shear_walls (
3187
3187
loading_type .name ,
3188
3188
loading_no ,
3189
- object_locations = None # todo : add filtering by Shear Wall number
3189
+ object_locations = None # TODO : add filtering by Shear Wall number
3190
3190
)
3191
3191
3192
3192
return ConvertResultsToListOfDct (results , include_base )
@@ -3211,7 +3211,7 @@ def StabilityIncrementalAnalysisBuildingStoriesInterstoryDrifts(
3211
3211
results = model .clientModel .service .get_results_for_stability_incremental_analysis_building_stories_interstory_drifts (
3212
3212
loading_type .name ,
3213
3213
loading_no ,
3214
- object_locations = None # todo : add filtering by Story number
3214
+ object_locations = None # TODO : add filtering by Story number
3215
3215
)
3216
3216
3217
3217
return ConvertResultsToListOfDct (results , include_base )
@@ -3236,7 +3236,7 @@ def StabilityIncrementalAnalysisBuildingStoriesStoryActions(
3236
3236
results = model .clientModel .service .get_results_for_stability_incremental_analysis_building_stories_story_actions (
3237
3237
loading_type .name ,
3238
3238
loading_no ,
3239
- object_locations = None # todo : add filtering by Story number
3239
+ object_locations = None # TODO : add filtering by Story number
3240
3240
)
3241
3241
3242
3242
return ConvertResultsToListOfDct (results , include_base )
@@ -3261,7 +3261,7 @@ def StabilityIncrementalAnalysisCalculationDiagrams(
3261
3261
results = model .clientModel .service .get_results_for_stability_incremental_analysis_calculation_diagrams (
3262
3262
loading_type .name ,
3263
3263
loading_no ,
3264
- object_locations = None # todo : add filtering by ?
3264
+ object_locations = None # TODO : add filtering by ?
3265
3265
)
3266
3266
3267
3267
return ConvertResultsToListOfDct (results , include_base )
@@ -5507,7 +5507,7 @@ def TimeHistoryAnalysisBuildingStoriesCentresMassRigidity(
5507
5507
results = model .clientModel .service .get_results_for_time_history_analysis_building_stories_centres_mass_rigidity (
5508
5508
loading_type .name ,
5509
5509
loading_no ,
5510
- object_locations = None # todo : add filtering by Story number
5510
+ object_locations = None # TODO : add filtering by Story number
5511
5511
)
5512
5512
5513
5513
return ConvertResultsToListOfDct (results , include_base )
@@ -5532,7 +5532,7 @@ def TimeHistoryAnalysisBuildingStoriesForcesInShearWalls(
5532
5532
results = model .clientModel .service .get_results_for_time_history_analysis_building_stories_forces_in_shear_walls (
5533
5533
loading_type .name ,
5534
5534
loading_no ,
5535
- object_locations = None # todo : add filtering by Shear Wall number
5535
+ object_locations = None # TODO : add filtering by Shear Wall number
5536
5536
)
5537
5537
5538
5538
return ConvertResultsToListOfDct (results , include_base )
@@ -5557,7 +5557,7 @@ def TimeHistoryAnalysisBuildingStoriesInterstoryDrifts(
5557
5557
results = model .clientModel .service .get_results_for_time_history_analysis_building_stories_interstory_drifts (
5558
5558
loading_type .name ,
5559
5559
loading_no ,
5560
- object_locations = None # todo : add filtering by Story number
5560
+ object_locations = None # TODO : add filtering by Story number
5561
5561
)
5562
5562
5563
5563
return ConvertResultsToListOfDct (results , include_base )
@@ -5582,7 +5582,7 @@ def TimeHistoryAnalysisBuildingStoriesStoryActions(
5582
5582
results = model .clientModel .service .get_results_for_time_history_analysis_building_stories_story_actions (
5583
5583
loading_type .name ,
5584
5584
loading_no ,
5585
- object_locations = None # todo : add filtering by Story number
5585
+ object_locations = None # TODO : add filtering by Story number
5586
5586
)
5587
5587
5588
5588
return ConvertResultsToListOfDct (results , include_base )
0 commit comments