コード例 #1
0
 public BasePlateEccentricallyLoaded(IBasePlate Plate)
     : base(Plate)
 {
     N_bp = Plate.N_bp;
     B_bp = Plate.B_bp;
     f_c  = Plate.f_c;
 }
コード例 #2
0
 public BasePlateEccentricallyLoaded(IBasePlate Plate)
     :base(Plate)
 {
     N_bp = Plate.N_bp;
     B_bp = Plate.B_bp;
     f_c = Plate.f_c;
 }
コード例 #3
0
 public BasePlateConcentricallyLoaded(IBasePlate Plate)
     : base(Plate)
 {
     this.Plate = Plate;
 }
コード例 #4
0
 public BasePlateTensionLoaded(IBasePlate Plate)
 {
     this.Plate = Plate;
 }
コード例 #5
0
 public BasePlateConcentricallyLoaded(IBasePlate Plate)
     :base(Plate)
 {
     this.Plate = Plate;
 }
コード例 #6
0
 public BasePlateTensionLoaded(IBasePlate Plate)
 {
     this.Plate = Plate;
 }