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

45 lines
704 B
JSON

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