feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "part-prism-family-001",
|
||||
"category": "Part",
|
||||
"description": "Native Part Prism family fixture",
|
||||
"operation": {
|
||||
"type": "prism",
|
||||
"polygon": 6,
|
||||
"circumradius": 2,
|
||||
"height": 10,
|
||||
"firstAngle": 10,
|
||||
"secondAngle": -5
|
||||
},
|
||||
"tolerance": { "linear": 0.000001, "scalar": 0.000001 },
|
||||
"expected": {
|
||||
"shapeType": "Solid",
|
||||
"isNull": false,
|
||||
"isValid": true,
|
||||
"solids": 1,
|
||||
"faces": 8,
|
||||
"edges": 18,
|
||||
"vertices": 12,
|
||||
"volume": 103.92304845413263,
|
||||
"boundingBox": {
|
||||
"min": [-2, -2.6069374428281185, 0],
|
||||
"max": [3.76326980708465, 1.7320508075688776, 10]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user