forked from jerry800416/3D-bin-packing
-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.json
121 lines (121 loc) · 2.98 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"Success": true,
"data": {
"box": [
{
"WHD": [
1203,
235,
238
],
"gravity": [
26.37,
25.95,
27.88,
19.79
],
"partNumber": "40呎鋼製貨櫃",
"position": [
601.5,
117.5,
119.0
],
"weight": 26480
}
],
"fitItem": [
{
"WHD": [
15,
15,
15
],
"color": "#000000",
"name": "corner",
"partNumber": "corner0",
"position": [
7,
7,
7
],
"rotationType": 0,
"type": "cube",
"weight": 0
},
{
"WHD": [
170,
82,
46
],
"color": "red",
"name": "Dyson_DC34_Animal",
"partNumber": "Dyson_DC34_Animal-13",
"position": [
935,
123,
23
],
"rotationType": 0,
"type": "cube",
"weight": 85
},
{
"WHD": [
70,
100,
30
],
"color": "green",
"name": "Dell_R740",
"partNumber": "Dell_R740-7",
"position": [
895,
50,
61
],
"rotationType": 0,
"type": "cube",
"weight": 20
}
],
"unfitItem": [
{
"WHD": [
152,
75,
152
],
"color": "orange",
"name": "Wood_Table",
"partNumber": "Wood_Table-8",
"position": [
76,
37,
76
],
"rotationType": 5,
"type": "cube",
"weight": 70
},
{
"WHD": [
152,
75,
152
],
"color": "orange",
"name": "Wood_Table",
"partNumber": "Wood_Table-9",
"position": [
76,
37,
76
],
"rotationType": 5,
"type": "cube",
"weight": 70
}
]
}
}