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

47 lines
696 B
JSON

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