kittycad.api.file.create_file_density
Functions
|
Get the density of an object in a CAD file. |
|
|
|
Get the density of an object in a CAD file. |
|
|
- kittycad.api.file.create_file_density._get_kwargs(material_mass, src_format, body, *, client)[source][source]
- async kittycad.api.file.create_file_density.asyncio(material_mass, src_format, body, *, client)[source][source]
Get the density of an object in a CAD file. If the file is larger than 25MB, it will be performed asynchronously. If the operation is performed asynchronously, the id of the operation will be returned. You can use the id returned from the request to get status information about the async operation from the /async/operations/{id} endpoint.
- Return type:
- async kittycad.api.file.create_file_density.asyncio_detailed(material_mass, src_format, body, *, client)[source][source]
- Return type:
- kittycad.api.file.create_file_density.sync(material_mass, src_format, body, *, client)[source][source]
Get the density of an object in a CAD file. If the file is larger than 25MB, it will be performed asynchronously. If the operation is performed asynchronously, the id of the operation will be returned. You can use the id returned from the request to get status information about the async operation from the /async/operations/{id} endpoint.
- Return type: