From 2e9e37f8b8e1d5e83607c7dac2c02be4f23e2b2c Mon Sep 17 00:00:00 2001 From: zjsy521 <116447324@qq.com> Date: Wed, 4 Aug 2021 16:06:19 +0000 Subject: [PATCH] =?UTF-8?q?update=2006=5FText/06=5FText/Class1.cs.=20?= =?UTF-8?q?=E6=96=87=E5=AD=97=E8=AE=BE=E7=BD=AE=E6=B0=B4=E5=B9=B3=E5=B7=A6?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E5=90=8E=EF=BC=8C=E4=B8=8D=E8=83=BD=E5=86=8D?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=AF=B9=E9=BD=90=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06_Text/06_Text/Class1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06_Text/06_Text/Class1.cs b/06_Text/06_Text/Class1.cs index b53d238..92df8c2 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(); -- Gitee