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

45 lines
705 B
JSON

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