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

45 lines
821 B
JSON

{
"schemaVersion": 1,
"id": "part-sphere-011",
"category": "Part",
"description": "Parametric sphere fixture 11",
"operation": {
"type": "sphere",
"radius": 1.6666666666666665,
"placement": {
"translation": [
5,
-1,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 1,
"edges": 3,
"vertices": 2,
"volume": 19.392547244381433,
"area": 34.90658503988658,
"boundingBox": {
"max": [
6.666666666666666,
0.6666666666666665,
3.6666666666666665
],
"min": [
3.3333333333333335,
-2.6666666666666665,
0.3333333333333335
]
}
}
}