feat: add Part.HasManualLeadIns flag

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 00:23:21 -04:00
parent ad877383ce
commit 62140789a7
2 changed files with 34 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ namespace OpenNest
public Program Program { get; private set; }
public bool HasManualLeadIns { get; set; }
/// <summary>
/// Gets the rotation of the part in radians.
/// </summary>