perf(fill): remove discarded extents pitch geometry

This commit is contained in:
aj
2026-09-25 19:52:19 -04:00
parent cec7396da6
commit 6efa6b1117
8 changed files with 961 additions and 20 deletions
+1
View File
@@ -23,6 +23,7 @@ namespace OpenNest.Engine.Fill
public PartBoundary(Part part, double spacing)
{
PerfCounters.CountPartBoundaryPreparation();
var entities = ConvertProgram
.ToGeometry(part.Program)
.Where(e => e.Layer == SpecialLayers.Cut)