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

47 lines
714 B
JSON

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