feat: add PartSortOrder enum for part-first nesting

This commit is contained in:
2026-04-06 13:46:49 -04:00
parent d84becdaee
commit a8dc275da4

View File

@@ -0,0 +1,8 @@
namespace OpenNest
{
public enum PartSortOrder
{
BoundingBoxArea,
Size,
}
}