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