feat(engine): add NestPhase.Extents enum value
This commit is contained in:
@@ -307,6 +307,7 @@ namespace OpenNest
|
||||
case NestPhase.Pairs: return "Pairs";
|
||||
case NestPhase.Linear: return "Linear";
|
||||
case NestPhase.RectBestFit: return "BestFit";
|
||||
case NestPhase.Extents: return "Extents";
|
||||
default: return phase.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user