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

48 lines
754 B
JSON

{
"schemaVersion": 1,
"id": "part-cone-008",
"category": "Part",
"description": "Parametric cone fixture 8",
"operation": {
"type": "cone",
"radius1": 4,
"radius2": 0.5,
"height": 12,
"angle": 360,
"placement": {
"translation": [
0,
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": 229.3362637120549,
"area": 227.76546738525994,
"boundingBox": {
"max": [
4,
6,
12
],
"min": [
-4,
-2,
0
]
}
}
}