Пример #1
0
 public MachineTask(WorkPath shape, KnifeToolInstance drill)
 {
     Tool             = drill;
     Path             = shape;
     Layout           = new PathLayout();
     CompleteOrByPath = true;
 }
Пример #2
0
        public void UpdateKnifeTool(KnifeToolInstance tool)
        {
            Matrix4 translate = GlobalInstance.MatrixBuilder.MakeTranslate(tool.Position - tool.Direction * tool.ZSafeHeight);

            VisualNode.SetTransform(translate);
        }