public Plate_FreeGtoCConstraint(gp_XY point2d, Plate_D1 D1S, Plate_D1 D1T, Plate_D2 D2S, Plate_D2 D2T,
                                 Plate_D3 D3S, Plate_D3 D3T, double IncrementalLoad)
     : base()
 {
     throw new NotImplementedException();
 }
 public Plate_GtoCConstraint(gp_XY point2d, Plate_D1 D1S, Plate_D1 D1T, Plate_D2 D2S, Plate_D2 D2T, Plate_D3 D3S,
                             Plate_D3 D3T, gp_XYZ nP)
     : base()
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Plate_D3(Plate_D3 _ref)
     : base()
 {
     throw new NotImplementedException();
 }