feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-wedge-family-001",
|
||||
"category": "Part",
|
||||
"description": "Native Part Wedge family fixture",
|
||||
"operation": {
|
||||
"type": "wedge",
|
||||
"xmin": 0,
|
||||
"ymin": 0,
|
||||
"zmin": 0,
|
||||
"z2min": 0,
|
||||
"x2min": 0,
|
||||
"xmax": 10,
|
||||
"ymax": 10,
|
||||
"zmax": 10,
|
||||
"z2max": 8,
|
||||
"x2max": 8
|
||||
},
|
||||
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 6,
|
||||
"edges": 12,
|
||||
"vertices": 8,
|
||||
"volume": 813.3333333333334,
|
||||
"boundingBox": {
|
||||
"min": [0, 0, 0],
|
||||
"max": [10, 10, 10]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user