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

47 lines
698 B
JSON

{
"schemaVersion": 1,
"id": "part-box-013",
"category": "Part",
"description": "Parametric box fixture 13",
"operation": {
"type": "box",
"length": 6,
"width": 7,
"height": 4,
"placement": {
"translation": [
3,
5,
1
]
}
},
"tolerance": {
"linear": 0.000001,
"scalar": 0.000001
},
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 168,
"area": 188,
"boundingBox": {
"max": [
9,
12,
5
],
"min": [
3,
5,
1
]
}
}
}