aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-04-21 06:45:18 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-04-21 06:45:18 +0300
commit46db5452c81d5225e4ec754855df50526ec0f283 (patch)
tree16e4c39fe9a7cb53017d622ee660b76287f6f204
parent9af858cc37e5451f29b9ea235ba4d2afb4af17a6 (diff)
Fix column missing header
-rw-r--r--RhSolutions.AddIn/Services/DxfWriter.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/RhSolutions.AddIn/Services/DxfWriter.cs b/RhSolutions.AddIn/Services/DxfWriter.cs
index 9909fb6..85fe983 100644
--- a/RhSolutions.AddIn/Services/DxfWriter.cs
+++ b/RhSolutions.AddIn/Services/DxfWriter.cs
@@ -384,6 +384,11 @@ public class DxfWriter : IWriter
Alignment = TextAlignment.MiddleCenter,
WidthFactor = 0.85
},
+ new Text("9", new Vector2(39500, 26200), 250)
+ {
+ Alignment = TextAlignment.MiddleCenter,
+ WidthFactor = 0.85
+ },
new Text("Изм.", new Vector2(23100, 525), 300)
{
Alignment = TextAlignment.BottomLeft,