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

This commit is contained in:
2026-03-31 22:55:07 -04:00
parent 904eeb38c2
commit d57e2ca54b
3 changed files with 175 additions and 5 deletions

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)