Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/feature-families/scenarios/part-ellipsoid-family-001.json

31 lines
654 B
JSON

{
"schemaVersion": 1,
"id": "part-ellipsoid-family-001",
"category": "Part",
"description": "Native Part Ellipsoid family fixture",
"operation": {
"type": "ellipsoid",
"radius1": 2,
"radius2": 4,
"radius3": 0,
"angle1": -90,
"angle2": 90,
"angle3": 360
},
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 1,
"edges": 3,
"vertices": 2,
"volume": 133.9826640573845,
"boundingBox": {
"min": [-8, -6.92820323027551, -2],
"max": [4, 6.928203230275507, 2]
}
}
}