public BasePlateEccentricallyLoaded(IBasePlate Plate)
     : base(Plate)
 {
     N_bp = Plate.N_bp;
     B_bp = Plate.B_bp;
     f_c  = Plate.f_c;
 }
 public BasePlateEccentricallyLoaded(IBasePlate Plate)
     :base(Plate)
 {
     N_bp = Plate.N_bp;
     B_bp = Plate.B_bp;
     f_c = Plate.f_c;
 }
Exemple #3
0
 public BasePlateConcentricallyLoaded(IBasePlate Plate)
     : base(Plate)
 {
     this.Plate = Plate;
 }
 public BasePlateTensionLoaded(IBasePlate Plate)
 {
     this.Plate = Plate;
 }
 public BasePlateConcentricallyLoaded(IBasePlate Plate)
     :base(Plate)
 {
     this.Plate = Plate;
 }
 public BasePlateTensionLoaded(IBasePlate Plate)
 {
     this.Plate = Plate;
 }