Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion RSECTION/LoadCasesAndCombinations/loadcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion RSECTION/LoadCasesAndCombinations/loadcombination.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down