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

48 lines
754 B
JSON

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