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

48 lines
768 B
JSON

{
"schemaVersion": 1,
"id": "part-cone-003",
"category": "Part",
"description": "Parametric cone fixture 3",
"operation": {
"type": "cone",
"radius1": 5,
"radius2": 2,
"height": 7,
"angle": 360,
"placement": {
"translation": [
3,
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": 285.8849314766712,
"area": 258.58578483962543,
"boundingBox": {
"max": [
8,
8,
6.000000000000001
],
"min": [
-2,
-2,
-1
]
}
}
}