webcad-api/types/Add-on/CommandFeeding.d.ts
2020-12-08 17:45:14 +08:00

8 lines
262 B
TypeScript

import { Command } from "../Editor/CommandMachine";
export declare class FeedingCommand implements Command {
exec(): Promise<void>;
private DrawHole;
private TestModeling;
private DrawOriginModeling;
}
//# sourceMappingURL=CommandFeeding.d.ts.map