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