feat(engine): add NestPhase.Extents enum value

This commit is contained in:
2026-03-18 00:42:48 -04:00
parent 42f2475f3c
commit 6e30e24957
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ namespace OpenNest
Linear,
RectBestFit,
Pairs,
Nfp
Nfp,
Extents
}
public class PhaseResult