feat: add PartSortOrder enum for part-first nesting
This commit is contained in:
8
OpenNest.Engine/PartSortOrder.cs
Normal file
8
OpenNest.Engine/PartSortOrder.cs
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
namespace OpenNest
|
||||||
|
{
|
||||||
|
public enum PartSortOrder
|
||||||
|
{
|
||||||
|
BoundingBoxArea,
|
||||||
|
Size,
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user