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

30 lines
607 B
JSON

{
"schemaVersion": 1,
"id": "part-helix-family-001",
"category": "Part",
"description": "Native Part Helix family fixture",
"operation": {
"type": "helix",
"pitch": 3,
"height": 6,
"radius": 2,
"angle": 0,
"segmentLength": 0
},
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
"expected": {
"shapeType": "Wire",
"isNull": false,
"isValid": true,
"solids": 0,
"faces": 0,
"edges": 1,
"vertices": 2,
"volume": 0,
"boundingBox": {
"min": [-2, -2.0188633703206333, 0],
"max": [2, 2.0188633703206342, 6]
}
}
}