Esempio n. 1
0
 public MachineTask(WorkPath shape, KnifeToolInstance drill)
 {
     Tool             = drill;
     Path             = shape;
     Layout           = new PathLayout();
     CompleteOrByPath = true;
 }
Esempio n. 2
0
 public MachineTask()
 {
     Path   = new WorkPath();
     Layout = new PathLayout();
     Id     = 0;
 }