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;