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

47 lines
701 B
JSON

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