开发:优化

pull/2742/head
ChenX 5 months ago
parent def949d4c8
commit 5c2c1a66b2

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

Loading…
Cancel
Save