kittycad.api.file.create_file_volume
Functions
|
Get the volume of an object in a CAD file. |
|
|
|
Get the volume of an object in a CAD file. |
|
|
- kittycad.api.file.create_file_volume._build_response(*, response)[source][source]
- Return type
Response
[Union
[Any
,FileVolume
,Error
]]
- kittycad.api.file.create_file_volume._parse_response(*, response)[source][source]
- Return type
Union
[Any
,FileVolume
,Error
,None
]
- async kittycad.api.file.create_file_volume.asyncio(src_format, body, *, client)[source][source]
Get the volume 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 theid
returned from the request to get status information about the async operation from the/async/operations/{id}
endpoint.- Return type
Union
[Any
,FileVolume
,Error
,None
]
- async kittycad.api.file.create_file_volume.asyncio_detailed(src_format, body, *, client)[source][source]
- Return type
Response
[Union
[Any
,FileVolume
,Error
]]
- kittycad.api.file.create_file_volume.sync(src_format, body, *, client)[source][source]
Get the volume 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 theid
returned from the request to get status information about the async operation from the/async/operations/{id}
endpoint.- Return type
Union
[Any
,FileVolume
,Error
,None
]