feat: report ActiveWorkArea in NestProgress from ReportProgress

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 12:58:17 -04:00
parent 4911d05869
commit 6419f6b8a2

View File

@@ -219,7 +219,8 @@ namespace OpenNest
NestedLength = bounds.Length,
NestedArea = totalPartArea,
BestParts = clonedParts,
Description = description
Description = description,
ActiveWorkArea = workArea,
});
}