internal Point?UpdateMachineState(ColoBox boxToPlace) { return(PathSectionBuilder.UpdateMachineState(boxToPlace)); }
internal void AssertBoxLocation() { PathSectionBuilder.AssertBoxLocation(); }
internal void ResetRelativeLocation() { PathSectionBuilder.ResetRelativeLocation(); }