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

47 lines
716 B
JSON

{
"schemaVersion": 1,
"id": "part-box-017",
"category": "Part",
"description": "Parametric box fixture 17",
"operation": {
"type": "box",
"length": 10,
"width": 4,
"height": 16,
"placement": {
"translation": [
2,
6,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 639.9999999999999,
"area": 528,
"boundingBox": {
"max": [
12,
10,
18
],
"min": [
2,
6,
2
]
}
}
}