예제 #1
0
 public static double MassPerMetre(this CompositeSection section)
 {
     //TODO: Handle embedment etc..
     return(section.ConcreteSection.MassPerMetre() + section.SteelSection.MassPerMetre());
 }
예제 #2
0
 private static void SetSpecificSection(CompositeSection section, cSapModel model)
 {
     //contains SteelSection and ConcreteScetion
     throw new NotImplementedException();
 }