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