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

45 lines
821 B
JSON

{
"schemaVersion": 1,
"id": "part-sphere-001",
"category": "Part",
"description": "Parametric sphere fixture 1",
"operation": {
"type": "sphere",
"radius": 1.3333333333333333,
"placement": {
"translation": [
1,
-1,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 1,
"edges": 3,
"vertices": 2,
"volume": 9.928984189123296,
"area": 22.340214425527417,
"boundingBox": {
"max": [
2.333333333333333,
0.33333333333333326,
3.333333333333333
],
"min": [
-0.33333333333333326,
-2.333333333333333,
0.6666666666666667
]
}
}
}