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
|
{
"Piping": {
"Inflow Line": {
"name": "Inflow Line",
"icon": ".\\Piping\\Inflow Line.png",
"class": "Piping",
"object": "InflowLine",
"args": []
},
"Outflow Line": {
"name": "Outflow Line",
"icon": ".\\Piping\\Outflow Line.png",
"class": "Piping",
"object": "OutflowLine",
"args": []
}
},
"Pumps": {
"Duplex Pump": {
"name": "Duplex Pump",
"icon": ".\\Pumps\\Duplex Pump.png",
"class": "Pumps",
"object": "DuplexPump",
"args": []
},
"Plunger Pump": {
"name": "Plunger Pump",
"icon": ".\\Pumps\\Plunger Pump.png",
"class": "Pumps",
"object": "PlungerPump",
"args": []
},
"Proportioning Pump": {
"name": "Proportioning Pump",
"icon": ".\\Pumps\\Proportioning Pump.png",
"class": "Pumps",
"object": "ProportioningPump",
"args": []
},
"Reciprocating Pump": {
"name": "Reciprocating Pump",
"icon": ".\\Pumps\\Reciprocating Pump.png",
"class": "Pumps",
"object": "ReciprocatingPump",
"args": []
}
}
}
|