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