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

47 lines
743 B
JSON

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