Retrieve the flat outside dimensions of any packaging dieline in our catalog — for pricing and quoting —
in milliseconds, without drawing or exporting a file.
POST request
POST /dimensions/becf-11a02/parts
{ "variables": { "unit": "mm", "length": 200, "width": 100, "height": 40, "material": 0.5 }, "area": true }
Response
{ "part_list": { "total": 1, "parts": [{
"bounding_box": { "unit": "mm", "width": 280.0, "height": 180.0 },
"area": { "value": 48847.29, "unit": "mm2" }
}] } }