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

45 lines
704 B
JSON

{
"schemaVersion": 1,
"id": "part-sphere-015",
"category": "Part",
"description": "Parametric sphere fixture 15",
"operation": {
"type": "sphere",
"radius": 3,
"placement": {
"translation": [
3,
0,
2
]
}
},
"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": [
6,
3,
5
],
"min": [
0,
-3,
-1
]
}
}
}