feat: establish reproducible FreeCAD web compatibility baseline

This commit is contained in:
2026-08-10 16:11:38 -04:00
parent e5a5d74dbc
commit b962a5c3b5
733 changed files with 349081 additions and 647 deletions

View File

@@ -0,0 +1,62 @@
{
"schemaVersion": 1,
"id": "part-fuse-005",
"category": "Part",
"description": "fuse Boolean fixture 5",
"operation": {
"type": "fuse",
"base": {
"type": "box",
"length": 8,
"width": 7,
"height": 9,
"placement": {
"translation": [
0,
0,
1
]
}
},
"tool": {
"type": "box",
"length": 5,
"width": 6,
"height": 7,
"placement": {
"translation": [
2,
2,
1
]
}
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Compound",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 12,
"edges": 28,
"vertices": 18,
"volume": 538.9999999999999,
"area": 406,
"boundingBox": {
"max": [
8,
8,
10
],
"min": [
0,
0,
1
]
}
}
}