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

47 lines
743 B
JSON

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