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