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