feat: 提交
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "@imes-cutpoint/libs",
 | 
					  "name": "@imes-cutpoint/libs",
 | 
				
			||||||
  "version": "0.1.2",
 | 
					  "version": "0.1.3",
 | 
				
			||||||
  "description": "",
 | 
					  "description": "",
 | 
				
			||||||
  "type": "module",
 | 
					  "type": "module",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -94,8 +94,7 @@ export class CutPointProc extends ProcessorBase<CutPointInput, CutPointOutput, C
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        //四周都没有靠的
 | 
					        //四周都没有靠的
 | 
				
			||||||
        if (cutPointIndex == -1) {
 | 
					        if (cutPointIndex == -1) {
 | 
				
			||||||
            debugger
 | 
					             
 | 
				
			||||||
            // this.getCutPointWithClick(block, new Point(block.placeWidth, block.placeLength));
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        function isBest(len1: number, size1: number) //判断那条边 更优
 | 
					        function isBest(len1: number, size1: number) //判断那条边 更优
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user