refactor: rename PlateResult to PlateProcessingResult

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 19:20:14 -04:00
parent b223f69572
commit 8dfa45c446
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace OpenNest.Engine
{
public class PlateResult
public class PlateProcessingResult
{
public List<ProcessedPart> Parts { get; init; }
}