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

45 lines
820 B
JSON

{
"schemaVersion": 1,
"id": "part-sphere-010",
"category": "Part",
"description": "Parametric sphere fixture 10",
"operation": {
"type": "sphere",
"radius": 1.3333333333333333,
"placement": {
"translation": [
4,
0,
0
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 1,
"edges": 3,
"vertices": 2,
"volume": 9.928984189123295,
"area": 22.340214425527417,
"boundingBox": {
"max": [
5.333333333333333,
1.3333333333333333,
1.3333333333333333
],
"min": [
2.666666666666667,
-1.3333333333333333,
-1.3333333333333333
]
}
}
}