feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
46
fixtures/freecad-golden/scenarios/part-box-006.json
Normal file
46
fixtures/freecad-golden/scenarios/part-box-006.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-box-006",
|
||||
"category": "Part",
|
||||
"description": "Parametric box fixture 6",
|
||||
"operation": {
|
||||
"type": "box",
|
||||
"length": 8,
|
||||
"width": 4,
|
||||
"height": 9,
|
||||
"placement": {
|
||||
"translation": [
|
||||
1,
|
||||
5,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"tolerance": {
|
||||
"linear": 0.000001,
|
||||
"scalar": 0.000001
|
||||
},
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 6,
|
||||
"edges": 12,
|
||||
"vertices": 8,
|
||||
"volume": 288,
|
||||
"area": 280,
|
||||
"boundingBox": {
|
||||
"max": [
|
||||
9,
|
||||
9,
|
||||
9
|
||||
],
|
||||
"min": [
|
||||
1,
|
||||
5,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user