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

48 lines
753 B
JSON

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