feat: add contour reordering with auto-sequence and move up/down

This commit is contained in:
aj
2026-04-01 00:27:14 -04:00
parent 904eeb38c2
commit d57e2ca54b
3 changed files with 175 additions and 5 deletions
+5
View File
@@ -56,6 +56,11 @@ namespace OpenNest.Converters
Shape.Reverse();
}
public void SetLabel(string label)
{
Label = label;
}
public static List<ContourInfo> Classify(List<Shape> shapes)
{
if (shapes.Count == 0)