kittycad.api.unit.get_velocity_unit_conversion

Functions

asyncio(output_format, src_format, value, *, ...)

Convert a velocity unit value to another velocity unit value.

asyncio_detailed(output_format, src_format, ...)

rtype

Response[Union[Any, UnitVelocityConversion, Error]]

sync(output_format, src_format, value, *, client)

Convert a velocity unit value to another velocity unit value.

sync_detailed(output_format, src_format, ...)

rtype

Response[Union[Any, UnitVelocityConversion, Error]]