feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
44
fixtures/freecad-golden/scenarios/part-sphere-014.json
Normal file
44
fixtures/freecad-golden/scenarios/part-sphere-014.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-sphere-014",
|
||||
"category": "Part",
|
||||
"description": "Parametric sphere fixture 14",
|
||||
"operation": {
|
||||
"type": "sphere",
|
||||
"radius": 2.666666666666667,
|
||||
"placement": {
|
||||
"translation": [
|
||||
2,
|
||||
-4,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"tolerance": {
|
||||
"linear": 0.000001,
|
||||
"scalar": 0.000001
|
||||
},
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 1,
|
||||
"edges": 3,
|
||||
"vertices": 2,
|
||||
"volume": 79.43187351298639,
|
||||
"area": 89.36085770210968,
|
||||
"boundingBox": {
|
||||
"max": [
|
||||
4.666666666666667,
|
||||
-1.333333333333333,
|
||||
2.666666666666667
|
||||
],
|
||||
"min": [
|
||||
-0.666666666666667,
|
||||
-6.666666666666667,
|
||||
-2.666666666666667
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user