Exemplo n.º 1
0
 internal Point?UpdateMachineState(ColoBox boxToPlace)
 {
     return(PathSectionBuilder.UpdateMachineState(boxToPlace));
 }
Exemplo n.º 2
0
 internal void AssertBoxLocation()
 {
     PathSectionBuilder.AssertBoxLocation();
 }
Exemplo n.º 3
0
 internal void ResetRelativeLocation()
 {
     PathSectionBuilder.ResetRelativeLocation();
 }