Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/scenarios/part-cylinder-010.json

47 lines
748 B
JSON

{
"schemaVersion": 1,
"id": "part-cylinder-010",
"category": "Part",
"description": "Parametric cylinder fixture 10",
"operation": {
"type": "cylinder",
"radius": 2,
"height": 18,
"angle": 360,
"placement": {
"translation": [
-2,
0,
1
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 226.19467105846508,
"area": 251.32741228718342,
"boundingBox": {
"max": [
0,
2,
19
],
"min": [
-4,
-2,
1
]
}
}
}