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