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