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

48 lines
752 B
JSON

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