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

14 lines
240 B
JSON

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