feat: 提交

This commit is contained in:
2025-08-22 14:21:33 +08:00
parent 257f228a98
commit 6dd2b6b5c0
2 changed files with 2 additions and 3 deletions

View File

@@ -94,8 +94,7 @@ export class CutPointProc extends ProcessorBase<CutPointInput, CutPointOutput, C
//四周都没有靠的
if (cutPointIndex == -1) {
debugger
// this.getCutPointWithClick(block, new Point(block.placeWidth, block.placeLength));
}
function isBest(len1: number, size1: number) //判断那条边 更优
{