apparatus_elements.xml
2.49 KB
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
<shapes name="mxGraph.pid.apparatus_elements">
<shape aspect="variable" h="100" name="Manhole" strokewidth="inherit" w="100">
<connections/>
<background>
<path>
<move x="100" y="0"/>
<line x="100" y="100"/>
<move x="80" y="0"/>
<line x="80" y="20"/>
<line x="0" y="20"/>
<move x="80" y="100"/>
<line x="80" y="80"/>
<line x="0" y="80"/>
</path>
</background>
<foreground>
<stroke/>
</foreground>
</shape>
<shape aspect="variable" h="40" name="Socket, Connection Nozzle" strokewidth="inherit" w="30">
<connections>
<constraint name="E" perimeter="0" x="1" y="0.5"/>
</connections>
<background>
<path>
<move x="0" y="20"/>
<line x="30" y="20"/>
<move x="30" y="0"/>
<line x="30" y="40"/>
</path>
</background>
<foreground>
<stroke/>
</foreground>
</shape>
<shape aspect="variable" h="10" name="Support Bracket" strokewidth="inherit" w="10">
<connections/>
<background>
<path>
<move x="10" y="0"/>
<line x="0" y="10"/>
<line x="10" y="10"/>
</path>
</background>
<foreground>
<fillstroke/>
</foreground>
</shape>
<shape aspect="variable" h="100" name="Support Leg" strokewidth="inherit" w="25">
<connections/>
<background>
<path>
<move x="0" y="0"/>
<line x="0" y="100"/>
<line x="25" y="100"/>
<line x="25" y="0"/>
</path>
</background>
<foreground>
<fillstroke/>
</foreground>
</shape>
<shape aspect="variable" h="25" name="Support Ring" strokewidth="inherit" w="100">
<connections/>
<background>
<path>
<move x="100" y="0"/>
<line x="0" y="0"/>
<line x="0" y="25"/>
<line x="100" y="25"/>
</path>
</background>
<foreground>
<fillstroke/>
</foreground>
</shape>
<shape aspect="variable" h="100" name="Support Skirt" strokewidth="inherit" w="100">
<connections/>
<background>
<path>
<move x="0" y="0"/>
<line x="0" y="100"/>
<line x="20" y="100"/>
<move x="100" y="0"/>
<line x="100" y="100"/>
<line x="80" y="100"/>
</path>
</background>
<foreground>
<fillcolor color="none"/>
<stroke/>
</foreground>
</shape>
</shapes>