webcad-ue4-api/types/Add-on/DrawRegion.d.ts
2024-08-14 17:08:00 +08:00

9 lines
315 B
TypeScript

import { Matrix4 } from 'three';
import { Command } from '../Editor/CommandMachine';
import { Route } from '../Geometry/CurveMap';
export declare class DrawRegion implements Command {
ocs: Matrix4;
exec(): Promise<void>;
DrawRegion(routeS: Array<Route>): void;
}
//# sourceMappingURL=DrawRegion.d.ts.map