webcad-api/types/Add-on/CommandFeeding.d.ts

9 lines
284 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
import { Command } from "../Editor/CommandMachine";
export declare class FeedingCommand implements Command {
exec(): Promise<void>;
2020-12-08 17:45:14 +08:00
private DrawHole;
private TestModeling;
private DrawOriginModeling;
2021-02-22 14:13:27 +08:00
private DateText;
2020-09-24 11:04:12 +08:00
}
//# sourceMappingURL=CommandFeeding.d.ts.map