修复:eval2生成代码丢失

This commit is contained in:
ChenX
2023-09-12 17:22:44 +08:00
parent 05589d99d5
commit 9c91cdaec4
1952 changed files with 113 additions and 21248 deletions

View File

@@ -1,29 +0,0 @@
import { Command } from "../Editor/CommandMachine";
export declare class RotateLayerBoard implements Command {
private data;
private currentBoard;
private errBr;
exec(): Promise<void>;
private CurtailNails;
private RotateLayerBrByAngle;
private RotateLayerBrByLength;
/**获得斜层板 */
private HandleLayerBoard;
/**
* 重新计算层板钉
* newTotalWidth-总宽
*/
private RotateNails;
private RotateFrontNails;
/**
* 旋转修正背板的层板钉
* totalWidth-用于计算的总宽
* */
private RotateBackNails;
private RotateLeftRightNails;
/**
* 分析当前板件的排钻,获取各方向的层板钉(leftNails...)
*/
private ParseNails;
}
//# sourceMappingURL=RotateLayerBoard.d.ts.map