feat: add ActiveWorkArea property to NestProgress

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 12:55:54 -04:00
parent 2bda7c9f0f
commit 2c62f601ca

View File

@@ -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<Part> BestParts { get; set; }
public string Description { get; set; }
public Box ActiveWorkArea { get; set; }
}
}