Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/failures/invalid-box-006.json

14 lines
240 B
JSON

{
"schemaVersion": 1,
"id": "invalid-box-006",
"category": "Part",
"description": "Box dimension rejection",
"operation": {
"type": "box",
"length": -6,
"width": 8,
"height": 3
},
"expectedError": "positive"
}