Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/scenarios/part-cone-005.json

48 lines
768 B
JSON

{
"schemaVersion": 1,
"id": "part-cone-005",
"category": "Part",
"description": "Parametric cone fixture 5",
"operation": {
"type": "cone",
"radius1": 7,
"radius2": 1,
"height": 9,
"angle": 360,
"placement": {
"translation": [
1,
5,
-1
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 537.2123437638547,
"area": 428.9317942588251,
"boundingBox": {
"max": [
8,
12,
8.000000000000002
],
"min": [
-6,
-2,
-1
]
}
}
}