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

63 lines
969 B
JSON

{
"schemaVersion": 1,
"id": "part-common-012",
"category": "Part",
"description": "common Boolean fixture 12",
"operation": {
"type": "common",
"base": {
"type": "box",
"length": 10,
"width": 9,
"height": 11,
"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
]
}
}
}