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

47 lines
743 B
JSON

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