# 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