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

47 lines
702 B
JSON

{
"schemaVersion": 1,
"id": "part-box-008",
"category": "Part",
"description": "Parametric box fixture 8",
"operation": {
"type": "box",
"length": 10,
"width": 8,
"height": 15,
"placement": {
"translation": [
3,
2,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 1200,
"area": 700,
"boundingBox": {
"max": [
13,
10,
17
],
"min": [
3,
2,
2
]
}
}
}