asyncio

async kittycad.api.file.file_convert.asyncio(source_format, output_format, content, *, client)[source]

Convert a CAD file from one format to another. If the file being converted is larger than a certain size it will be performed asynchronously.

Return type

Union[Any, FileConversion, None]