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

7 lines
227 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
import { Command } from "../Editor/CommandMachine";
export declare class Text2Curve implements Command {
exec(): Promise<void>;
2022-02-16 11:15:31 +08:00
private Path2Polyline;
private TCurve2Curve;
2021-01-28 10:17:21 +08:00
}
//# sourceMappingURL=Text2Curve.d.ts.map