refactor: remove UsableRemnantArea from NestProgress and UI
This commit is contained in:
@@ -229,7 +229,6 @@ namespace OpenNest
|
||||
NestedWidth = bounds.Width,
|
||||
NestedLength = bounds.Length,
|
||||
NestedArea = totalPartArea,
|
||||
UsableRemnantArea = workArea.Area() - totalPartArea,
|
||||
BestParts = clonedParts,
|
||||
Description = description
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user