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

48 lines
756 B
JSON

{
"schemaVersion": 1,
"id": "part-cone-010",
"category": "Part",
"description": "Parametric cone fixture 10",
"operation": {
"type": "cone",
"radius1": 6,
"radius2": 1.5,
"height": 14,
"angle": 360,
"placement": {
"translation": [
2,
4,
0
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 692.7211801165492,
"area": 466.65471360235665,
"boundingBox": {
"max": [
8,
10,
14
],
"min": [
-4,
-2,
0
]
}
}
}