diff --git a/06_Text/06_Text/Class1.cs b/06_Text/06_Text/Class1.cs index b53d238ab2204109625f2f141e86ed5f83942c07..92df8c2f29b572530ce535f41e7133428cb63dda 100644 --- a/06_Text/06_Text/Class1.cs +++ b/06_Text/06_Text/Class1.cs @@ -1,4 +1,4 @@ -using Autodesk.AutoCAD.Runtime; +using Autodesk.AutoCAD.Runtime; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.Geometry; using System; @@ -51,7 +51,7 @@ namespace _06_Text text1.Rotation = Math.PI * 0.1; text1.IsMirroredInY = true; // 在Y轴镜像 text1.HorizontalMode = TextHorizontalMode.TextLeft; - text1.AlignmentPoint = text1.Position; // 设置对齐点 + //text1.AlignmentPoint = text1.Position; // 设置对齐点 db.AddEntityToModeSpace(text1); trans.Commit();