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