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,29 @@
{
"schemaVersion": 1,
"id": "part-prism-family-001",
"category": "Part",
"description": "Native Part Prism family fixture",
"operation": {
"type": "prism",
"polygon": 6,
"circumradius": 2,
"height": 10,
"firstAngle": 10,
"secondAngle": -5
},
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 8,
"edges": 18,
"vertices": 12,
"volume": 103.92304845413263,
"boundingBox": {
"min": [-2, -2.6069374428281185, 0],
"max": [3.76326980708465, 1.7320508075688776, 10]
}
}
}