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

47 lines
757 B
JSON

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