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

47 lines
701 B
JSON

{
"schemaVersion": 1,
"id": "part-box-020",
"category": "Part",
"description": "Parametric box fixture 20",
"operation": {
"type": "box",
"length": 4,
"width": 10,
"height": 12,
"placement": {
"translation": [
0,
5,
2
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 480,
"area": 416,
"boundingBox": {
"max": [
4,
15,
14
],
"min": [
0,
5,
2
]
}
}
}