marcellosgamb / SIMPLEX

This is the repo for the simplex dynamo package workflows
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Combo.SetCaseList Node #4

Open almu6900 opened 4 years ago

almu6900 commented 4 years ago

What is the problem that needs solving?

I want to create envelop load combination which has load combination inside not load cases. on ETABS API, this method has parameter called CNameType which allow us to specify the type of add case. (below is from ETABS API). the dynamo node do not have this input. therefore, we can you this node for load combinations which have load cases inside only.

CNameType Type: ETABSv17.eCNameType This is one of the following items in the eCNameType enumeration: LoadCase = 0 LoadCombo = 1 This item indicates whether the CName item is an analysis case (LoadCase) or a load combination (LoadCombo).

How would you like to see it solved? allowing user to modify the input.