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

47 lines
752 B
JSON

{
"schemaVersion": 1,
"id": "part-cylinder-007",
"category": "Part",
"description": "Parametric cylinder fixture 7",
"operation": {
"type": "cylinder",
"radius": 4.5,
"height": 9,
"angle": 360,
"placement": {
"translation": [
-3,
4,
1
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 572.55526111674,
"area": 381.7035074111598,
"boundingBox": {
"max": [
1.5,
8.5,
10
],
"min": [
-7.5,
-0.5,
1
]
}
}
}