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