feat: add Bends property to Drawing, GrainAngle to Plate

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 20:19:53 -04:00
parent c2a470f79c
commit 7056f8816f
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -88,6 +88,11 @@ namespace OpenNest
/// </summary>
public Material Material { get; set; }
/// <summary>
/// Material grain direction in radians. 0 = horizontal.
/// </summary>
public double GrainAngle { get; set; }
/// <summary>
/// The parts that the plate contains.
/// </summary>