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

17 lines
439 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
import { Command } from '../Editor/CommandMachine';
/**
* :
*
* 1:圆切
* 1.1: 圆切 线
* 1.2: 圆切
*
* 2.,线
*/
export declare class DrawLine implements Command {
exec(): Promise<void>;
}
export declare class Command_DrawXLine implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=DrawLine.d.ts.map