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

47 lines
753 B
JSON

{
"schemaVersion": 1,
"id": "part-cylinder-017",
"category": "Part",
"description": "Parametric cylinder fixture 17",
"operation": {
"type": "cylinder",
"radius": 1.5,
"height": 5,
"angle": 360,
"placement": {
"translation": [
-1,
4,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 35.34291735288517,
"area": 61.26105674500097,
"boundingBox": {
"max": [
0.5,
5.5,
7
],
"min": [
-2.5,
2.5,
2
]
}
}
}