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

45 lines
823 B
JSON

{
"schemaVersion": 1,
"id": "part-sphere-002",
"category": "Part",
"description": "Parametric sphere fixture 2",
"operation": {
"type": "sphere",
"radius": 1.6666666666666665,
"placement": {
"translation": [
2,
-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": 19.392547244381433,
"area": 34.90658503988658,
"boundingBox": {
"max": [
3.6666666666666665,
-0.3333333333333335,
1.6666666666666665
],
"min": [
0.3333333333333335,
-3.6666666666666665,
-1.6666666666666665
]
}
}
}