kittycad.api.file.create_file_surface_area

Functions

asyncio(src_format, body, *, client)

Get the surface area of an object in a CAD file.

asyncio_detailed(src_format, body, *, client)

rtype

Response[Union[Any, FileSurfaceArea, Error]]

sync(src_format, body, *, client)

Get the surface area of an object in a CAD file.

sync_detailed(src_format, body, *, client)

rtype

Response[Union[Any, FileSurfaceArea, Error]]