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

47 lines
754 B
JSON

{
"schemaVersion": 1,
"id": "part-cylinder-005",
"category": "Part",
"description": "Parametric cylinder fixture 5",
"operation": {
"type": "cylinder",
"radius": 3.5,
"height": 20,
"angle": 360,
"placement": {
"translation": [
-1,
0,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 769.6902001294994,
"area": 516.791991515521,
"boundingBox": {
"max": [
2.5,
3.5,
22
],
"min": [
-4.5,
-3.5,
2
]
}
}
}