From 9c602c858b8c6b6a2e6a130a72c3b888e2d879a4 Mon Sep 17 00:00:00 2001 From: heetpatel96 Date: Thu, 3 Nov 2022 14:03:38 +0100 Subject: [PATCH 1/3] update Docstring --- RSECTION/LoadCasesAndCombinations/loadcase.py | 8 +++++++- RSECTION/LoadCasesAndCombinations/loadcombination.py | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/RSECTION/LoadCasesAndCombinations/loadcase.py b/RSECTION/LoadCasesAndCombinations/loadcase.py index c127a2e..6dc3fba 100644 --- a/RSECTION/LoadCasesAndCombinations/loadcase.py +++ b/RSECTION/LoadCasesAndCombinations/loadcase.py @@ -14,7 +14,13 @@ def __init__(self, ''' Args: - + no (int): Load Case Tag + action_category (enum): Action Category Type Enumeration + to_solve (bool): Enable/Disable To Solve Option + name (str): User Define Name + comment (str, optional): Comments + params (dict, optional): Any WS Parameter relevant to the object and its value in form of a dictionary + model (RSECTION Class, optional): Model to be edited ''' #Cleint model | Load Case diff --git a/RSECTION/LoadCasesAndCombinations/loadcombination.py b/RSECTION/LoadCasesAndCombinations/loadcombination.py index 94c5979..ab3b269 100644 --- a/RSECTION/LoadCasesAndCombinations/loadcombination.py +++ b/RSECTION/LoadCasesAndCombinations/loadcombination.py @@ -13,7 +13,13 @@ def __init__(self, ''' Args: - + no (int): Load Case Tag + load_combination_item (enum): Load Combination Item List + user_defined_name (list): User Define Name + to_solve (bool): Enable/Disable To Solve Option + comment (str, optional): Comments + params (dict, optional): Any WS Parameter relevant to the object and its value in form of a dictionary + model (RSECTION Class, optional): Model to be edited ''' #Cleint model | Load Combination From c3caf418ea85b5cf8c6107c7f06f02e6e269fed3 Mon Sep 17 00:00:00 2001 From: heetpatel96 Date: Thu, 3 Nov 2022 14:15:33 +0100 Subject: [PATCH 2/3] Update loadcombination.py --- RSECTION/LoadCasesAndCombinations/loadcombination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RSECTION/LoadCasesAndCombinations/loadcombination.py b/RSECTION/LoadCasesAndCombinations/loadcombination.py index ab3b269..c159b9b 100644 --- a/RSECTION/LoadCasesAndCombinations/loadcombination.py +++ b/RSECTION/LoadCasesAndCombinations/loadcombination.py @@ -13,7 +13,7 @@ def __init__(self, ''' Args: - no (int): Load Case Tag + no (int): Load Combination Tag load_combination_item (enum): Load Combination Item List user_defined_name (list): User Define Name to_solve (bool): Enable/Disable To Solve Option From 9697616474d6eff0fc9772ffcbe24c81b5eaa5b0 Mon Sep 17 00:00:00 2001 From: heetpatel96 Date: Thu, 3 Nov 2022 14:19:01 +0100 Subject: [PATCH 3/3] Update loadcombination.py --- RSECTION/LoadCasesAndCombinations/loadcombination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RSECTION/LoadCasesAndCombinations/loadcombination.py b/RSECTION/LoadCasesAndCombinations/loadcombination.py index c159b9b..7c38a7f 100644 --- a/RSECTION/LoadCasesAndCombinations/loadcombination.py +++ b/RSECTION/LoadCasesAndCombinations/loadcombination.py @@ -14,7 +14,7 @@ def __init__(self, ''' Args: no (int): Load Combination Tag - load_combination_item (enum): Load Combination Item List + load_combination_item (list of lists): Load Combination Item Table user_defined_name (list): User Define Name to_solve (bool): Enable/Disable To Solve Option comment (str, optional): Comments