diff --git a/src/Add-on/Move.ts b/src/Add-on/Move.ts index 40a202699..bfb8e44e1 100644 --- a/src/Add-on/Move.ts +++ b/src/Add-on/Move.ts @@ -41,7 +41,8 @@ export class Command_Move implements Command pt1 = p.clone(); }, - BasePoint: pt1 + BasePoint: pt1, + AllowDrawRubberBand: true }); if (ptRes.Status != PromptStatus.OK) return; diff --git a/src/Add-on/Rotate.ts b/src/Add-on/Rotate.ts index a6676b553..f224f265e 100644 --- a/src/Add-on/Rotate.ts +++ b/src/Add-on/Rotate.ts @@ -49,7 +49,8 @@ export class Command_Rotate implements Command an = newan; }, - BasePoint: pt1 + BasePoint: pt1, + AllowDrawRubberBand: true }); if (ptRes.Status != PromptStatus.OK) return;