拦截切割失败

pull/681/MERGE
ChenX 5 years ago
parent cec2e39a16
commit a2e397714d

@ -39,6 +39,13 @@ export class AutoCuttingReactor
brs.push(ent);
}
for (let br of brs)
br.Subtract(ents);
try
{
br.Subtract(ents);
}
catch (error)
{
app.Editor.Prompt("自动切割失败!");
}
}
}

Loading…
Cancel
Save