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-008",
"category": "Part",
"description": "fuse Boolean fixture 8",
"operation": {
"type": "fuse",
"base": {
"type": "box",
"length": 11,
"width": 10,
"height": 12,
"placement": {
"translation": [
0,
0,
0
]
}
},
"tool": {
"type": "box",
"length": 4,
"width": 5,
"height": 6,
"placement": {
"translation": [
2,
2,
0
]
}
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Compound",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 7,
"edges": 16,
"vertices": 12,
"volume": 1320,
"area": 724,
"boundingBox": {
"max": [
11,
10,
12
],
"min": [
0,
0,
0
]
}
}
}