Moved nesting to SawCut library
This commit is contained in:
9
SawCut/Nesting/IEngine.cs
Normal file
9
SawCut/Nesting/IEngine.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SawCut.Nesting
|
||||
{
|
||||
public interface IEngine
|
||||
{
|
||||
Result Pack(List<BinItem> items);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user