feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
@@ -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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user