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..7c38a7f 100644 --- a/RSECTION/LoadCasesAndCombinations/loadcombination.py +++ b/RSECTION/LoadCasesAndCombinations/loadcombination.py @@ -13,7 +13,13 @@ def __init__(self, ''' Args: - + no (int): Load Combination Tag + 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 + 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