Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/scenarios/part-fuse-017.json

63 lines
966 B
JSON

{
"schemaVersion": 1,
"id": "part-fuse-017",
"category": "Part",
"description": "fuse Boolean fixture 17",
"operation": {
"type": "fuse",
"base": {
"type": "box",
"length": 10,
"width": 9,
"height": 11,
"placement": {
"translation": [
0,
0,
1
]
}
},
"tool": {
"type": "box",
"length": 5,
"width": 6,
"height": 7,
"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": 990,
"area": 598,
"boundingBox": {
"max": [
10,
9,
12
],
"min": [
0,
0,
1
]
}
}
}