优化:设置板件轴向功能添加辅助橡皮筋

pull/1474/head
ChenX 4 years ago
parent 7ffd5e576f
commit fec57be561

@ -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;

Loading…
Cancel
Save