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,26 @@
{
"schemaVersion": 1,
"id": "part-torus-family-001",
"category": "Part",
"description": "Native Part Torus family fixture",
"operation": {
"type": "torus",
"radius1": 10,
"radius2": 2,
"angle1": -180,
"angle2": 180,
"angle3": 270
},
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"volume": 592.1762640653615,
"boundingBox": {
"min": [-12.988706403508727, -12.988706403508727, -2],
"max": [12.988706403508727, 12.988706403508727, 2]
}
}
}