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