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