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

47 lines
699 B
JSON

{
"schemaVersion": 1,
"id": "part-box-010",
"category": "Part",
"description": "Parametric box fixture 10",
"operation": {
"type": "box",
"length": 3,
"width": 12,
"height": 8,
"placement": {
"translation": [
0,
6,
1
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 288,
"area": 312,
"boundingBox": {
"max": [
3,
18,
9
],
"min": [
0,
6,
1
]
}
}
}