Sheet Metal
Sheet metal - unfold all solids, geometry + report
Proprietary sheet-metal unfold, full workflow: flattens every solid in an uploaded STEP file AND returns per-solid metrics in one call. Requires the 'cad' API key scope. Returns 202 with a task ID; flats are combined into one compound output per format and the per-solid report array is delivered in the task metadata.
post/api/v1/cad/pro/unfold/solid
Request body
Example request
{
"outputs": {
"meshPrecision": 0.1,
"gltfMeshPrecision": 0.1
}
}Response
Task accepted
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 84 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲