feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
62
fixtures/freecad-golden/scenarios/part-cut-004.json
Normal file
62
fixtures/freecad-golden/scenarios/part-cut-004.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-cut-004",
|
||||
"category": "Part",
|
||||
"description": "cut Boolean fixture 4",
|
||||
"operation": {
|
||||
"type": "cut",
|
||||
"base": {
|
||||
"type": "box",
|
||||
"length": 12,
|
||||
"width": 11,
|
||||
"height": 13,
|
||||
"placement": {
|
||||
"translation": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"tool": {
|
||||
"type": "cylinder",
|
||||
"radius": 2.5,
|
||||
"height": 13,
|
||||
"angle": 360,
|
||||
"placement": {
|
||||
"translation": [
|
||||
6,
|
||||
5.5,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"tolerance": {
|
||||
"linear": 0.000001,
|
||||
"scalar": 0.000001
|
||||
},
|
||||
"expected": {
|
||||
"shapeType": "Compound",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 7,
|
||||
"edges": 15,
|
||||
"vertices": 10,
|
||||
"volume": 1460.7455968958293,
|
||||
"area": 1026.9336143134642,
|
||||
"boundingBox": {
|
||||
"max": [
|
||||
12,
|
||||
11,
|
||||
13
|
||||
],
|
||||
"min": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user