Fix duplicate bend-note rendering in CAD converter

This commit is contained in:
aj
2026-09-11 21:48:13 -04:00
parent bcb85805d9
commit d99e47f241
8 changed files with 72 additions and 2 deletions
+4
View File
@@ -26,6 +26,10 @@ namespace OpenNest.Bending
[System.Text.Json.Serialization.JsonIgnore]
public Entity SourceEntity { get; set; }
// Import-only identity of the original CAD annotation (not nest metadata).
[System.Text.Json.Serialization.JsonIgnore]
public ulong? SourceNoteHandle { get; set; }
public double Length => StartPoint.DistanceTo(EndPoint);
public double AngleRadians => Angle.HasValue