# Load Cases And Combinations
# Loadcase
# Loadcase(no, action_category, to_solve, name, comment, params, model)
Parameters
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
# Load Combination
# LoadCombination(no, load_combination_item, user_defined_name, to_solve, comment, params, model)
Parameters
no (int) β Load Combination Tag
load_combination_item (list of lists) β 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
β Basic Objects Articles β