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
|
#Contains data of the distance rectangular line grips were extended className:direction,x,y,width
OilGasOrPulverizedFuelFurnace
left,5,0,0
right,-5,0,0
bottom,0,-10,0
SolidFuelFurnace
left,5,0,0
right,-5,0,0
bottom,0,-10,0
HorizontalVessel
top,0,10,0
bottom,0,-10,0
PackedVessel
left,10,0,0
right,-10,0,0
VerticalVessel
left,10,0,0
right,-10,0,0
FixedRoofTank
left,6,0,0
right,-7,0,0
bottom,0,-10,0
FloatingRoofTank
left,7,0,0
right,-7,0,0
bottom,0,-10,0
SeparatorsForLiquidsDecanter
top,0,10,0
left,10,0,0
right,-10,0,0
bottom,0,-10,0
OneCellFiredHeaterFurnace
left,7,0,50
right,-7,0,50
bottom,0,-10,0
TwoCellFiredHeaterFurnace
left,5,0,66.66
right,-5,0,66.66
bottom,0,-10,33.33
ContinuousDryer
top,0,10,0
|