开发:优化提示

pull/2474/head
ChenX 11 months ago
parent 1c5e652819
commit 03054f4050

@ -1095,7 +1095,7 @@ export class DrawDrillingTool extends Singleton
let suitableOptions = this.GetRuleByFace(f); let suitableOptions = this.GetRuleByFace(f);
if (suitableOptions.length === 0) if (suitableOptions.length === 0)
{ {
app.Editor.Prompt("长度" + f.Length + "没有合适的规则,或者当前配置不存在" + f.DrillType + "类型排钻", LogType.Error, [f.LocalBoard, f.InterBoard].filter(e => e)); app.Editor.Prompt("碰撞面长度" + f.Length + "没有合适的规则,或者当前配置不存在" + f.DrillType + "类型排钻", LogType.Error, [f.LocalBoard, f.InterBoard].filter(e => e));
return; return;
} }
for (let suitableOption of suitableOptions) for (let suitableOption of suitableOptions)

Loading…
Cancel
Save