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

63 lines
1006 B
JSON

{
"schemaVersion": 1,
"id": "part-cut-004",
"category": "Part",
"description": "cut Boolean fixture 4",
"operation": {
"type": "cut",
"base": {
"type": "box",
"length": 12,
"width": 11,
"height": 13,
"placement": {
"translation": [
0,
0,
0
]
}
},
"tool": {
"type": "cylinder",
"radius": 2.5,
"height": 13,
"angle": 360,
"placement": {
"translation": [
6,
5.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": 1460.7455968958293,
"area": 1026.9336143134642,
"boundingBox": {
"max": [
12,
11,
13
],
"min": [
0,
0,
0
]
}
}
}