feat: report ActiveWorkArea in NestProgress from ReportProgress
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -219,7 +219,8 @@ namespace OpenNest
|
|||||||
NestedLength = bounds.Length,
|
NestedLength = bounds.Length,
|
||||||
NestedArea = totalPartArea,
|
NestedArea = totalPartArea,
|
||||||
BestParts = clonedParts,
|
BestParts = clonedParts,
|
||||||
Description = description
|
Description = description,
|
||||||
|
ActiveWorkArea = workArea,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user