Esempio n. 1
0
 //TODO
 #endregion
 #region Design Methods
 #region Design
 public static IEnumerable <SAPSection> DesignSteelModel(string codeName, SAPLoadCombination deflectionCombo, SAPLoadCombination strengthCombo, IEnumerable <SAPSection> sections, ref SAPDesignStatistics statistics)
 {
     throw new NotImplementedException("TODO: Design are not mapped yet from Hndz to SAP");
 }
Esempio n. 2
0
 public static bool AddLoadCombination(SAPLoadCombination comb)
 {
     throw new NotImplementedException("TODO: Loads are not mapped yet from Hndz to SAP");
 }