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,46 @@
{
"schemaVersion": 1,
"id": "part-box-001",
"category": "Part",
"description": "Parametric box fixture 1",
"operation": {
"type": "box",
"length": 3,
"width": 5,
"height": 7,
"placement": {
"translation": [
1,
2,
1
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 104.99999999999999,
"area": 141.99999999999997,
"boundingBox": {
"max": [
4,
7,
8
],
"min": [
1,
2,
1
]
}
}
}