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

45 lines
819 B
JSON

{
"schemaVersion": 1,
"id": "part-sphere-013",
"category": "Part",
"description": "Parametric sphere fixture 13",
"operation": {
"type": "sphere",
"radius": 2.333333333333333,
"placement": {
"translation": [
1,
-3,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 1,
"edges": 3,
"vertices": 2,
"volume": 53.21314963858266,
"area": 68.41690667817771,
"boundingBox": {
"max": [
3.333333333333333,
-0.666666666666667,
4.333333333333333
],
"min": [
-1.333333333333333,
-5.333333333333333,
-0.33333333333333304
]
}
}
}