예제 #1
0
 public ECCABeam()
 {
     this.Name     = "";
     this.Length   = 1;
     this.Material = new ECCAMaterial();
     this.Section  = new ECCASection();
     this.Loads    = new ECCALoads();
 }
예제 #2
0
 public ECCABeam(string BeamName, ECCAMaterial BeamMaterial, double BeamLength, string sectionName)
 {
 }