feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
46
fixtures/freecad-golden/scenarios/part-cylinder-015.json
Normal file
46
fixtures/freecad-golden/scenarios/part-cylinder-015.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-cylinder-015",
|
||||
"category": "Part",
|
||||
"description": "Parametric cylinder fixture 15",
|
||||
"operation": {
|
||||
"type": "cylinder",
|
||||
"radius": 4.5,
|
||||
"height": 16,
|
||||
"angle": 360,
|
||||
"placement": {
|
||||
"translation": [
|
||||
-3,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"tolerance": {
|
||||
"linear": 0.000001,
|
||||
"scalar": 0.000001
|
||||
},
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 3,
|
||||
"edges": 3,
|
||||
"vertices": 2,
|
||||
"volume": 1017.8760197630929,
|
||||
"area": 579.6238445873167,
|
||||
"boundingBox": {
|
||||
"max": [
|
||||
1.5,
|
||||
4.5,
|
||||
16
|
||||
],
|
||||
"min": [
|
||||
-7.5,
|
||||
-4.5,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user