Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/scenarios/part-common-024.json

63 lines
970 B
JSON

{
"schemaVersion": 1,
"id": "part-common-024",
"category": "Part",
"description": "common Boolean fixture 24",
"operation": {
"type": "common",
"base": {
"type": "box",
"length": 12,
"width": 11,
"height": 13,
"placement": {
"translation": [
0,
0,
0
]
}
},
"tool": {
"type": "box",
"length": 4,
"width": 5,
"height": 6,
"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": 120,
"area": 148,
"boundingBox": {
"max": [
6,
7,
6
],
"min": [
2,
2,
0
]
}
}
}