47 lines
699 B
JSON
47 lines
699 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "part-box-003",
|
|
"category": "Part",
|
|
"description": "Parametric box fixture 3",
|
|
"operation": {
|
|
"type": "box",
|
|
"length": 5,
|
|
"width": 9,
|
|
"height": 13,
|
|
"placement": {
|
|
"translation": [
|
|
3,
|
|
6,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tolerance": {
|
|
"linear": 0.000001,
|
|
"scalar": 0.000001
|
|
},
|
|
"expected": {
|
|
"shapeType": "Solid",
|
|
"isNull": false,
|
|
"isValid": true,
|
|
"solids": 1,
|
|
"faces": 6,
|
|
"edges": 12,
|
|
"vertices": 8,
|
|
"volume": 585,
|
|
"area": 454,
|
|
"boundingBox": {
|
|
"max": [
|
|
8,
|
|
15,
|
|
13
|
|
],
|
|
"min": [
|
|
3,
|
|
6,
|
|
0
|
|
]
|
|
}
|
|
}
|
|
}
|