!2732 修复:f命令,按多段线(p)关键字绘制出错

pull/2729/MERGE
黄诗津 5 months ago committed by ChenX
parent 7508e14eff
commit 1c79dd1e32

@ -277,7 +277,10 @@ export class CommandFillet implements Command
{
enRes = await app.Editor.GetEntity({
Msg: "请选择二维多段线或输入半径:",
Filter: { filterTypes: [Polyline] },
Filter: {
filterTypes: [Polyline],
filterErase: true,
},
AllowAnyString: true,
Callback: (e) =>
{

Loading…
Cancel
Save