Exemple #1
0
 public GenSmallerPieces(IGenPieces sonGenPieces, float areaUnit, CutToPiecesPerTime cutToPiecesPerTime)
 {
     this.sonGenPieces       = sonGenPieces;
     this.areaUnit           = areaUnit;
     this.cutToPiecesPerTime = cutToPiecesPerTime;
 }
 public WholeCutStrategy(IBreakable breakable, IGenPieces genPieces)
 {
     this.breakable = breakable;
     this.genPieces = genPieces;
     pecies         = new List <ModelData>();
 }