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

48 lines
751 B
JSON

{
"schemaVersion": 1,
"id": "part-cone-001",
"category": "Part",
"description": "Parametric cone fixture 1",
"operation": {
"type": "cone",
"radius1": 3,
"radius2": 1,
"height": 5,
"angle": 360,
"placement": {
"translation": [
1,
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": 68.06784082777885,
"area": 99.08790332175414,
"boundingBox": {
"max": [
4,
4,
4
],
"min": [
-2,
-2,
-1
]
}
}
}