feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
62
fixtures/freecad-golden/scenarios/part-fuse-023.json
Normal file
62
fixtures/freecad-golden/scenarios/part-fuse-023.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-fuse-023",
|
||||
"category": "Part",
|
||||
"description": "fuse Boolean fixture 23",
|
||||
"operation": {
|
||||
"type": "fuse",
|
||||
"base": {
|
||||
"type": "box",
|
||||
"length": 11,
|
||||
"width": 10,
|
||||
"height": 12,
|
||||
"placement": {
|
||||
"translation": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "box",
|
||||
"length": 7,
|
||||
"width": 4,
|
||||
"height": 5,
|
||||
"placement": {
|
||||
"translation": [
|
||||
2,
|
||||
2,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"tolerance": {
|
||||
"linear": 0.000001,
|
||||
"scalar": 0.000001
|
||||
},
|
||||
"expected": {
|
||||
"shapeType": "Compound",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 7,
|
||||
"edges": 16,
|
||||
"vertices": 12,
|
||||
"volume": 1320,
|
||||
"area": 724,
|
||||
"boundingBox": {
|
||||
"max": [
|
||||
11,
|
||||
10,
|
||||
13
|
||||
],
|
||||
"min": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user