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

45 lines
703 B
JSON

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