feat(engine): add NestPhase.Custom for plugin fill strategies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -308,6 +308,7 @@ namespace OpenNest
|
||||
case NestPhase.Linear: return "Linear";
|
||||
case NestPhase.RectBestFit: return "BestFit";
|
||||
case NestPhase.Extents: return "Extents";
|
||||
case NestPhase.Custom: return "Custom";
|
||||
default: return phase.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,8 @@ namespace OpenNest
|
||||
RectBestFit,
|
||||
Pairs,
|
||||
Nfp,
|
||||
Extents
|
||||
Extents,
|
||||
Custom
|
||||
}
|
||||
|
||||
public class PhaseResult
|
||||
|
||||
Reference in New Issue
Block a user