Missing description of scia load combinations

Description of the limitation and why it is relevant to address

Not possible to add description to load combinations in Scia (LC and NLC). Not critical but it’s an easy addition and helps for the quality of the Scia model.
Thanks in advance! (no hurry, but its 10-20 min work max i assume)

Submitter proposed design (optional)

def create_load_combination(self, name: str, load_type: LoadCombination.Type, load_cases: Dict[LoadCase, float]) -> LoadCombination: ...
def create_nonlinear_load_combination(self, load_type: NonLinearLoadCombination.Type, load_cases: Dict[LoadCase, float], *, name: str = ...) -> NonLinearLoadCombination: ...

Add description: str to both methods

Current workarounds

None

This has been added in SDK v13.1.0

2 Likes