From fec57be5613d0f939d7b47c7b16437e05c356c85 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 13 Apr 2021 10:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=E8=AE=BE=E7=BD=AE=E6=9D=BF?= =?UTF-8?q?=E4=BB=B6=E8=BD=B4=E5=90=91=E5=8A=9F=E8=83=BD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BE=85=E5=8A=A9=E6=A9=A1=E7=9A=AE=E7=AD=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-on/Command_SetBRXAxis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Add-on/Command_SetBRXAxis.ts b/src/Add-on/Command_SetBRXAxis.ts index f812e7fda..30e067794 100644 --- a/src/Add-on/Command_SetBRXAxis.ts +++ b/src/Add-on/Command_SetBRXAxis.ts @@ -24,7 +24,7 @@ export class Command_SetBRXAxis implements Command app.Editor.UCSMatrix = oldUCS; return; } - let pres = await app.Editor.GetPoint({ Msg: "点击轴线终点:" }); + let pres = await app.Editor.GetPoint({ Msg: "点击轴线终点:", BasePoint: baseRes.Point, AllowDrawRubberBand: true }); if (pres.Status !== PromptStatus.OK) { app.Editor.UCSMatrix = oldUCS;