feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
47
fixtures/freecad-golden/scenarios/part-cone-011.json
Normal file
47
fixtures/freecad-golden/scenarios/part-cone-011.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-cone-011",
|
||||
"category": "Part",
|
||||
"description": "Parametric cone fixture 11",
|
||||
"operation": {
|
||||
"type": "cone",
|
||||
"radius1": 7,
|
||||
"radius2": 2,
|
||||
"height": 15,
|
||||
"angle": 360,
|
||||
"placement": {
|
||||
"translation": [
|
||||
3,
|
||||
5,
|
||||
-1
|
||||
]
|
||||
}
|
||||
},
|
||||
"tolerance": {
|
||||
"linear": 0.000001,
|
||||
"scalar": 0.000001
|
||||
},
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 3,
|
||||
"edges": 3,
|
||||
"vertices": 2,
|
||||
"volume": 1052.4335389525809,
|
||||
"area": 613.5608826010837,
|
||||
"boundingBox": {
|
||||
"max": [
|
||||
10,
|
||||
12,
|
||||
14.000000000000002
|
||||
],
|
||||
"min": [
|
||||
-4,
|
||||
-2,
|
||||
-1
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user