kittycad.api.file.file_convert Module

Functions

asyncio(source_format, output_format, ...)

Convert a CAD file from one format to another.

asyncio_detailed(source_format, ...)

rtype

Response[Union[Any, FileConversion]]

sync(source_format, output_format, content, ...)

Convert a CAD file from one format to another.

sync_detailed(source_format, output_format, ...)

rtype

Response[Union[Any, FileConversion]]