public sLoadCombination(string comboName, eCombinationType type, List <string> patternNames, List <double> patternFactors)
 {
     this.combinationName = comboName;
     this.combinationType = type;
     this.patterns        = patternNames.ToList();
     this.factors         = patternFactors.ToList();
 }
Exemple #2
0
 public void SetMaterial(eCombinationType ctype)
 {
     comType = ctype;
     this.ExpireSolution(true);
 }