webcad-ue4-api/types/Add-on/Text2Curve.d.ts
2024-10-29 17:14:43 +08:00

7 lines
227 B
TypeScript

import { Command } from "../Editor/CommandMachine";
export declare class Text2Curve implements Command {
exec(): Promise<void>;
private Path2Polyline;
private TCurve2Curve;
}
//# sourceMappingURL=Text2Curve.d.ts.map