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

45 lines
821 B
JSON

{
"schemaVersion": 1,
"id": "part-sphere-007",
"category": "Part",
"description": "Parametric sphere fixture 7",
"operation": {
"type": "sphere",
"radius": 3.3333333333333335,
"placement": {
"translation": [
1,
-2,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 1,
"edges": 3,
"vertices": 2,
"volume": 155.14037795505152,
"area": 139.62634015954637,
"boundingBox": {
"max": [
4.333333333333334,
1.3333333333333335,
5.333333333333334
],
"min": [
-2.3333333333333335,
-5.333333333333334,
-1.3333333333333335
]
}
}
}