feat: add contour reordering with auto-sequence and move up/down
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user