更新代码

This commit is contained in:
ChenX
2024-08-14 17:08:00 +08:00
parent cad3b381d9
commit 53ec26cde9
2066 changed files with 33913 additions and 5836 deletions

29
types/Add-on/RotateLayerBoard.d.ts vendored Normal file
View File

@@ -0,0 +1,29 @@
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