diff --git a/OpenNest.Engine/NestProgress.cs b/OpenNest.Engine/NestProgress.cs index 0552872..410fe50 100644 --- a/OpenNest.Engine/NestProgress.cs +++ b/OpenNest.Engine/NestProgress.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using OpenNest.Geometry; namespace OpenNest { @@ -42,5 +43,6 @@ namespace OpenNest public double NestedArea { get; set; } public List BestParts { get; set; } public string Description { get; set; } + public Box ActiveWorkArea { get; set; } } }