Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/scenarios/part-box-014.json

47 lines
728 B
JSON

{
"schemaVersion": 1,
"id": "part-box-014",
"category": "Part",
"description": "Parametric box fixture 14",
"operation": {
"type": "box",
"length": 7,
"width": 9,
"height": 7,
"placement": {
"translation": [
4,
0,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 441.00000000000006,
"area": 349.99999999999994,
"boundingBox": {
"max": [
11,
9,
9
],
"min": [
4,
0,
2
]
}
}
}