Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/scenarios/part-cut-022.json

63 lines
1003 B
JSON

{
"schemaVersion": 1,
"id": "part-cut-022",
"category": "Part",
"description": "cut Boolean fixture 22",
"operation": {
"type": "cut",
"base": {
"type": "box",
"length": 10,
"width": 9,
"height": 11,
"placement": {
"translation": [
0,
0,
0
]
}
},
"tool": {
"type": "cylinder",
"radius": 2.5,
"height": 11,
"angle": 360,
"placement": {
"translation": [
5,
4.5,
0
]
}
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Compound",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 7,
"edges": 15,
"vertices": 10,
"volume": 774.0155050657017,
"area": 731.5176877775662,
"boundingBox": {
"max": [
10,
9,
11
],
"min": [
0,
0,
0
]
}
}
}