kittycad.api.unit.get_data_unit_conversion.asyncio

async kittycad.api.unit.get_data_unit_conversion.asyncio(output_format, src_format, value, *, client)[source][source]

Convert a data unit value to another data unit value. This is a nice endpoint to use for helper functions.

Return type

Union[Any, UnitDataConversion, Error, None]