feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user