test: add reproducible FreeCAD golden oracle
This commit is contained in:
17
fixtures/freecad-golden/scenarios/part-sphere.json
Normal file
17
fixtures/freecad-golden/scenarios/part-sphere.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-sphere",
|
||||
"category": "Part",
|
||||
"description": "Radius 5 mm sphere centered at the origin",
|
||||
"operation": { "type": "sphere", "radius": 5 },
|
||||
"tolerance": { "linear": 1e-7, "scalar": 1e-7 },
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"volume": 523.5987755982989,
|
||||
"area": 314.1592653589793,
|
||||
"boundingBox": { "min": [-5, -5, -5], "max": [5, 5, 5] }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user