feat: add CuttingParameters property to Plate

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 13:22:28 -04:00
parent c064c7647a
commit a2a19938d3

View File

@@ -88,6 +88,8 @@ namespace OpenNest
/// </summary>
public Material Material { get; set; }
public CNC.CuttingStrategy.CuttingParameters CuttingParameters { get; set; }
/// <summary>
/// Material grain direction in radians. 0 = horizontal.
/// </summary>