Sheet Metal
Sheet metal - unfold a face to flat geometry
Proprietary sheet-metal unfold: flattens a single developable face (by index) of an uploaded STEP shape. Requires the 'cad' API key scope. Returns 202 with a task ID; the flattened geometry is delivered as the task's output files.
post/api/v1/cad/pro/unfold/face-to-flat
Request body
Example request
{
"outputs": {
"meshPrecision": 0.1,
"gltfMeshPrecision": 0.1
}
}Response
Task accepted
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}