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

48 lines
754 B
JSON

{
"schemaVersion": 1,
"id": "part-cone-012",
"category": "Part",
"description": "Parametric cone fixture 12",
"operation": {
"type": "cone",
"radius1": 2,
"radius2": 0.5,
"height": 16,
"angle": 360,
"placement": {
"translation": [
0,
0,
0
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 3,
"edges": 3,
"vertices": 2,
"volume": 87.9645943005142,
"area": 139.56649990543949,
"boundingBox": {
"max": [
2,
2,
16
],
"min": [
-2,
-2,
0
]
}
}
}