Files
Web_FreeCAD_Bitbybit/fixtures/freecad-golden/feature-families/scenarios/part-wedge-family-001.json

35 lines
659 B
JSON

{
"schemaVersion": 1,
"id": "part-wedge-family-001",
"category": "Part",
"description": "Native Part Wedge family fixture",
"operation": {
"type": "wedge",
"xmin": 0,
"ymin": 0,
"zmin": 0,
"z2min": 0,
"x2min": 0,
"xmax": 10,
"ymax": 10,
"zmax": 10,
"z2max": 8,
"x2max": 8
},
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
"expected": {
"shapeType": "Solid",
"isNull": false,
"isValid": true,
"solids": 1,
"faces": 6,
"edges": 12,
"vertices": 8,
"volume": 813.3333333333334,
"boundingBox": {
"min": [0, 0, 0],
"max": [10, 10, 10]
}
}
}