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

47 lines
757 B
JSON

{
"schemaVersion": 1,
"id": "part-cylinder-013",
"category": "Part",
"description": "Parametric cylinder fixture 13",
"operation": {
"type": "cylinder",
"radius": 3.5,
"height": 10,
"angle": 360,
"placement": {
"translation": [
-1,
1,
1
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 384.8451000647498,
"area": 296.88050576423547,
"boundingBox": {
"max": [
2.5,
4.5,
11
],
"min": [
-4.5,
-2.5,
1
]
}
}
}