webcad-ue4-api/types/Add-on/RotateLayerBoard.d.ts

28 lines
775 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
import { Command } from "../Editor/CommandMachine";
export declare class RotateLayerBoard implements Command {
private data;
private currentBoard;
private errBr;
exec(): Promise<void>;
private RotateLayerBrByAngle;
private RotateLayerBrByLength;
/**获得斜层板 */
private HandleLayerBoard;
/**
*
* newTotalWidth-
*/
private RotateNails;
private RotateFrontNails;
/**
*
* totalWidth-
* */
private RotateBackNails;
private RotateLeftRightNails;
/**
* ,(leftNails...)
*/
private ParseNails;
}
//# sourceMappingURL=RotateLayerBoard.d.ts.map