feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-ellipsoid-family-001",
|
||||
"category": "Part",
|
||||
"description": "Native Part Ellipsoid family fixture",
|
||||
"operation": {
|
||||
"type": "ellipsoid",
|
||||
"radius1": 2,
|
||||
"radius2": 4,
|
||||
"radius3": 0,
|
||||
"angle1": -90,
|
||||
"angle2": 90,
|
||||
"angle3": 360
|
||||
},
|
||||
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 1,
|
||||
"edges": 3,
|
||||
"vertices": 2,
|
||||
"volume": 133.9826640573845,
|
||||
"boundingBox": {
|
||||
"min": [-8, -6.92820323027551, -2],
|
||||
"max": [4, 6.928203230275507, 2]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user