18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "part-sphere",
|
|
"category": "Part",
|
|
"description": "Radius 5 mm sphere centered at the origin",
|
|
"operation": { "type": "sphere", "radius": 5 },
|
|
"tolerance": { "linear": 1e-7, "scalar": 1e-7 },
|
|
"expected": {
|
|
"shapeType": "Solid",
|
|
"isNull": false,
|
|
"isValid": true,
|
|
"solids": 1,
|
|
"volume": 523.5987755982989,
|
|
"area": 314.1592653589793,
|
|
"boundingBox": { "min": [-5, -5, -5], "max": [5, 5, 5] }
|
|
}
|
|
}
|