lsnu's picture
Add files using upload-large-folder tool
89ae596 verified
%!PS-Adobe-3.0 EPSF-3.0
%%Title: 013.eps
%%Creator: XCircuit v3.4 rev27
%%CreationDate: Sun Aug 17 17:00:13 2008
%%Pages: 1
%%BoundingBox: 68 68 491 477
%%DocumentNeededResources: font Helvetica font Helvetica-Oblique
%%+ font Helvetica-BoldOblique font Times-Roman
%%EndComments
%%BeginProlog
%
% PostScript prolog for output from xcircuit
% Version: 3.3
%
% Electrical circuit (and otherwise general) drawing program
%
% Written by Tim Edwards 8/5/93--7/13/05 (tim.edwards@multigig.com)
% The Johns Hopkins University (1993-2004)
% MultiGiG, Inc. (2004-present)
%
%%BeginResource: procset XCIRCproc 3.3 0
%
% supporting definitions --- these are the primary xcircuit types.
/XCIRCsave save def
/topmat matrix currentmatrix def
/fontslant { /slant exch def [1 0 slant 1 0 0]
exch findfont exch makefont dup length dict /ndict exch def
{ 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall
ndict definefont pop} def
/ul { dup type /stringtype eq showflag 1 eq and { gsave
currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_)
false charpath flattenpath pathbbox grestore exch pop 1 index
sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0
rlineto stroke moveto } if } def
/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave
currentpoint topmat setmatrix 2 index stringwidth pop 3 index
true charpath flattenpath pathbbox grestore exch pop
exch pop topmat setmatrix (_) true charpath pathbbox grestore
exch pop 1 index sub setlinewidth exch pop currentpoint
exch 4 1 roll exch sub add moveto pop 0 rlineto stroke
moveto } if } def
/stW { gsave currentpoint newpath moveto true charpath flattenpath
pathbbox pop exch pop sub grestore } def
/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs
0 currentpoint pop put} def
/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def
/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt
{currentpoint exch pop moveto exit} {pop} ifelse } for } def
/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt
{currentpoint exch pop moveto exit} {pop} ifelse } for } def
/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def
/hS { qS qS } def
/pspc 0 def
/cf0 { scalefont setfont } bind def
/Kn { dup kY add /kY exch def rmoveto } bind def
/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul
0.33 mul neg Kn} def
/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul
0.67 mul Kn } def
/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def
/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def
/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq
{ 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def}
{fscale0 mul fscale mul cf0} ifelse } def
/ctmk { counttomark dup 2 add -1 roll pop } bind def
/label { gsave translate 0 0 moveto dup scale neg /rotval exch def
/just exch def just 384 and 0 gt {/mshow {pop} def} {/mshow {show}
def} ifelse just 16 and 0 gt {gsave rotval rotate 0 1 dtransform
gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform
gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt
{pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval
rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse
exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and
4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def
/fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def
/kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate
{exch dup type /stringtype eq {true charpath flattenpath} {dup type
/arraytype eq {exec} {12 string cvs true charpath flattenpath} ifelse}
ifelse} repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just
1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5
mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4
and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg}
ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint
translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale
1.0 def /kY 0 def {dup type /stringtype eq {mshow} {dup type
/arraytype eq {exec} {12 string cvs mshow} ifelse} ifelse} repeat
grestore } def
/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label
/pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def
/pinglobal { pinlabel } def
/infolabel { pinlabel } def
/graphic { gsave 4 index cvx exec /DataSource get resetfile translate
0 0 moveto neg rotate dup scale cvx exec image grestore } def
/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def
/cRedef {/defColor currentcolor 3 array astore def} def
/begingate {dup type /dicttype ne {1 dict} if begin % default params
dup type /dicttype ne {1 dict} if begin % instanced params
/hlevel hlevel 1 add def /defColor currentcolor sce 3 array
astore def gsave sce translate 0 0 moveto neg rotate dup abs scale
} bind def
/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef
scb end end} bind def
/hlevel 0 def
/tmpa [1 0 0 1 0 0] def
/gar {8 8 true tmpa {<c0 c0 00 00 0c 0c 00 00>} imagemask} bind
{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind
{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind
{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind
{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind
{8 8 true tmpa {<df cf 8f 9f fd fc f8 f9>} imagemask} bind
{8 8 true tmpa {<ff 3f 3f ff ff f3 f3 ff>} imagemask} bind 7 array astore def
/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll
neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy
gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll
{ 3 index exch 5 exch put dup -8 3 index { 3 index
exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def
/setstyles {
currentlinewidth mul setlinewidth /style exch def
style 1 and 0 gt not {closepath} if
style 1024 and 0 gt {2 setlinecap} if
style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if
style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if
gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt {
7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore
{3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill}
{dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse}
{style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt
style 512 eq or {newpath} {stroke} ifelse grestore} def
/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def
/xcarc { gsave newpath arc setstyles } def
/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll
3 index div 1 scale } def
/ele { 0 4 1 roll 0 4 1 roll } bind def
/ellipse { gsave elb newpath ele arc setmatrix setstyles } def
/pellip { elb ele arc setmatrix } def
/nellip { elb ele arcn setmatrix } def
/spline { gsave moveto curveto setstyles } def
/polyc { {lineto} repeat } bind def
/beginpath { gsave moveto } bind def
/endpath { setstyles } bind def
/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def
/psinsertion {/PSobj save def /showpage {} def /setpagedevice {pop} def bop
rotate translate dup scale} def
/end_insert {PSobj restore} def
/setpagemat {/pagemat matrix currentmatrix def} def
/inchscale {setpagemat 0.375 mul dup scale} def
/cmscale {setpagemat 0.35433071 mul dup scale} def
%%EndResource
%%EndProlog
% XCircuit output starts here.
%%BeginSetup
/arrowhead {
% trivial
begingate
8 -28 beginpath
3 -18 3 -15 0 0 curveto
-3 -15 -3 -18 -8 -28 curveto
-2 -26 2 -26 8 -28 curveto
249 1.00 endpath
endgate
} def
/arrow {
% trivial
begingate
1 0.80 0 -40 0 20 2 polygon
1.00 0 0 40 arrowhead
endgate
} def
/arrowhead90 {
begingate
1.00 270 -16 0 arrowhead
endgate
} def
/stud {
begingate
0.400 0.400 0.400 scb
496 1.00 0 4 0 -4 16 -4 16 4 4 polygon
496 1.00 8 8 8 -8 16 -8 16 8 4 polygon
sce
0 1.00 8 8 8 -8 16 -8 16 8 4 polygon
1 1.00 8 4 0 4 0 -4 8 -4 4 polygon
1 0.50 3 1 3 -1 2 polygon
1 0.50 5 1 5 -1 2 polygon
1 0.75 9 5 15 5 2 polygon
1 0.75 9 -5 15 -5 2 polygon
1 0.75 8 0 16 0 2 polygon
endgate
} def
%%EndSetup
%%Page: 6700x001.eps 1
%%PageOrientation: Portrait
/pgsave save def bop
% 32.00 32.00 gridspace
0.3500 inchscale
2.6000 setlinewidth 2980 2084 translate
0.604 0.604 0.604 scb
240 1.00 -2416 1168 -2416 1136 -1808 1136 -1808 1168 4 polygon
0.400 0.400 0.400 scb
240 1.00 -1712 1392 -1712 1008 -1696 1008 -1696 1392 4 polygon
sce
0 1.00 -1712 1392 -1712 1008 -1696 1008 -1696 1392 4 polygon
0.604 0.604 0.604 scb
240 1.00 -2416 720 -2416 752 -1808 752 -1808 720 4 polygon
240 1.00 -1808 624 -1808 752 -1712 752 -1712 624 4 polygon
sce
1 1.00 -2416 720 -1808 720 -1808 624 -1712 624 -1712 752 -2416 752 6 polygon
0.604 0.604 0.604 scb
240 1.00 -992 720 -992 752 -1600 752 -1600 720 4 polygon
240 1.00 -1600 624 -1600 752 -1696 752 -1696 624 4 polygon
sce
1 1.00 -992 720 -1600 720 -1600 624 -1696 624 -1696 752 -992 752 6 polygon
0.400 0.400 0.400 scb
240 1.00 -1712 880 -1712 640 -1696 640 -1696 880 4 polygon
sce
0 1.00 -1712 880 -1712 640 -1696 640 -1696 880 4 polygon
0.604 0.604 0.604 scb
240 1.00 -1808 1264 -1808 1136 -1776 1136 -1776 1264 4 polygon
240 1.00 -1744 1264 -1744 1136 -1712 1136 -1712 1264 4 polygon
241 1.00 -1776 1264 -1768 1256 -1776 1248 -1768 1240 -1776 1232 -1768 1224
-1776 1216 -1768 1208 -1776 1200 -1776 1264 10 polygon
241 1.00 -1744 1264 -1752 1256 -1744 1248 -1752 1240 -1744 1232 -1752 1224
-1744 1216 -1752 1208 -1744 1200 -1744 1264 10 polygon
sce
1 1.00 -1776 1136 -1776 1200 -1768 1208 -1776 1216 -1768 1224 -1776 1232 -1768
1240 -1776 1248 -1768 1256 -1776 1264 -1808 1264 -1808 1168 -2416 1168
13 polygon
1 1.00 -2416 1136 -1776 1136 2 polygon
1 1.00 -1744 1136 -1744 1200 -1752 1208 -1744 1216 -1752 1224 -1744 1232 -1752
1240 -1744 1248 -1752 1256 -1744 1264 -1712 1264 -1712 1136 -1744 1136
13 polygon
0.604 0.604 0.604 scb
240 1.00 -992 1168 -992 1136 -1600 1136 -1600 1168 4 polygon
240 1.00 -1600 1264 -1600 1136 -1632 1136 -1632 1264 4 polygon
240 1.00 -1664 1264 -1664 1136 -1696 1136 -1696 1264 4 polygon
241 1.00 -1632 1264 -1640 1256 -1632 1248 -1640 1240 -1632 1232 -1640 1224
-1632 1216 -1640 1208 -1632 1200 -1632 1264 10 polygon
241 1.00 -1664 1264 -1656 1256 -1664 1248 -1656 1240 -1664 1232 -1656 1224
-1664 1216 -1656 1208 -1664 1200 -1664 1264 10 polygon
sce
1 1.00 -1632 1136 -1632 1200 -1640 1208 -1632 1216 -1640 1224 -1632 1232 -1640
1240 -1632 1248 -1640 1256 -1632 1264 -1600 1264 -1600 1168 -992 1168
13 polygon
1 1.00 -992 1136 -1632 1136 2 polygon
1 1.00 -1664 1136 -1664 1200 -1656 1208 -1664 1216 -1656 1224 -1664 1232 -1656
1240 -1664 1248 -1656 1256 -1664 1264 -1696 1264 -1696 1136 -1664 1136
13 polygon
(Orifice plate) {/Helvetica cf} 2 16 0 1.00 -1608 1336 label
1.00 165 -1776 1296 arrow
(Pipe ) {/Helvetica cf} 2 16 0 1.00 -1880 1384 label
(threads) {/Helvetica cf} 2 16 0 1.00 -1904 1352 label
(Flange) {/Helvetica cf} 2 16 0 0.50 -1792 712 label
(Flange) {/Helvetica cf} 2 16 0 0.50 -1680 712 label
1.00 255 -1656 1336 arrow
0.400 0.400 0.400 scb
240 1.00 -1872 688 -1872 656 -1536 656 -1536 688 4 polygon
sce
0 1.00 -1872 688 -1872 656 -1536 656 -1536 688 4 polygon
1 1.00 -1544 688 -1536 656 2 polygon
1 1.00 -1552 688 -1544 656 2 polygon
1 1.00 -1560 688 -1552 656 2 polygon
1 1.00 -1568 688 -1560 656 2 polygon
1 1.00 -1576 688 -1568 656 2 polygon
1 1.00 -1584 688 -1576 656 2 polygon
1 1.00 -1592 688 -1584 656 2 polygon
1 1.00 -1600 688 -1592 656 2 polygon
1 1.00 -1608 688 -1600 656 2 polygon
1 1.00 -1616 688 -1608 656 2 polygon
1 1.00 -1624 688 -1616 656 2 polygon
1 1.00 -1632 688 -1624 656 2 polygon
1 1.00 -1640 688 -1632 656 2 polygon
1 1.00 -1648 688 -1640 656 2 polygon
1 1.00 -1656 688 -1648 656 2 polygon
1 1.00 -1664 688 -1656 656 2 polygon
1 1.00 -1672 688 -1664 656 2 polygon
1 1.00 -1680 688 -1672 656 2 polygon
1 1.00 -1688 688 -1680 656 2 polygon
1 1.00 -1696 688 -1688 656 2 polygon
1 1.00 -1704 688 -1696 656 2 polygon
1 1.00 -1712 688 -1704 656 2 polygon
1 1.00 -1720 688 -1712 656 2 polygon
1 1.00 -1728 688 -1720 656 2 polygon
1 1.00 -1736 688 -1728 656 2 polygon
1 1.00 -1744 688 -1736 656 2 polygon
1 1.00 -1752 688 -1744 656 2 polygon
1 1.00 -1760 688 -1752 656 2 polygon
1 1.00 -1768 688 -1760 656 2 polygon
1 1.00 -1776 688 -1768 656 2 polygon
1 1.00 -1784 688 -1776 656 2 polygon
1 1.00 -1792 688 -1784 656 2 polygon
1 1.00 -1800 688 -1792 656 2 polygon
1 1.00 -1808 688 -1800 656 2 polygon
1 1.00 -1816 688 -1808 656 2 polygon
1 1.00 -1824 688 -1816 656 2 polygon
1 1.00 -1832 688 -1824 656 2 polygon
1 1.00 -1840 688 -1832 656 2 polygon
1 1.00 -1848 688 -1840 656 2 polygon
1 1.00 -1856 688 -1848 656 2 polygon
1 1.00 -1864 688 -1856 656 2 polygon
1 1.00 -1872 688 -1864 656 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1600 704 -1600 640 -1576 640 -1576 704 4 polygon
sce
0 1.00 -1600 704 -1600 640 -1576 640 -1576 704 4 polygon
1 1.00 -1600 692 -1576 692 2 polygon
1 1.00 -1600 652 -1576 652 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1832 704 -1832 640 -1808 640 -1808 704 4 polygon
sce
0 1.00 -1832 704 -1832 640 -1808 640 -1808 704 4 polygon
1 1.00 -1832 652 -1808 652 2 polygon
1 1.00 -1832 692 -1808 692 2 polygon
(Stud) {/Helvetica cf} 2 16 0 1.00 -1440 664 label
1.00 270 -1488 672 arrow
1.00 300 -1536 616 arrow
(Nut) {/Helvetica cf} 2 16 0 1.00 -1496 568 label
0.400 0.400 0.400 scb
240 1.00 -1832 1248 -1832 1184 -1808 1184 -1808 1248 4 polygon
sce
0 1.00 -1832 1248 -1832 1184 -1808 1184 -1808 1248 4 polygon
1 1.00 -1832 1236 -1808 1236 2 polygon
1 1.00 -1832 1196 -1808 1196 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1872 1232 -1872 1200 -1832 1200 -1832 1232 4 polygon
sce
1 1.00 -1872 1232 -1864 1200 2 polygon
0 1.00 -1872 1232 -1872 1200 -1832 1200 -1832 1232 4 polygon
1 1.00 -1864 1232 -1856 1200 2 polygon
1 1.00 -1856 1232 -1848 1200 2 polygon
1 1.00 -1848 1232 -1840 1200 2 polygon
1 1.00 -1840 1232 -1832 1200 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1576 1248 -1576 1184 -1600 1184 -1600 1248 4 polygon
sce
0 1.00 -1576 1248 -1576 1184 -1600 1184 -1600 1248 4 polygon
1 1.00 -1576 1236 -1600 1236 2 polygon
1 1.00 -1576 1196 -1600 1196 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1536 1232 -1536 1200 -1576 1200 -1576 1232 4 polygon
sce
1 1.00 -1576 1232 -1568 1200 2 polygon
0 1.00 -1536 1232 -1536 1200 -1576 1200 -1576 1232 4 polygon
1 1.00 -1568 1232 -1560 1200 2 polygon
1 1.00 -1560 1232 -1552 1200 2 polygon
1 1.00 -1552 1232 -1544 1200 2 polygon
1 1.00 -1544 1232 -1536 1200 2 polygon
-1.00 60 -1872 616 arrow
(Nut) {/Helvetica cf} 2 19 0 1.00 -1912 568 label
(Pipe wall) {/Helvetica cf} 2 16 0 0.50 -2180 1148 label
(Pipe wall) {/Helvetica cf} 2 16 0 0.50 -2180 732 label
0.000 0.000 1.000 scb
1 1.00 -2384 1112 -1888 1112 2 polygon
1 1.00 -1896 1120 -1888 1112 -1896 1104 3 polygon
1 1.00 -2384 1088 -1888 1088 2 polygon
1 1.00 -1896 1096 -1888 1088 -1896 1080 3 polygon
1 1.00 -2384 1064 -1888 1064 2 polygon
1 1.00 -1896 1072 -1888 1064 -1896 1056 3 polygon
1 1.00 -2384 1040 -1888 1040 2 polygon
1 1.00 -1896 1048 -1888 1040 -1896 1032 3 polygon
1 1.00 -2384 1016 -1888 1016 2 polygon
1 1.00 -1896 1024 -1888 1016 -1896 1008 3 polygon
1 1.00 -2384 992 -1888 992 2 polygon
1 1.00 -1896 1000 -1888 992 -1896 984 3 polygon
1 1.00 -2384 968 -1888 968 2 polygon
1 1.00 -1896 976 -1888 968 -1896 960 3 polygon
1 1.00 -2384 944 -1888 944 2 polygon
1 1.00 -1896 952 -1888 944 -1896 936 3 polygon
1 1.00 -2384 920 -1888 920 2 polygon
1 1.00 -1896 928 -1888 920 -1896 912 3 polygon
1 1.00 -2384 896 -1888 896 2 polygon
1 1.00 -1896 904 -1888 896 -1896 888 3 polygon
1 1.00 -2384 872 -1888 872 2 polygon
1 1.00 -1896 880 -1888 872 -1896 864 3 polygon
1 1.00 -2384 848 -1888 848 2 polygon
1 1.00 -1896 856 -1888 848 -1896 840 3 polygon
1 1.00 -2384 824 -1888 824 2 polygon
1 1.00 -1896 832 -1888 824 -1896 816 3 polygon
1 1.00 -2384 800 -1888 800 2 polygon
1 1.00 -1896 808 -1888 800 -1896 792 3 polygon
1 1.00 -2384 776 -1888 776 2 polygon
1 1.00 -1896 784 -1888 776 -1896 768 3 polygon
1 1.00 -1808 1104 -1784 1016 -1696 1000 -1872 1112 spline
1 1.00 -1872 944 -1696 944 2 polygon
1 1.00 -1824 1056 -1784 1000 -1696 984 -1872 1064 spline
1 1.00 -1832 1040 -1808 992 -1696 976 -1872 1040 spline
1 1.00 -1816 1080 -1784 1008 -1696 992 -1872 1088 spline
1 1.00 -1816 1016 -1808 976 -1696 968 -1872 1016 spline
1 1.00 -1808 992 -1808 968 -1696 960 -1872 992 spline
1 1.00 -1768 952 -1800 968 -1872 968 -1696 952 spline
1 1.00 -1808 784 -1784 872 -1696 888 -1872 776 spline
1 1.00 -1824 832 -1784 888 -1696 904 -1872 824 spline
1 1.00 -1832 848 -1808 896 -1696 912 -1872 848 spline
1 1.00 -1816 808 -1784 880 -1696 896 -1872 800 spline
1 1.00 -1816 872 -1808 912 -1696 920 -1872 872 spline
1 1.00 -1808 896 -1808 920 -1696 928 -1872 896 spline
1 1.00 -1768 936 -1800 920 -1872 920 -1696 936 spline
1 1.00 -1792 1080 -1760 1104 -1776 1120 -1816 1096 spline
1 1.00 -1784 1136 -1832 1128 -1808 1104 -1776 1120 spline
1 1.00 -1816 1104 -1808 1104 -1808 1112 3 polygon
1 1.00 -1784 752 -1832 760 -1808 784 -1776 768 spline
1 1.00 -1816 784 -1808 784 -1808 776 3 polygon
1 1.00 -1792 808 -1760 784 -1776 768 -1816 792 spline
1 1.00 -1760 1048 -1720 1056 -1728 1080 -1776 1064 spline
1 1.00 -1736 1104 -1792 1096 -1760 1064 -1728 1080 spline
1 1.00 -1768 1064 -1760 1064 -1760 1072 3 polygon
1 1.00 -1760 840 -1720 832 -1728 808 -1776 824 spline
1 1.00 -1736 784 -1792 792 -1760 824 -1728 808 spline
1 1.00 -1768 824 -1760 824 -1760 816 3 polygon
1 1.00 -1696 944 -1048 944 2 polygon
1 1.00 -1472 944 -1408 944 -1048 960 -1696 952 spline
1 1.00 -1504 952 -1440 944 -1048 976 -1696 960 spline
1 1.00 -1504 960 -1440 952 -1048 992 -1696 968 spline
1 1.00 -1504 968 -1440 960 -1048 1008 -1696 976 spline
1 1.00 -1456 976 -1440 976 -1048 1024 -1696 984 spline
1 1.00 -1504 992 -1440 968 -1048 1040 -1696 992 spline
1 1.00 -1504 1000 -1440 976 -1048 1056 -1696 1000 spline
1 1.00 -1056 1060 -1048 1056 -1056 1048 3 polygon
1 1.00 -1056 1044 -1048 1040 -1056 1032 3 polygon
1 1.00 -1056 1028 -1048 1024 -1056 1020 3 polygon
1 1.00 -1056 1012 -1048 1008 -1056 1004 3 polygon
1 1.00 -1056 996 -1048 992 -1056 984 3 polygon
1 1.00 -1056 980 -1048 976 -1056 972 3 polygon
1 1.00 -1056 964 -1048 960 -1056 956 3 polygon
1 1.00 -1056 948 -1048 944 -1056 940 3 polygon
1 1.00 -1472 944 -1408 944 -1048 928 -1696 936 spline
1 1.00 -1504 936 -1440 944 -1048 912 -1696 928 spline
1 1.00 -1504 928 -1440 936 -1048 896 -1696 920 spline
1 1.00 -1504 920 -1440 928 -1048 880 -1696 912 spline
1 1.00 -1456 912 -1440 912 -1048 864 -1696 904 spline
1 1.00 -1504 896 -1440 920 -1048 848 -1696 896 spline
1 1.00 -1504 888 -1440 912 -1048 832 -1696 888 spline
1 1.00 -1056 828 -1048 832 -1056 840 3 polygon
1 1.00 -1056 844 -1048 848 -1056 856 3 polygon
1 1.00 -1056 860 -1048 864 -1056 868 3 polygon
1 1.00 -1056 876 -1048 880 -1056 884 3 polygon
1 1.00 -1056 892 -1048 896 -1056 904 3 polygon
1 1.00 -1056 908 -1048 912 -1056 916 3 polygon
1 1.00 -1056 924 -1048 928 -1056 932 3 polygon
1 1.00 -1640 1072 -1696 1064 -1664 1032 -1632 1048 spline
1 1.00 -1672 1032 -1664 1032 -1664 1040 3 polygon
1 1.00 -1664 1016 -1624 1024 -1632 1048 -1680 1032 spline
1 1.00 -1560 1072 -1616 1064 -1584 1032 -1552 1048 spline
1 1.00 -1592 1032 -1584 1032 -1584 1040 3 polygon
1 1.00 -1584 1016 -1544 1024 -1552 1048 -1600 1032 spline
1 1.00 -1480 1072 -1536 1064 -1504 1032 -1472 1048 spline
1 1.00 -1512 1032 -1504 1032 -1504 1040 3 polygon
1 1.00 -1504 1016 -1464 1024 -1472 1048 -1520 1032 spline
1 1.00 -1400 1072 -1456 1064 -1424 1032 -1392 1048 spline
1 1.00 -1432 1032 -1424 1032 -1424 1040 3 polygon
1 1.00 -1424 1016 -1384 1024 -1392 1048 -1440 1032 spline
1 1.00 -1288 1088 -1344 1080 -1312 1048 -1280 1064 spline
1 1.00 -1320 1048 -1312 1048 -1312 1056 3 polygon
1 1.00 -1312 1032 -1272 1040 -1280 1064 -1328 1048 spline
1 1.00 -1176 1104 -1232 1096 -1200 1064 -1168 1080 spline
1 1.00 -1208 1064 -1200 1064 -1200 1072 3 polygon
1 1.00 -1200 1048 -1160 1056 -1168 1080 -1216 1064 spline
1 1.00 -1080 1120 -1136 1112 -1104 1080 -1072 1096 spline
1 1.00 -1112 1080 -1104 1080 -1104 1088 3 polygon
1 1.00 -1104 1064 -1064 1072 -1072 1096 -1120 1080 spline
1 1.00 -1352 1136 -1408 1128 -1376 1096 -1344 1112 spline
1 1.00 -1384 1096 -1376 1096 -1376 1104 3 polygon
1 1.00 -1376 1080 -1336 1088 -1344 1112 -1392 1096 spline
1 1.00 -1448 1136 -1504 1128 -1472 1096 -1440 1112 spline
1 1.00 -1480 1096 -1472 1096 -1472 1104 3 polygon
1 1.00 -1472 1080 -1432 1088 -1440 1112 -1488 1096 spline
1 1.00 -1528 1136 -1584 1128 -1552 1096 -1520 1112 spline
1 1.00 -1560 1096 -1552 1096 -1552 1104 3 polygon
1 1.00 -1552 1080 -1512 1088 -1520 1112 -1568 1096 spline
1 1.00 -1608 1120 -1664 1112 -1632 1080 -1600 1096 spline
1 1.00 -1640 1080 -1632 1080 -1632 1088 3 polygon
1 1.00 -1632 1064 -1592 1072 -1600 1096 -1648 1080 spline
1 1.00 -1240 1136 -1296 1128 -1264 1096 -1232 1112 spline
1 1.00 -1272 1096 -1264 1096 -1264 1104 3 polygon
1 1.00 -1264 1080 -1224 1088 -1232 1112 -1280 1096 spline
1 1.00 -1176 784 -1232 792 -1200 824 -1168 808 spline
1 1.00 -1208 824 -1200 824 -1200 816 3 polygon
1 1.00 -1200 840 -1160 832 -1168 808 -1216 824 spline
1 1.00 -1080 768 -1136 776 -1104 808 -1072 792 spline
1 1.00 -1112 808 -1104 808 -1104 800 3 polygon
1 1.00 -1104 824 -1064 816 -1072 792 -1120 808 spline
1 1.00 -1352 752 -1408 760 -1376 792 -1344 776 spline
1 1.00 -1384 792 -1376 792 -1376 784 3 polygon
1 1.00 -1376 808 -1336 800 -1344 776 -1392 792 spline
1 1.00 -1448 752 -1504 760 -1472 792 -1440 776 spline
1 1.00 -1480 792 -1472 792 -1472 784 3 polygon
1 1.00 -1472 808 -1432 800 -1440 776 -1488 792 spline
1 1.00 -1528 752 -1584 760 -1552 792 -1520 776 spline
1 1.00 -1560 792 -1552 792 -1552 784 3 polygon
1 1.00 -1552 808 -1512 800 -1520 776 -1568 792 spline
1 1.00 -1624 768 -1680 776 -1648 808 -1616 792 spline
1 1.00 -1656 808 -1648 808 -1648 800 3 polygon
1 1.00 -1648 824 -1608 816 -1616 792 -1664 808 spline
1 1.00 -1240 752 -1296 760 -1264 792 -1232 776 spline
1 1.00 -1272 792 -1264 792 -1264 784 3 polygon
1 1.00 -1264 808 -1224 800 -1232 776 -1280 792 spline
1 1.00 -1288 800 -1344 808 -1312 840 -1280 824 spline
1 1.00 -1320 840 -1312 840 -1312 832 3 polygon
1 1.00 -1312 856 -1272 848 -1280 824 -1328 840 spline
0.800 0.800 0.800 scb
3 1.00 -1488 856 -1488 1032 2 polygon
0.000 0.000 1.000 scb
1 1.00 -1640 816 -1696 824 -1664 856 -1632 840 spline
1 1.00 -1672 856 -1664 856 -1664 848 3 polygon
1 1.00 -1664 872 -1624 864 -1632 840 -1680 856 spline
sce
(vena contracta) {/Helvetica-Oblique cf} 2 16 0 0.75 -1576 832 label
(\(point of maximum constriction\)) {/Helvetica cf} 2 16 0 0.50 -1608 808 label
(Flange taps) {/Helvetica-BoldOblique cf} 2 16 0 2.00 -1920 1472 label
0.400 0.400 0.400 scb
240 1.00 16 1392 16 1008 32 1008 32 1392 4 polygon
sce
0 1.00 16 1392 16 1008 32 1008 32 1392 4 polygon
0.604 0.604 0.604 scb
240 1.00 -688 720 -688 752 -80 752 -80 720 4 polygon
240 1.00 -80 624 -80 752 16 752 16 624 4 polygon
sce
1 1.00 -688 720 -80 720 -80 624 16 624 16 752 -688 752 6 polygon
0.604 0.604 0.604 scb
240 1.00 736 720 736 752 128 752 128 720 4 polygon
240 1.00 128 624 128 752 32 752 32 624 4 polygon
sce
1 1.00 736 720 128 720 128 624 32 624 32 752 736 752 6 polygon
0.400 0.400 0.400 scb
240 1.00 16 880 16 640 32 640 32 880 4 polygon
sce
0 1.00 16 880 16 640 32 640 32 880 4 polygon
(Orifice plate) {/Helvetica cf} 2 16 0 1.00 120 1336 label
1.00 225 272 1200 arrow
(Pipe ) {/Helvetica cf} 2 16 0 1.00 296 1272 label
(threads) {/Helvetica cf} 2 16 0 1.00 272 1240 label
(Flange) {/Helvetica cf} 2 16 0 0.50 -64 712 label
(Flange) {/Helvetica cf} 2 16 0 0.50 48 712 label
1.00 255 72 1336 arrow
0.400 0.400 0.400 scb
240 1.00 -144 688 -144 656 192 656 192 688 4 polygon
sce
0 1.00 -144 688 -144 656 192 656 192 688 4 polygon
1 1.00 184 688 192 656 2 polygon
1 1.00 176 688 184 656 2 polygon
1 1.00 168 688 176 656 2 polygon
1 1.00 160 688 168 656 2 polygon
1 1.00 152 688 160 656 2 polygon
1 1.00 144 688 152 656 2 polygon
1 1.00 136 688 144 656 2 polygon
1 1.00 128 688 136 656 2 polygon
1 1.00 120 688 128 656 2 polygon
1 1.00 112 688 120 656 2 polygon
1 1.00 104 688 112 656 2 polygon
1 1.00 96 688 104 656 2 polygon
1 1.00 88 688 96 656 2 polygon
1 1.00 80 688 88 656 2 polygon
1 1.00 72 688 80 656 2 polygon
1 1.00 64 688 72 656 2 polygon
1 1.00 56 688 64 656 2 polygon
1 1.00 48 688 56 656 2 polygon
1 1.00 40 688 48 656 2 polygon
1 1.00 32 688 40 656 2 polygon
1 1.00 24 688 32 656 2 polygon
1 1.00 16 688 24 656 2 polygon
1 1.00 8 688 16 656 2 polygon
1 1.00 0 688 8 656 2 polygon
1 1.00 -8 688 0 656 2 polygon
1 1.00 -16 688 -8 656 2 polygon
1 1.00 -24 688 -16 656 2 polygon
1 1.00 -32 688 -24 656 2 polygon
1 1.00 -40 688 -32 656 2 polygon
1 1.00 -48 688 -40 656 2 polygon
1 1.00 -56 688 -48 656 2 polygon
1 1.00 -64 688 -56 656 2 polygon
1 1.00 -72 688 -64 656 2 polygon
1 1.00 -80 688 -72 656 2 polygon
1 1.00 -88 688 -80 656 2 polygon
1 1.00 -96 688 -88 656 2 polygon
1 1.00 -104 688 -96 656 2 polygon
1 1.00 -112 688 -104 656 2 polygon
1 1.00 -120 688 -112 656 2 polygon
1 1.00 -128 688 -120 656 2 polygon
1 1.00 -136 688 -128 656 2 polygon
1 1.00 -144 688 -136 656 2 polygon
0.400 0.400 0.400 scb
240 1.00 128 704 128 640 152 640 152 704 4 polygon
sce
0 1.00 128 704 128 640 152 640 152 704 4 polygon
1 1.00 128 692 152 692 2 polygon
1 1.00 128 652 152 652 2 polygon
0.400 0.400 0.400 scb
240 1.00 -104 704 -104 640 -80 640 -80 704 4 polygon
sce
0 1.00 -104 704 -104 640 -80 640 -80 704 4 polygon
1 1.00 -104 652 -80 652 2 polygon
1 1.00 -104 692 -80 692 2 polygon
(Stud) {/Helvetica cf} 2 16 0 1.00 288 664 label
1.00 270 240 672 arrow
1.00 300 192 616 arrow
(Nut) {/Helvetica cf} 2 16 0 1.00 232 568 label
-1.00 60 -144 616 arrow
(Nut) {/Helvetica cf} 2 19 0 1.00 -184 568 label
(Pipe wall) {/Helvetica cf} 2 16 0 0.50 -452 732 label
0.000 0.000 1.000 scb
1 1.00 -656 1112 -160 1112 2 polygon
1 1.00 -168 1120 -160 1112 -168 1104 3 polygon
1 1.00 -656 1088 -160 1088 2 polygon
1 1.00 -168 1096 -160 1088 -168 1080 3 polygon
1 1.00 -656 1064 -160 1064 2 polygon
1 1.00 -168 1072 -160 1064 -168 1056 3 polygon
1 1.00 -656 1040 -160 1040 2 polygon
1 1.00 -168 1048 -160 1040 -168 1032 3 polygon
1 1.00 -656 1016 -160 1016 2 polygon
1 1.00 -168 1024 -160 1016 -168 1008 3 polygon
1 1.00 -656 992 -160 992 2 polygon
1 1.00 -168 1000 -160 992 -168 984 3 polygon
1 1.00 -656 968 -160 968 2 polygon
1 1.00 -168 976 -160 968 -168 960 3 polygon
1 1.00 -656 944 -160 944 2 polygon
1 1.00 -168 952 -160 944 -168 936 3 polygon
1 1.00 -656 920 -160 920 2 polygon
1 1.00 -168 928 -160 920 -168 912 3 polygon
1 1.00 -656 896 -160 896 2 polygon
1 1.00 -168 904 -160 896 -168 888 3 polygon
1 1.00 -656 872 -160 872 2 polygon
1 1.00 -168 880 -160 872 -168 864 3 polygon
1 1.00 -656 848 -160 848 2 polygon
1 1.00 -168 856 -160 848 -168 840 3 polygon
1 1.00 -656 824 -160 824 2 polygon
1 1.00 -168 832 -160 824 -168 816 3 polygon
1 1.00 -656 800 -160 800 2 polygon
1 1.00 -168 808 -160 800 -168 792 3 polygon
1 1.00 -656 776 -160 776 2 polygon
1 1.00 -168 784 -160 776 -168 768 3 polygon
1 1.00 -80 1104 -56 1016 32 1000 -144 1112 spline
1 1.00 -144 944 32 944 2 polygon
1 1.00 -96 1056 -56 1000 32 984 -144 1064 spline
1 1.00 -104 1040 -80 992 32 976 -144 1040 spline
1 1.00 -88 1080 -56 1008 32 992 -144 1088 spline
1 1.00 -88 1016 -80 976 32 968 -144 1016 spline
1 1.00 -80 992 -80 968 32 960 -144 992 spline
1 1.00 -40 952 -72 968 -144 968 32 952 spline
1 1.00 -80 784 -56 872 32 888 -144 776 spline
1 1.00 -96 832 -56 888 32 904 -144 824 spline
1 1.00 -104 848 -80 896 32 912 -144 848 spline
1 1.00 -88 808 -56 880 32 896 -144 800 spline
1 1.00 -88 872 -80 912 32 920 -144 872 spline
1 1.00 -80 896 -80 920 32 928 -144 896 spline
1 1.00 -40 936 -72 920 -144 920 32 936 spline
1 1.00 -64 1080 -32 1104 -48 1120 -88 1096 spline
1 1.00 -56 1136 -104 1128 -80 1104 -48 1120 spline
1 1.00 -88 1104 -80 1104 -80 1112 3 polygon
1 1.00 -56 752 -104 760 -80 784 -48 768 spline
1 1.00 -88 784 -80 784 -80 776 3 polygon
1 1.00 -64 808 -32 784 -48 768 -88 792 spline
1 1.00 -32 1048 8 1056 0 1080 -48 1064 spline
1 1.00 -8 1104 -64 1096 -32 1064 0 1080 spline
1 1.00 -40 1064 -32 1064 -32 1072 3 polygon
1 1.00 -32 840 8 832 0 808 -48 824 spline
1 1.00 -8 784 -64 792 -32 824 0 808 spline
1 1.00 -40 824 -32 824 -32 816 3 polygon
1 1.00 32 944 680 944 2 polygon
1 1.00 256 944 320 944 680 960 32 952 spline
1 1.00 224 952 288 944 680 976 32 960 spline
1 1.00 224 960 288 952 680 992 32 968 spline
1 1.00 224 968 288 960 680 1008 32 976 spline
1 1.00 272 976 288 976 680 1024 32 984 spline
1 1.00 224 992 288 968 680 1040 32 992 spline
1 1.00 224 1000 288 976 680 1056 32 1000 spline
1 1.00 672 1060 680 1056 672 1048 3 polygon
1 1.00 672 1044 680 1040 672 1032 3 polygon
1 1.00 672 1028 680 1024 672 1020 3 polygon
1 1.00 672 1012 680 1008 672 1004 3 polygon
1 1.00 672 996 680 992 672 984 3 polygon
1 1.00 672 980 680 976 672 972 3 polygon
1 1.00 672 964 680 960 672 956 3 polygon
1 1.00 672 948 680 944 672 940 3 polygon
1 1.00 256 944 320 944 680 928 32 936 spline
1 1.00 224 936 288 944 680 912 32 928 spline
1 1.00 224 928 288 936 680 896 32 920 spline
1 1.00 224 920 288 928 680 880 32 912 spline
1 1.00 272 912 288 912 680 864 32 904 spline
1 1.00 224 896 288 920 680 848 32 896 spline
1 1.00 224 888 288 912 680 832 32 888 spline
1 1.00 672 828 680 832 672 840 3 polygon
1 1.00 672 844 680 848 672 856 3 polygon
1 1.00 672 860 680 864 672 868 3 polygon
1 1.00 672 876 680 880 672 884 3 polygon
1 1.00 672 892 680 896 672 904 3 polygon
1 1.00 672 908 680 912 672 916 3 polygon
1 1.00 672 924 680 928 672 932 3 polygon
1 1.00 88 1072 32 1064 64 1032 96 1048 spline
1 1.00 56 1032 64 1032 64 1040 3 polygon
1 1.00 64 1016 104 1024 96 1048 48 1032 spline
1 1.00 168 1072 112 1064 144 1032 176 1048 spline
1 1.00 136 1032 144 1032 144 1040 3 polygon
1 1.00 144 1016 184 1024 176 1048 128 1032 spline
1 1.00 248 1072 192 1064 224 1032 256 1048 spline
1 1.00 216 1032 224 1032 224 1040 3 polygon
1 1.00 224 1016 264 1024 256 1048 208 1032 spline
1 1.00 328 1072 272 1064 304 1032 336 1048 spline
1 1.00 296 1032 304 1032 304 1040 3 polygon
1 1.00 304 1016 344 1024 336 1048 288 1032 spline
1 1.00 440 1088 384 1080 416 1048 448 1064 spline
1 1.00 408 1048 416 1048 416 1056 3 polygon
1 1.00 416 1032 456 1040 448 1064 400 1048 spline
1 1.00 552 1104 496 1096 528 1064 560 1080 spline
1 1.00 520 1064 528 1064 528 1072 3 polygon
1 1.00 528 1048 568 1056 560 1080 512 1064 spline
1 1.00 648 1120 592 1112 624 1080 656 1096 spline
1 1.00 616 1080 624 1080 624 1088 3 polygon
1 1.00 624 1064 664 1072 656 1096 608 1080 spline
1 1.00 376 1136 320 1128 352 1096 384 1112 spline
1 1.00 344 1096 352 1096 352 1104 3 polygon
1 1.00 352 1080 392 1088 384 1112 336 1096 spline
1 1.00 280 1136 224 1128 256 1096 288 1112 spline
1 1.00 248 1096 256 1096 256 1104 3 polygon
1 1.00 256 1080 296 1088 288 1112 240 1096 spline
1 1.00 200 1136 144 1128 176 1096 208 1112 spline
1 1.00 168 1096 176 1096 176 1104 3 polygon
1 1.00 176 1080 216 1088 208 1112 160 1096 spline
1 1.00 120 1120 64 1112 96 1080 128 1096 spline
1 1.00 88 1080 96 1080 96 1088 3 polygon
1 1.00 96 1064 136 1072 128 1096 80 1080 spline
1 1.00 488 1136 432 1128 464 1096 496 1112 spline
1 1.00 456 1096 464 1096 464 1104 3 polygon
1 1.00 464 1080 504 1088 496 1112 448 1096 spline
1 1.00 552 784 496 792 528 824 560 808 spline
1 1.00 520 824 528 824 528 816 3 polygon
1 1.00 528 840 568 832 560 808 512 824 spline
1 1.00 648 768 592 776 624 808 656 792 spline
1 1.00 616 808 624 808 624 800 3 polygon
1 1.00 624 824 664 816 656 792 608 808 spline
1 1.00 376 752 320 760 352 792 384 776 spline
1 1.00 344 792 352 792 352 784 3 polygon
1 1.00 352 808 392 800 384 776 336 792 spline
1 1.00 280 752 224 760 256 792 288 776 spline
1 1.00 248 792 256 792 256 784 3 polygon
1 1.00 256 808 296 800 288 776 240 792 spline
1 1.00 200 752 144 760 176 792 208 776 spline
1 1.00 168 792 176 792 176 784 3 polygon
1 1.00 176 808 216 800 208 776 160 792 spline
1 1.00 104 768 48 776 80 808 112 792 spline
1 1.00 72 808 80 808 80 800 3 polygon
1 1.00 80 824 120 816 112 792 64 808 spline
1 1.00 488 752 432 760 464 792 496 776 spline
1 1.00 456 792 464 792 464 784 3 polygon
1 1.00 464 808 504 800 496 776 448 792 spline
1 1.00 440 800 384 808 416 840 448 824 spline
1 1.00 408 840 416 840 416 832 3 polygon
1 1.00 416 856 456 848 448 824 400 840 spline
0.800 0.800 0.800 scb
3 1.00 240 856 240 1032 2 polygon
0.000 0.000 1.000 scb
1 1.00 88 816 32 824 64 856 96 840 spline
1 1.00 56 856 64 856 64 848 3 polygon
1 1.00 64 872 104 864 96 840 48 856 spline
sce
(vena contracta) {/Helvetica-Oblique cf} 2 16 0 0.75 152 832 label
(\(point of maximum constriction\)) {/Helvetica cf} 2 16 0 0.50 120 808 label
0.604 0.604 0.604 scb
240 1.00 -80 1264 -80 1136 16 1136 16 1264 4 polygon
240 1.00 128 1264 128 1136 32 1136 32 1264 4 polygon
sce
(Flange) {/Helvetica cf} 2 28 0 0.50 48 1176 label
0.604 0.604 0.604 scb
240 1.00 128 1168 128 1136 224 1136 224 1168 4 polygon
240 1.00 256 1168 256 1136 736 1136 736 1168 4 polygon
sce
1 1.00 224 1168 128 1168 128 1264 32 1264 32 1136 224 1136 6 polygon
0.604 0.604 0.604 scb
241 1.00 224 1168 232 1160 224 1152 232 1144 224 1136 224 1168 6 polygon
sce
1 1.00 224 1136 232 1144 224 1152 232 1160 224 1168 5 polygon
0.604 0.604 0.604 scb
241 1.00 256 1168 248 1160 256 1152 248 1144 256 1136 256 1168 6 polygon
sce
1 1.00 256 1136 248 1144 256 1152 248 1160 256 1168 5 polygon
0.604 0.604 0.604 scb
240 1.00 -80 1168 -80 1136 -352 1136 -352 1168 4 polygon
240 1.00 -384 1168 -384 1136 -688 1136 -688 1168 4 polygon
sce
1 1.00 -688 1168 -384 1168 2 polygon
1 1.00 -688 1136 -384 1136 2 polygon
1 1.00 -352 1168 -80 1168 -80 1264 16 1264 16 1136 -352 1136 6 polygon
0.604 0.604 0.604 scb
241 1.00 -384 1168 -376 1160 -384 1152 -376 1144 -384 1136 -384 1168 6 polygon
sce
1 1.00 -384 1136 -376 1144 -384 1152 -376 1160 -384 1168 5 polygon
0.604 0.604 0.604 scb
241 1.00 -352 1168 -360 1160 -352 1152 -360 1144 -352 1136 -352 1168 6 polygon
sce
1 1.00 -352 1136 -360 1144 -352 1152 -360 1160 -352 1168 5 polygon
(Pipe ) {/Helvetica cf} 2 16 0 1.00 -312 1272 label
(threads) {/Helvetica cf} 2 16 0 1.00 -336 1240 label
1.00 225 -336 1200 arrow
1 1.00 256 1168 736 1168 2 polygon
1 1.00 256 1136 736 1136 2 polygon
1 1.00 -368 1344 -368 1408 2 polygon
1.00 0 -352 1376 arrowhead90
-1.00 0 0 1376 arrowhead90
(1D) {/Times-Roman cf} 2 16 0 1.00 -208 1360 label
1 1.00 -352 1376 -224 1376 2 polygon
1 1.00 -144 1376 0 1376 2 polygon
1 1.00 8 1200 16 1232 2 polygon
0.400 0.400 0.400 scb
240 1.00 -144 1200 -144 1232 192 1232 192 1200 4 polygon
sce
0 1.00 -144 1200 -144 1232 192 1232 192 1200 4 polygon
1 1.00 -144 1232 -136 1200 2 polygon
1 1.00 -136 1232 -128 1200 2 polygon
1 1.00 -128 1232 -120 1200 2 polygon
1 1.00 -120 1232 -112 1200 2 polygon
1 1.00 -112 1232 -104 1200 2 polygon
1 1.00 -104 1232 -96 1200 2 polygon
1 1.00 -96 1232 -88 1200 2 polygon
1 1.00 -88 1232 -80 1200 2 polygon
1 1.00 -80 1232 -72 1200 2 polygon
1 1.00 -72 1232 -64 1200 2 polygon
1 1.00 -64 1232 -56 1200 2 polygon
1 1.00 -56 1232 -48 1200 2 polygon
1 1.00 -48 1232 -40 1200 2 polygon
1 1.00 -40 1232 -32 1200 2 polygon
1 1.00 -32 1232 -24 1200 2 polygon
1 1.00 -24 1232 -16 1200 2 polygon
1 1.00 -16 1232 -8 1200 2 polygon
1 1.00 -8 1232 0 1200 2 polygon
1 1.00 0 1232 8 1200 2 polygon
1 1.00 8 1232 16 1200 2 polygon
1 1.00 16 1232 24 1200 2 polygon
1 1.00 24 1232 32 1200 2 polygon
1 1.00 32 1232 40 1200 2 polygon
1 1.00 40 1232 48 1200 2 polygon
1 1.00 48 1232 56 1200 2 polygon
1 1.00 56 1232 64 1200 2 polygon
1 1.00 64 1232 72 1200 2 polygon
1 1.00 72 1232 80 1200 2 polygon
1 1.00 80 1232 88 1200 2 polygon
1 1.00 88 1232 96 1200 2 polygon
1 1.00 96 1232 104 1200 2 polygon
1 1.00 104 1232 112 1200 2 polygon
1 1.00 112 1232 120 1200 2 polygon
1 1.00 120 1232 128 1200 2 polygon
1 1.00 128 1232 136 1200 2 polygon
1 1.00 136 1232 144 1200 2 polygon
1 1.00 144 1232 152 1200 2 polygon
1 1.00 152 1232 160 1200 2 polygon
1 1.00 160 1232 168 1200 2 polygon
1 1.00 168 1232 176 1200 2 polygon
1 1.00 176 1232 184 1200 2 polygon
1 1.00 184 1232 192 1200 2 polygon
0.400 0.400 0.400 scb
240 1.00 128 1248 128 1184 152 1184 152 1248 4 polygon
sce
0 1.00 128 1248 128 1184 152 1184 152 1248 4 polygon
1 1.00 128 1236 152 1236 2 polygon
1 1.00 128 1196 152 1196 2 polygon
0.400 0.400 0.400 scb
240 1.00 -104 1248 -104 1184 -80 1184 -80 1248 4 polygon
sce
0 1.00 -104 1248 -104 1184 -80 1184 -80 1248 4 polygon
1 1.00 -104 1236 -80 1236 2 polygon
1 1.00 -104 1196 -80 1196 2 polygon
(Vena contracta taps) {/Helvetica-BoldOblique cf} 2 16 0 2.00 -320 1456 label
0.400 0.400 0.400 scb
240 1.00 -1712 208 -1712 -176 -1696 -176 -1696 208 4 polygon
sce
0 1.00 -1712 208 -1712 -176 -1696 -176 -1696 208 4 polygon
0.604 0.604 0.604 scb
240 1.00 -2416 -464 -2416 -432 -1808 -432 -1808 -464 4 polygon
240 1.00 -1808 -560 -1808 -432 -1712 -432 -1712 -560 4 polygon
sce
1 1.00 -2416 -464 -1808 -464 -1808 -560 -1712 -560 -1712 -432 -2416 -432
6 polygon
0.604 0.604 0.604 scb
240 1.00 -992 -464 -992 -432 -1600 -432 -1600 -464 4 polygon
240 1.00 -1600 -560 -1600 -432 -1696 -432 -1696 -560 4 polygon
sce
1 1.00 -992 -464 -1600 -464 -1600 -560 -1696 -560 -1696 -432 -992 -432
6 polygon
0.400 0.400 0.400 scb
240 1.00 -1712 -304 -1712 -544 -1696 -544 -1696 -304 4 polygon
sce
0 1.00 -1712 -304 -1712 -544 -1696 -544 -1696 -304 4 polygon
(Flange) {/Helvetica cf} 2 16 0 0.50 -1792 -472 label
(Flange) {/Helvetica cf} 2 16 0 0.50 -1680 -472 label
0.400 0.400 0.400 scb
240 1.00 -1872 -496 -1872 -528 -1536 -528 -1536 -496 4 polygon
sce
0 1.00 -1872 -496 -1872 -528 -1536 -528 -1536 -496 4 polygon
1 1.00 -1544 -496 -1536 -528 2 polygon
1 1.00 -1552 -496 -1544 -528 2 polygon
1 1.00 -1560 -496 -1552 -528 2 polygon
1 1.00 -1568 -496 -1560 -528 2 polygon
1 1.00 -1576 -496 -1568 -528 2 polygon
1 1.00 -1584 -496 -1576 -528 2 polygon
1 1.00 -1592 -496 -1584 -528 2 polygon
1 1.00 -1600 -496 -1592 -528 2 polygon
1 1.00 -1608 -496 -1600 -528 2 polygon
1 1.00 -1616 -496 -1608 -528 2 polygon
1 1.00 -1624 -496 -1616 -528 2 polygon
1 1.00 -1632 -496 -1624 -528 2 polygon
1 1.00 -1640 -496 -1632 -528 2 polygon
1 1.00 -1648 -496 -1640 -528 2 polygon
1 1.00 -1656 -496 -1648 -528 2 polygon
1 1.00 -1664 -496 -1656 -528 2 polygon
1 1.00 -1672 -496 -1664 -528 2 polygon
1 1.00 -1680 -496 -1672 -528 2 polygon
1 1.00 -1688 -496 -1680 -528 2 polygon
1 1.00 -1696 -496 -1688 -528 2 polygon
1 1.00 -1704 -496 -1696 -528 2 polygon
1 1.00 -1712 -496 -1704 -528 2 polygon
1 1.00 -1720 -496 -1712 -528 2 polygon
1 1.00 -1728 -496 -1720 -528 2 polygon
1 1.00 -1736 -496 -1728 -528 2 polygon
1 1.00 -1744 -496 -1736 -528 2 polygon
1 1.00 -1752 -496 -1744 -528 2 polygon
1 1.00 -1760 -496 -1752 -528 2 polygon
1 1.00 -1768 -496 -1760 -528 2 polygon
1 1.00 -1776 -496 -1768 -528 2 polygon
1 1.00 -1784 -496 -1776 -528 2 polygon
1 1.00 -1792 -496 -1784 -528 2 polygon
1 1.00 -1800 -496 -1792 -528 2 polygon
1 1.00 -1808 -496 -1800 -528 2 polygon
1 1.00 -1816 -496 -1808 -528 2 polygon
1 1.00 -1824 -496 -1816 -528 2 polygon
1 1.00 -1832 -496 -1824 -528 2 polygon
1 1.00 -1840 -496 -1832 -528 2 polygon
1 1.00 -1848 -496 -1840 -528 2 polygon
1 1.00 -1856 -496 -1848 -528 2 polygon
1 1.00 -1864 -496 -1856 -528 2 polygon
1 1.00 -1872 -496 -1864 -528 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1600 -480 -1600 -544 -1576 -544 -1576 -480 4 polygon
sce
0 1.00 -1600 -480 -1600 -544 -1576 -544 -1576 -480 4 polygon
1 1.00 -1600 -492 -1576 -492 2 polygon
1 1.00 -1600 -532 -1576 -532 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1832 -480 -1832 -544 -1808 -544 -1808 -480 4 polygon
sce
0 1.00 -1832 -480 -1832 -544 -1808 -544 -1808 -480 4 polygon
1 1.00 -1832 -532 -1808 -532 2 polygon
1 1.00 -1832 -492 -1808 -492 2 polygon
(Stud) {/Helvetica cf} 2 16 0 1.00 -1440 -520 label
1.00 270 -1488 -512 arrow
1.00 300 -1536 -568 arrow
(Nut) {/Helvetica cf} 2 16 0 1.00 -1496 -616 label
-1.00 60 -1872 -568 arrow
(Nut) {/Helvetica cf} 2 19 0 1.00 -1912 -616 label
(Pipe wall) {/Helvetica cf} 2 16 0 0.50 -2180 -452 label
0.000 0.000 1.000 scb
1 1.00 -2384 -72 -1888 -72 2 polygon
1 1.00 -1896 -64 -1888 -72 -1896 -80 3 polygon
1 1.00 -2384 -96 -1888 -96 2 polygon
1 1.00 -1896 -88 -1888 -96 -1896 -104 3 polygon
1 1.00 -2384 -120 -1888 -120 2 polygon
1 1.00 -1896 -112 -1888 -120 -1896 -128 3 polygon
1 1.00 -2384 -144 -1888 -144 2 polygon
1 1.00 -1896 -136 -1888 -144 -1896 -152 3 polygon
1 1.00 -2384 -168 -1888 -168 2 polygon
1 1.00 -1896 -160 -1888 -168 -1896 -176 3 polygon
1 1.00 -2384 -192 -1888 -192 2 polygon
1 1.00 -1896 -184 -1888 -192 -1896 -200 3 polygon
1 1.00 -2384 -216 -1888 -216 2 polygon
1 1.00 -1896 -208 -1888 -216 -1896 -224 3 polygon
1 1.00 -2384 -240 -1888 -240 2 polygon
1 1.00 -1896 -232 -1888 -240 -1896 -248 3 polygon
1 1.00 -2384 -264 -1888 -264 2 polygon
1 1.00 -1896 -256 -1888 -264 -1896 -272 3 polygon
1 1.00 -2384 -288 -1888 -288 2 polygon
1 1.00 -1896 -280 -1888 -288 -1896 -296 3 polygon
1 1.00 -2384 -312 -1888 -312 2 polygon
1 1.00 -1896 -304 -1888 -312 -1896 -320 3 polygon
1 1.00 -2384 -336 -1888 -336 2 polygon
1 1.00 -1896 -328 -1888 -336 -1896 -344 3 polygon
1 1.00 -2384 -360 -1888 -360 2 polygon
1 1.00 -1896 -352 -1888 -360 -1896 -368 3 polygon
1 1.00 -2384 -384 -1888 -384 2 polygon
1 1.00 -1896 -376 -1888 -384 -1896 -392 3 polygon
1 1.00 -2384 -408 -1888 -408 2 polygon
1 1.00 -1896 -400 -1888 -408 -1896 -416 3 polygon
1 1.00 -1808 -80 -1784 -168 -1696 -184 -1872 -72 spline
1 1.00 -1872 -240 -1696 -240 2 polygon
1 1.00 -1824 -128 -1784 -184 -1696 -200 -1872 -120 spline
1 1.00 -1832 -144 -1808 -192 -1696 -208 -1872 -144 spline
1 1.00 -1816 -104 -1784 -176 -1696 -192 -1872 -96 spline
1 1.00 -1816 -168 -1808 -208 -1696 -216 -1872 -168 spline
1 1.00 -1808 -192 -1808 -216 -1696 -224 -1872 -192 spline
1 1.00 -1768 -232 -1800 -216 -1872 -216 -1696 -232 spline
1 1.00 -1808 -400 -1784 -312 -1696 -296 -1872 -408 spline
1 1.00 -1824 -352 -1784 -296 -1696 -280 -1872 -360 spline
1 1.00 -1832 -336 -1808 -288 -1696 -272 -1872 -336 spline
1 1.00 -1816 -376 -1784 -304 -1696 -288 -1872 -384 spline
1 1.00 -1816 -312 -1808 -272 -1696 -264 -1872 -312 spline
1 1.00 -1808 -288 -1808 -264 -1696 -256 -1872 -288 spline
1 1.00 -1768 -248 -1800 -264 -1872 -264 -1696 -248 spline
1 1.00 -1792 -104 -1760 -80 -1776 -64 -1816 -88 spline
1 1.00 -1784 -48 -1832 -56 -1808 -80 -1776 -64 spline
1 1.00 -1816 -80 -1808 -80 -1808 -72 3 polygon
1 1.00 -1784 -432 -1832 -424 -1808 -400 -1776 -416 spline
1 1.00 -1816 -400 -1808 -400 -1808 -408 3 polygon
1 1.00 -1792 -376 -1760 -400 -1776 -416 -1816 -392 spline
1 1.00 -1760 -136 -1720 -128 -1728 -104 -1776 -120 spline
1 1.00 -1736 -80 -1792 -88 -1760 -120 -1728 -104 spline
1 1.00 -1768 -120 -1760 -120 -1760 -112 3 polygon
1 1.00 -1760 -344 -1720 -352 -1728 -376 -1776 -360 spline
1 1.00 -1736 -400 -1792 -392 -1760 -360 -1728 -376 spline
1 1.00 -1768 -360 -1760 -360 -1760 -368 3 polygon
1 1.00 -1696 -240 -1048 -240 2 polygon
1 1.00 -1472 -240 -1408 -240 -1048 -224 -1696 -232 spline
1 1.00 -1504 -232 -1440 -240 -1048 -208 -1696 -224 spline
1 1.00 -1504 -224 -1440 -232 -1048 -192 -1696 -216 spline
1 1.00 -1504 -216 -1440 -224 -1048 -176 -1696 -208 spline
1 1.00 -1456 -208 -1440 -208 -1048 -160 -1696 -200 spline
1 1.00 -1504 -192 -1440 -216 -1048 -144 -1696 -192 spline
1 1.00 -1504 -184 -1440 -208 -1048 -128 -1696 -184 spline
1 1.00 -1056 -124 -1048 -128 -1056 -136 3 polygon
1 1.00 -1056 -140 -1048 -144 -1056 -152 3 polygon
1 1.00 -1056 -156 -1048 -160 -1056 -164 3 polygon
1 1.00 -1056 -172 -1048 -176 -1056 -180 3 polygon
1 1.00 -1056 -188 -1048 -192 -1056 -200 3 polygon
1 1.00 -1056 -204 -1048 -208 -1056 -212 3 polygon
1 1.00 -1056 -220 -1048 -224 -1056 -228 3 polygon
1 1.00 -1056 -236 -1048 -240 -1056 -244 3 polygon
1 1.00 -1472 -240 -1408 -240 -1048 -256 -1696 -248 spline
1 1.00 -1504 -248 -1440 -240 -1048 -272 -1696 -256 spline
1 1.00 -1504 -256 -1440 -248 -1048 -288 -1696 -264 spline
1 1.00 -1504 -264 -1440 -256 -1048 -304 -1696 -272 spline
1 1.00 -1456 -272 -1440 -272 -1048 -320 -1696 -280 spline
1 1.00 -1504 -288 -1440 -264 -1048 -336 -1696 -288 spline
1 1.00 -1504 -296 -1440 -272 -1048 -352 -1696 -296 spline
1 1.00 -1056 -356 -1048 -352 -1056 -344 3 polygon
1 1.00 -1056 -340 -1048 -336 -1056 -328 3 polygon
1 1.00 -1056 -324 -1048 -320 -1056 -316 3 polygon
1 1.00 -1056 -308 -1048 -304 -1056 -300 3 polygon
1 1.00 -1056 -292 -1048 -288 -1056 -280 3 polygon
1 1.00 -1056 -276 -1048 -272 -1056 -268 3 polygon
1 1.00 -1056 -260 -1048 -256 -1056 -252 3 polygon
1 1.00 -1640 -112 -1696 -120 -1664 -152 -1632 -136 spline
1 1.00 -1672 -152 -1664 -152 -1664 -144 3 polygon
1 1.00 -1664 -168 -1624 -160 -1632 -136 -1680 -152 spline
1 1.00 -1560 -112 -1616 -120 -1584 -152 -1552 -136 spline
1 1.00 -1592 -152 -1584 -152 -1584 -144 3 polygon
1 1.00 -1584 -168 -1544 -160 -1552 -136 -1600 -152 spline
1 1.00 -1480 -112 -1536 -120 -1504 -152 -1472 -136 spline
1 1.00 -1512 -152 -1504 -152 -1504 -144 3 polygon
1 1.00 -1504 -168 -1464 -160 -1472 -136 -1520 -152 spline
1 1.00 -1400 -112 -1456 -120 -1424 -152 -1392 -136 spline
1 1.00 -1432 -152 -1424 -152 -1424 -144 3 polygon
1 1.00 -1424 -168 -1384 -160 -1392 -136 -1440 -152 spline
1 1.00 -1288 -96 -1344 -104 -1312 -136 -1280 -120 spline
1 1.00 -1320 -136 -1312 -136 -1312 -128 3 polygon
1 1.00 -1312 -152 -1272 -144 -1280 -120 -1328 -136 spline
1 1.00 -1176 -80 -1232 -88 -1200 -120 -1168 -104 spline
1 1.00 -1208 -120 -1200 -120 -1200 -112 3 polygon
1 1.00 -1200 -136 -1160 -128 -1168 -104 -1216 -120 spline
1 1.00 -1080 -64 -1136 -72 -1104 -104 -1072 -88 spline
1 1.00 -1112 -104 -1104 -104 -1104 -96 3 polygon
1 1.00 -1104 -120 -1064 -112 -1072 -88 -1120 -104 spline
1 1.00 -1352 -48 -1408 -56 -1376 -88 -1344 -72 spline
1 1.00 -1384 -88 -1376 -88 -1376 -80 3 polygon
1 1.00 -1376 -104 -1336 -96 -1344 -72 -1392 -88 spline
1 1.00 -1448 -48 -1504 -56 -1472 -88 -1440 -72 spline
1 1.00 -1480 -88 -1472 -88 -1472 -80 3 polygon
1 1.00 -1472 -104 -1432 -96 -1440 -72 -1488 -88 spline
1 1.00 -1528 -48 -1584 -56 -1552 -88 -1520 -72 spline
1 1.00 -1560 -88 -1552 -88 -1552 -80 3 polygon
1 1.00 -1552 -104 -1512 -96 -1520 -72 -1568 -88 spline
1 1.00 -1608 -64 -1664 -72 -1632 -104 -1600 -88 spline
1 1.00 -1640 -104 -1632 -104 -1632 -96 3 polygon
1 1.00 -1632 -120 -1592 -112 -1600 -88 -1648 -104 spline
1 1.00 -1240 -48 -1296 -56 -1264 -88 -1232 -72 spline
1 1.00 -1272 -88 -1264 -88 -1264 -80 3 polygon
1 1.00 -1264 -104 -1224 -96 -1232 -72 -1280 -88 spline
1 1.00 -1176 -400 -1232 -392 -1200 -360 -1168 -376 spline
1 1.00 -1208 -360 -1200 -360 -1200 -368 3 polygon
1 1.00 -1200 -344 -1160 -352 -1168 -376 -1216 -360 spline
1 1.00 -1080 -416 -1136 -408 -1104 -376 -1072 -392 spline
1 1.00 -1112 -376 -1104 -376 -1104 -384 3 polygon
1 1.00 -1104 -360 -1064 -368 -1072 -392 -1120 -376 spline
1 1.00 -1352 -432 -1408 -424 -1376 -392 -1344 -408 spline
1 1.00 -1384 -392 -1376 -392 -1376 -400 3 polygon
1 1.00 -1376 -376 -1336 -384 -1344 -408 -1392 -392 spline
1 1.00 -1448 -432 -1504 -424 -1472 -392 -1440 -408 spline
1 1.00 -1480 -392 -1472 -392 -1472 -400 3 polygon
1 1.00 -1472 -376 -1432 -384 -1440 -408 -1488 -392 spline
1 1.00 -1528 -432 -1584 -424 -1552 -392 -1520 -408 spline
1 1.00 -1560 -392 -1552 -392 -1552 -400 3 polygon
1 1.00 -1552 -376 -1512 -384 -1520 -408 -1568 -392 spline
1 1.00 -1624 -416 -1680 -408 -1648 -376 -1616 -392 spline
1 1.00 -1656 -376 -1648 -376 -1648 -384 3 polygon
1 1.00 -1648 -360 -1608 -368 -1616 -392 -1664 -376 spline
1 1.00 -1240 -432 -1296 -424 -1264 -392 -1232 -408 spline
1 1.00 -1272 -392 -1264 -392 -1264 -400 3 polygon
1 1.00 -1264 -376 -1224 -384 -1232 -408 -1280 -392 spline
1 1.00 -1288 -384 -1344 -376 -1312 -344 -1280 -360 spline
1 1.00 -1320 -344 -1312 -344 -1312 -352 3 polygon
1 1.00 -1312 -328 -1272 -336 -1280 -360 -1328 -344 spline
0.800 0.800 0.800 scb
3 1.00 -1488 -328 -1488 -152 2 polygon
0.000 0.000 1.000 scb
1 1.00 -1640 -368 -1696 -360 -1664 -328 -1632 -344 spline
1 1.00 -1672 -328 -1664 -328 -1664 -336 3 polygon
1 1.00 -1664 -312 -1624 -320 -1632 -344 -1680 -328 spline
sce
(vena contracta) {/Helvetica-Oblique cf} 2 16 0 0.75 -1576 -352 label
(\(point of maximum constriction\)) {/Helvetica cf} 2 16 0 0.50 -1608 -376
label
0.604 0.604 0.604 scb
240 1.00 -1808 80 -1808 -48 -1712 -48 -1712 80 4 polygon
240 1.00 -1600 80 -1600 -48 -1696 -48 -1696 80 4 polygon
sce
(Flange) {/Helvetica cf} 2 28 0 0.50 -1680 -8 label
1 1.00 -1832 48 -1824 16 2 polygon
1 1.00 -1824 48 -1816 16 2 polygon
1 1.00 -1816 48 -1808 16 2 polygon
1 1.00 -1600 48 -1592 16 2 polygon
1 1.00 -1592 48 -1584 16 2 polygon
1 1.00 -1584 48 -1576 16 2 polygon
0.604 0.604 0.604 scb
240 1.00 -1808 -16 -1808 -48 -2080 -48 -2080 -16 4 polygon
240 1.00 -2112 -16 -2112 -48 -2416 -48 -2416 -16 4 polygon
sce
1 1.00 -2416 -16 -2112 -16 2 polygon
1 1.00 -2416 -48 -2112 -48 2 polygon
1 1.00 -2080 -16 -1808 -16 -1808 80 -1712 80 -1712 -48 -2080 -48 6 polygon
0.604 0.604 0.604 scb
241 1.00 -2112 -16 -2104 -24 -2112 -32 -2104 -40 -2112 -48 -2112 -16 6 polygon
sce
1 1.00 -2112 -48 -2104 -40 -2112 -32 -2104 -24 -2112 -16 5 polygon
0.604 0.604 0.604 scb
241 1.00 -2080 -16 -2088 -24 -2080 -32 -2088 -40 -2080 -48 -2080 -16 6 polygon
sce
1 1.00 -2080 -48 -2088 -40 -2080 -32 -2088 -24 -2080 -16 5 polygon
(Pipe ) {/Helvetica cf} 2 16 0 1.00 -2040 88 label
(threads) {/Helvetica cf} 2 16 0 1.00 -2064 56 label
1.00 225 -2064 16 arrow
1 1.00 -2096 160 -2096 224 2 polygon
1.00 0 -2080 192 arrowhead90
-1.00 0 -1728 192 arrowhead90
(1D) {/Times-Roman cf} 2 16 0 1.00 -1936 176 label
1 1.00 -2080 192 -1952 192 2 polygon
1 1.00 -1872 192 -1728 192 2 polygon
0.604 0.604 0.604 scb
240 1.00 -1440 -16 -1440 -48 -992 -48 -992 -16 4 polygon
240 1.00 -1600 -16 -1600 -48 -1472 -48 -1472 -16 4 polygon
sce
1 1.00 -1472 -16 -1600 -16 -1600 80 -1696 80 -1696 -48 -1472 -48 6 polygon
1.00 225 -1424 16 arrow
(Pipe ) {/Helvetica cf} 2 16 0 1.00 -1400 88 label
(threads) {/Helvetica cf} 2 16 0 1.00 -1424 56 label
0.604 0.604 0.604 scb
241 1.00 -1472 -16 -1464 -24 -1472 -32 -1464 -40 -1472 -48 -1472 -16 6 polygon
sce
1 1.00 -1472 -48 -1464 -40 -1472 -32 -1464 -24 -1472 -16 5 polygon
0.604 0.604 0.604 scb
241 1.00 -1440 -16 -1448 -24 -1440 -32 -1448 -40 -1440 -48 -1440 -16 6 polygon
sce
1 1.00 -1440 -48 -1448 -40 -1440 -32 -1448 -24 -1440 -16 5 polygon
1 1.00 -1440 -16 -992 -16 2 polygon
1 1.00 -1440 -48 -992 -48 2 polygon
1 1.00 -1456 160 -1456 224 2 polygon
-1.00 0 -1472 192 arrowhead90
1.00 0 -1680 192 arrowhead90
(D) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Times-Roman cf} 9 16 0 1.00 -1600 176
label
1 1.00 -1680 192 -1616 192 2 polygon
1 1.00 -1520 192 -1472 192 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1872 16 -1872 48 -1536 48 -1536 16 4 polygon
sce
0 1.00 -1872 16 -1872 48 -1536 48 -1536 16 4 polygon
1 1.00 -1872 48 -1864 16 2 polygon
1 1.00 -1864 48 -1856 16 2 polygon
1 1.00 -1856 48 -1848 16 2 polygon
1 1.00 -1848 48 -1840 16 2 polygon
1 1.00 -1840 48 -1832 16 2 polygon
1 1.00 -1808 48 -1800 16 2 polygon
1 1.00 -1800 48 -1792 16 2 polygon
1 1.00 -1792 48 -1784 16 2 polygon
1 1.00 -1784 48 -1776 16 2 polygon
1 1.00 -1776 48 -1768 16 2 polygon
1 1.00 -1768 48 -1760 16 2 polygon
1 1.00 -1760 48 -1752 16 2 polygon
1 1.00 -1752 48 -1744 16 2 polygon
1 1.00 -1744 48 -1736 16 2 polygon
1 1.00 -1736 48 -1728 16 2 polygon
1 1.00 -1728 48 -1720 16 2 polygon
1 1.00 -1720 48 -1712 16 2 polygon
1 1.00 -1712 48 -1704 16 2 polygon
1 1.00 -1704 48 -1696 16 2 polygon
1 1.00 -1696 48 -1688 16 2 polygon
1 1.00 -1688 48 -1680 16 2 polygon
1 1.00 -1680 48 -1672 16 2 polygon
1 1.00 -1672 48 -1664 16 2 polygon
1 1.00 -1664 48 -1656 16 2 polygon
1 1.00 -1656 48 -1648 16 2 polygon
1 1.00 -1648 48 -1640 16 2 polygon
1 1.00 -1640 48 -1632 16 2 polygon
1 1.00 -1632 48 -1624 16 2 polygon
1 1.00 -1624 48 -1616 16 2 polygon
1 1.00 -1616 48 -1608 16 2 polygon
1 1.00 -1608 48 -1600 16 2 polygon
1 1.00 -1576 48 -1568 16 2 polygon
1 1.00 -1568 48 -1560 16 2 polygon
1 1.00 -1560 48 -1552 16 2 polygon
1 1.00 -1552 48 -1544 16 2 polygon
1 1.00 -1544 48 -1536 16 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1600 64 -1600 0 -1576 0 -1576 64 4 polygon
sce
0 1.00 -1600 64 -1600 0 -1576 0 -1576 64 4 polygon
1 1.00 -1600 52 -1576 52 2 polygon
1 1.00 -1600 12 -1576 12 2 polygon
0.400 0.400 0.400 scb
240 1.00 -1832 64 -1832 0 -1808 0 -1808 64 4 polygon
sce
0 1.00 -1832 64 -1832 0 -1808 0 -1808 64 4 polygon
1 1.00 -1832 52 -1808 52 2 polygon
1 1.00 -1832 12 -1808 12 2 polygon
(Radius taps) {/Helvetica-BoldOblique cf} 2 16 0 2.00 -1920 272 label
1.00 0 -2320 -1040 arrowhead90
1 1.00 -2296 -1040 -2320 -1040 2 polygon
(2.5D) {/Times-Roman cf} 2 16 0 1.00 -2008 -1048 label
(8D) {/Times-Roman cf} 2 16 0 1.00 -520 -1048 label
(Pipe taps) {/Helvetica-BoldOblique cf} 2 16 0 2.00 -1232 -928 label
0.400 0.400 0.400 scb
240 1.00 16 176 16 -208 32 -208 32 176 4 polygon
sce
0 1.00 16 176 16 -208 32 -208 32 176 4 polygon
0.400 0.400 0.400 scb
240 1.00 16 -336 16 -576 32 -576 32 -336 4 polygon
sce
0 1.00 16 -336 16 -576 32 -576 32 -336 4 polygon
0.604 0.604 0.604 scb
240 1.00 -80 48 -80 -80 -48 -80 -48 48 4 polygon
240 1.00 -16 48 -16 -80 16 -80 16 48 4 polygon
241 1.00 -48 48 -40 40 -48 32 -40 24 -48 16 -40 8 -48 0 -40 -8 -48 -16 -48 48
10 polygon
241 1.00 -16 48 -24 40 -16 32 -24 24 -16 16 -24 8 -16 0 -24 -8 -16 -16 -16 48
10 polygon
sce
1 1.00 -16 -80 -16 -16 -24 -8 -16 0 -24 8 -16 16 -24 24 -16 32 -24 40 -16 48 16
48 16 -80 -16 -80 13 polygon
0.604 0.604 0.604 scb
240 1.00 128 48 128 -80 96 -80 96 48 4 polygon
240 1.00 64 48 64 -80 32 -80 32 48 4 polygon
241 1.00 96 48 88 40 96 32 88 24 96 16 88 8 96 0 88 -8 96 -16 96 48 10 polygon
241 1.00 64 48 72 40 64 32 72 24 64 16 72 8 64 0 72 -8 64 -16 64 48 10 polygon
sce
1 1.00 64 -80 64 -16 72 -8 64 0 72 8 64 16 72 24 64 32 72 40 64 48 32 48 32 -80
64 -80 13 polygon
(Orifice plate) {/Helvetica cf} 2 16 0 1.00 120 120 label
1.00 165 -48 80 arrow
(Pipe ) {/Helvetica cf} 2 16 0 1.00 -152 168 label
(threads) {/Helvetica cf} 2 16 0 1.00 -176 136 label
1.00 255 72 120 arrow
(Stud) {/Helvetica cf} 2 16 0 1.00 288 -552 label
1.00 270 240 -544 arrow
1.00 300 192 -600 arrow
(Nut) {/Helvetica cf} 2 16 0 1.00 232 -648 label
0.400 0.400 0.400 scb
240 1.00 -104 32 -104 -32 -80 -32 -80 32 4 polygon
sce
0 1.00 -104 32 -104 -32 -80 -32 -80 32 4 polygon
1 1.00 -104 20 -80 20 2 polygon
1 1.00 -104 -20 -80 -20 2 polygon
0.400 0.400 0.400 scb
240 1.00 -144 16 -144 -16 -104 -16 -104 16 4 polygon
sce
1 1.00 -144 16 -136 -16 2 polygon
0 1.00 -144 16 -144 -16 -104 -16 -104 16 4 polygon
1 1.00 -136 16 -128 -16 2 polygon
1 1.00 -128 16 -120 -16 2 polygon
1 1.00 -120 16 -112 -16 2 polygon
1 1.00 -112 16 -104 -16 2 polygon
0.400 0.400 0.400 scb
240 1.00 152 32 152 -32 128 -32 128 32 4 polygon
sce
0 1.00 152 32 152 -32 128 -32 128 32 4 polygon
1 1.00 152 20 128 20 2 polygon
1 1.00 152 -20 128 -20 2 polygon
0.400 0.400 0.400 scb
240 1.00 192 16 192 -16 152 -16 152 16 4 polygon
sce
1 1.00 152 16 160 -16 2 polygon
0 1.00 192 16 192 -16 152 -16 152 16 4 polygon
1 1.00 160 16 168 -16 2 polygon
1 1.00 168 16 176 -16 2 polygon
1 1.00 176 16 184 -16 2 polygon
1 1.00 184 16 192 -16 2 polygon
-1.00 60 -144 -600 arrow
(Nut) {/Helvetica cf} 2 19 0 1.00 -184 -648 label
0.000 0.000 1.000 scb
1 1.00 -656 -128 -160 -128 2 polygon
1 1.00 -168 -120 -160 -128 -168 -136 3 polygon
1 1.00 -656 -152 -160 -152 2 polygon
1 1.00 -168 -144 -160 -152 -168 -160 3 polygon
1 1.00 -656 -176 -160 -176 2 polygon
1 1.00 -168 -168 -160 -176 -168 -184 3 polygon
1 1.00 -656 -200 -160 -200 2 polygon
1 1.00 -168 -192 -160 -200 -168 -208 3 polygon
1 1.00 -656 -224 -160 -224 2 polygon
1 1.00 -168 -216 -160 -224 -168 -232 3 polygon
1 1.00 -656 -248 -160 -248 2 polygon
1 1.00 -168 -240 -160 -248 -168 -256 3 polygon
1 1.00 -656 -272 -160 -272 2 polygon
1 1.00 -168 -264 -160 -272 -168 -280 3 polygon
1 1.00 -656 -296 -160 -296 2 polygon
1 1.00 -168 -288 -160 -296 -168 -304 3 polygon
1 1.00 -656 -320 -160 -320 2 polygon
1 1.00 -168 -312 -160 -320 -168 -328 3 polygon
1 1.00 -656 -344 -160 -344 2 polygon
1 1.00 -168 -336 -160 -344 -168 -352 3 polygon
1 1.00 -656 -368 -160 -368 2 polygon
1 1.00 -168 -360 -160 -368 -168 -376 3 polygon
1 1.00 -656 -392 -160 -392 2 polygon
1 1.00 -168 -384 -160 -392 -168 -400 3 polygon
1 1.00 -656 -416 -160 -416 2 polygon
1 1.00 -144 -272 32 -272 2 polygon
1 1.00 -96 -160 -56 -216 32 -232 -144 -152 spline
1 1.00 -104 -176 -80 -224 32 -240 -144 -176 spline
1 1.00 -88 -136 -56 -208 32 -224 -144 -128 spline
1 1.00 -88 -200 -80 -240 32 -248 -144 -200 spline
1 1.00 -80 -224 -80 -248 32 -256 -144 -224 spline
1 1.00 -40 -264 -72 -248 -144 -248 32 -264 spline
1 1.00 -96 -384 -56 -328 32 -312 -144 -392 spline
1 1.00 -104 -368 -80 -320 32 -304 -144 -368 spline
1 1.00 -88 -408 -56 -336 32 -320 -144 -416 spline
1 1.00 -88 -344 -80 -304 32 -296 -144 -344 spline
1 1.00 -80 -320 -80 -296 32 -288 -144 -320 spline
1 1.00 -40 -280 -72 -296 -144 -296 32 -280 spline
1 1.00 -32 -168 8 -160 0 -136 -48 -152 spline
1 1.00 -8 -112 -64 -120 -32 -152 0 -136 spline
1 1.00 -40 -152 -32 -152 -32 -144 3 polygon
1 1.00 -32 -376 8 -384 0 -408 -48 -392 spline
1 1.00 -8 -432 -64 -424 -32 -392 0 -408 spline
1 1.00 -40 -392 -32 -392 -32 -400 3 polygon
1 1.00 32 -272 680 -272 2 polygon
1 1.00 256 -272 320 -272 680 -256 32 -264 spline
1 1.00 224 -264 288 -272 680 -240 32 -256 spline
1 1.00 224 -256 288 -264 680 -224 32 -248 spline
1 1.00 224 -248 288 -256 680 -208 32 -240 spline
1 1.00 272 -240 288 -240 680 -192 32 -232 spline
1 1.00 224 -224 288 -248 680 -176 32 -224 spline
1 1.00 672 -172 680 -176 672 -184 3 polygon
1 1.00 672 -188 680 -192 672 -196 3 polygon
1 1.00 672 -204 680 -208 672 -212 3 polygon
1 1.00 672 -220 680 -224 672 -232 3 polygon
1 1.00 672 -236 680 -240 672 -244 3 polygon
1 1.00 672 -252 680 -256 672 -260 3 polygon
1 1.00 672 -268 680 -272 672 -276 3 polygon
1 1.00 256 -272 320 -272 680 -288 32 -280 spline
1 1.00 224 -280 288 -272 680 -304 32 -288 spline
1 1.00 224 -288 288 -280 680 -320 32 -296 spline
1 1.00 224 -296 288 -288 680 -336 32 -304 spline
1 1.00 272 -304 288 -304 680 -352 32 -312 spline
1 1.00 224 -320 288 -296 680 -368 32 -320 spline
1 1.00 672 -372 680 -368 672 -360 3 polygon
1 1.00 672 -356 680 -352 672 -348 3 polygon
1 1.00 672 -340 680 -336 672 -332 3 polygon
1 1.00 672 -324 680 -320 672 -312 3 polygon
1 1.00 672 -308 680 -304 672 -300 3 polygon
1 1.00 672 -292 680 -288 672 -284 3 polygon
1 1.00 88 -144 32 -152 64 -184 96 -168 spline
1 1.00 56 -184 64 -184 64 -176 3 polygon
1 1.00 64 -200 104 -192 96 -168 48 -184 spline
1 1.00 168 -144 112 -152 144 -184 176 -168 spline
1 1.00 136 -184 144 -184 144 -176 3 polygon
1 1.00 144 -200 184 -192 176 -168 128 -184 spline
1 1.00 248 -144 192 -152 224 -184 256 -168 spline
1 1.00 216 -184 224 -184 224 -176 3 polygon
1 1.00 224 -200 264 -192 256 -168 208 -184 spline
1 1.00 328 -144 272 -152 304 -184 336 -168 spline
1 1.00 296 -184 304 -184 304 -176 3 polygon
1 1.00 304 -200 344 -192 336 -168 288 -184 spline
1 1.00 440 -128 384 -136 416 -168 448 -152 spline
1 1.00 408 -168 416 -168 416 -160 3 polygon
1 1.00 416 -184 456 -176 448 -152 400 -168 spline
1 1.00 552 -112 496 -120 528 -152 560 -136 spline
1 1.00 520 -152 528 -152 528 -144 3 polygon
1 1.00 528 -168 568 -160 560 -136 512 -152 spline
1 1.00 552 -432 496 -424 528 -392 560 -408 spline
1 1.00 520 -392 528 -392 528 -400 3 polygon
1 1.00 528 -376 568 -384 560 -408 512 -392 spline
1 1.00 440 -416 384 -408 416 -376 448 -392 spline
1 1.00 408 -376 416 -376 416 -384 3 polygon
1 1.00 416 -360 456 -368 448 -392 400 -376 spline
0.800 0.800 0.800 scb
3 1.00 240 -360 240 -184 2 polygon
0.000 0.000 1.000 scb
1 1.00 88 -400 32 -392 64 -360 96 -376 spline
1 1.00 56 -360 64 -360 64 -368 3 polygon
1 1.00 64 -344 104 -352 96 -376 48 -360 spline
sce
(vena contracta) {/Helvetica-Oblique cf} 2 16 0 0.75 152 -384 label
(\(point of maximum constriction\)) {/Helvetica cf} 2 16 0 0.50 120 -408 label
0.604 0.604 0.604 scb
240 1.00 -48 -48 -48 -80 -240 -80 -240 -48 4 polygon
sce
1 1.00 -240 -80 -240 -48 -80 -48 -80 48 -48 48 -40 40 -48 32 -40 24 -48 16 -40
8 -48 0 -40 -8 -48 -16 -48 -80 -152 -80 15 polygon
0.604 0.604 0.604 scb
240 1.00 16 -464 16 -592 -80 -592 -80 -464 4 polygon
240 1.00 32 -464 32 -592 128 -592 128 -464 4 polygon
241 1.00 -240 -80 -234 -92 -228 -82 -222 -94 -216 -84 -210 -96 -204 -86 -198
-98 -192 -88 -186 -100 -180 -90 -174 -102 -168 -92 -162 -104 -156 -94 -150 -106
-144 -96 -144 -80 -240 -80 19 polygon
241 1.00 -142 -106 -148 -94 -154 -104 -160 -92 -166 -102 -172 -90 -178 -100
-184 -88 -190 -98 -196 -86 -202 -96 -208 -84 -214 -94 -220 -82 -226 -92 -232
-80 -238 -90 -238 -106 -142 -106 19 polygon
sce
1 1.00 -144 -96 -144 -80 2 polygon
0.604 0.604 0.604 scb
240 1.00 96 -48 96 -80 288 -80 288 -48 4 polygon
sce
1 1.00 288 -80 288 -48 128 -48 128 48 96 48 88 40 96 32 88 24 96 16 88 8 96 0
88 -8 96 -16 96 -80 200 -80 15 polygon
0.604 0.604 0.604 scb
241 1.00 288 -80 282 -92 276 -82 270 -94 264 -84 258 -96 252 -86 246 -98 240
-88 234 -100 228 -90 222 -102 216 -92 210 -104 204 -94 198 -106 192 -96 192 -80
288 -80 19 polygon
241 1.00 190 -106 196 -94 202 -104 208 -92 214 -102 220 -90 226 -100 232 -88
238 -98 244 -86 250 -96 256 -84 262 -94 268 -82 274 -92 280 -80 286 -90 286
-106 190 -106 19 polygon
sce
1 1.00 288 -80 282 -92 276 -82 270 -94 264 -84 258 -96 252 -86 246 -98 240 -88
234 -100 228 -90 222 -102 216 -92 210 -104 204 -94 198 -106 192 -96 17 polygon
1 1.00 192 -96 192 -80 2 polygon
0.604 0.604 0.604 scb
240 1.00 0 -104 0 -112 -656 -112 -656 -104 4 polygon
240 1.00 -656 -88 -656 -104 -240 -104 -240 -88 4 polygon
sce
1 1.00 -240 -80 -234 -92 -228 -82 -222 -94 -216 -84 -210 -96 -204 -86 -198 -98
-192 -88 -186 -100 -180 -90 -174 -102 -168 -92 -162 -104 -156 -94 -150 -106
-144 -96 17 polygon
(Pipe wall) {/Helvetica cf} 2 16 0 0.50 -486 -106 label
1 1.00 -656 -88 -656 -112 0 -112 0 -104 -144 -104 -144 -96 6 polygon
1 1.00 -234 -92 -236 -88 -656 -88 3 polygon
0.604 0.604 0.604 scb
240 1.00 50 -104 50 -112 706 -112 706 -104 4 polygon
sce
1 1.00 706 -88 706 -112 50 -112 50 -104 194 -104 194 -96 6 polygon
0.604 0.604 0.604 scb
240 1.00 704 -88 704 -104 288 -104 288 -88 4 polygon
sce
1 1.00 284 -92 286 -88 706 -88 3 polygon
(Pipe wall) {/Helvetica cf} 2 19 0 0.50 534 -104 label
0.604 0.604 0.604 scb
240 1.00 -48 -496 -48 -464 -240 -464 -240 -496 4 polygon
241 1.00 -240 -464 -234 -452 -228 -462 -222 -450 -216 -460 -210 -448 -204 -458
-198 -446 -192 -456 -186 -444 -180 -454 -174 -442 -168 -452 -162 -440 -156 -450
-150 -438 -144 -448 -144 -464 -240 -464 19 polygon
241 1.00 -142 -438 -148 -450 -154 -440 -160 -452 -166 -442 -172 -454 -178 -444
-184 -456 -190 -446 -196 -458 -202 -448 -208 -460 -214 -450 -220 -462 -226 -452
-232 -464 -238 -454 -238 -438 -142 -438 19 polygon
sce
1 1.00 -144 -448 -144 -464 2 polygon
0.604 0.604 0.604 scb
240 1.00 0 -440 0 -432 -656 -432 -656 -440 4 polygon
240 1.00 -656 -456 -656 -440 -240 -440 -240 -456 4 polygon
sce
1 1.00 -240 -464 -234 -452 -228 -462 -222 -450 -216 -460 -210 -448 -204 -458
-198 -446 -192 -456 -186 -444 -180 -454 -174 -442 -168 -452 -162 -440 -156 -450
-150 -438 -144 -448 17 polygon
(Pipe wall) {/Helvetica cf} 2 28 0 0.50 -486 -438 label
1 1.00 -656 -456 -656 -432 0 -432 0 -440 -144 -440 -144 -448 6 polygon
1 1.00 -234 -452 -236 -456 -656 -456 3 polygon
1 1.00 -240 -464 -240 -496 -80 -496 -80 -592 16 -592 16 -464 -144 -464
7 polygon
0.604 0.604 0.604 scb
240 1.00 96 -496 96 -464 288 -464 288 -496 4 polygon
241 1.00 288 -464 282 -452 276 -462 270 -450 264 -460 258 -448 252 -458 246
-446 240 -456 234 -444 228 -454 222 -442 216 -452 210 -440 204 -450 198 -438
192 -448 192 -464 288 -464 19 polygon
241 1.00 190 -438 196 -450 202 -440 208 -452 214 -442 220 -454 226 -444 232
-456 238 -446 244 -458 250 -448 256 -460 262 -450 268 -462 274 -452 280 -464
286 -454 286 -438 190 -438 19 polygon
sce
1 1.00 192 -448 192 -464 2 polygon
0.604 0.604 0.604 scb
240 1.00 48 -440 48 -432 704 -432 704 -440 4 polygon
240 1.00 704 -456 704 -440 288 -440 288 -456 4 polygon
sce
1 1.00 288 -464 282 -452 276 -462 270 -450 264 -460 258 -448 252 -458 246 -446
240 -456 234 -444 228 -454 222 -442 216 -452 210 -440 204 -450 198 -438 192
-448 17 polygon
(Pipe wall) {/Helvetica cf} 2 31 0 0.50 534 -438 label
1 1.00 704 -456 704 -432 48 -432 48 -440 192 -440 192 -448 6 polygon
1 1.00 282 -452 284 -456 704 -456 3 polygon
1 1.00 288 -464 288 -496 128 -496 128 -592 32 -592 32 -464 192 -464 7 polygon
(Flange) {/Helvetica cf} 2 16 0 0.50 48 -504 label
(Flange) {/Helvetica cf} 2 16 0 0.50 -64 -504 label
0.604 0.604 0.604 scb
1 1.00 -239 -438 -239 -454 2 polygon
1 1.00 287 -438 287 -454 2 polygon
1 1.00 287 -90 287 -106 2 polygon
1 1.00 287 -93 287 -109 2 polygon
1 1.00 -239 -90 -239 -106 2 polygon
0.400 0.400 0.400 scb
240 1.00 -144 -528 -144 -560 192 -560 192 -528 4 polygon
sce
0 1.00 -144 -528 -144 -560 192 -560 192 -528 4 polygon
1 1.00 184 -528 192 -560 2 polygon
1 1.00 176 -528 184 -560 2 polygon
1 1.00 168 -528 176 -560 2 polygon
1 1.00 160 -528 168 -560 2 polygon
1 1.00 152 -528 160 -560 2 polygon
1 1.00 144 -528 152 -560 2 polygon
1 1.00 136 -528 144 -560 2 polygon
1 1.00 128 -528 136 -560 2 polygon
1 1.00 120 -528 128 -560 2 polygon
1 1.00 112 -528 120 -560 2 polygon
1 1.00 104 -528 112 -560 2 polygon
1 1.00 96 -528 104 -560 2 polygon
1 1.00 88 -528 96 -560 2 polygon
1 1.00 80 -528 88 -560 2 polygon
1 1.00 72 -528 80 -560 2 polygon
1 1.00 64 -528 72 -560 2 polygon
1 1.00 56 -528 64 -560 2 polygon
1 1.00 48 -528 56 -560 2 polygon
1 1.00 40 -528 48 -560 2 polygon
1 1.00 32 -528 40 -560 2 polygon
1 1.00 24 -528 32 -560 2 polygon
1 1.00 16 -528 24 -560 2 polygon
1 1.00 8 -528 16 -560 2 polygon
1 1.00 0 -528 8 -560 2 polygon
1 1.00 -8 -528 0 -560 2 polygon
1 1.00 -16 -528 -8 -560 2 polygon
1 1.00 -24 -528 -16 -560 2 polygon
1 1.00 -32 -528 -24 -560 2 polygon
1 1.00 -40 -528 -32 -560 2 polygon
1 1.00 -48 -528 -40 -560 2 polygon
1 1.00 -56 -528 -48 -560 2 polygon
1 1.00 -64 -528 -56 -560 2 polygon
1 1.00 -72 -528 -64 -560 2 polygon
1 1.00 -80 -528 -72 -560 2 polygon
1 1.00 -88 -528 -80 -560 2 polygon
1 1.00 -96 -528 -88 -560 2 polygon
1 1.00 -104 -528 -96 -560 2 polygon
1 1.00 -112 -528 -104 -560 2 polygon
1 1.00 -120 -528 -112 -560 2 polygon
1 1.00 -128 -528 -120 -560 2 polygon
1 1.00 -136 -528 -128 -560 2 polygon
1 1.00 -144 -528 -136 -560 2 polygon
0.400 0.400 0.400 scb
240 1.00 128 -512 128 -576 152 -576 152 -512 4 polygon
sce
0 1.00 128 -512 128 -576 152 -576 152 -512 4 polygon
1 1.00 128 -524 152 -524 2 polygon
1 1.00 128 -564 152 -564 2 polygon
0.400 0.400 0.400 scb
240 1.00 -104 -512 -104 -576 -80 -576 -80 -512 4 polygon
sce
0 1.00 -104 -512 -104 -576 -80 -576 -80 -512 4 polygon
1 1.00 -104 -564 -80 -564 2 polygon
1 1.00 -104 -524 -80 -524 2 polygon
(Corner taps) {/Helvetica-BoldOblique cf} 2 16 0 2.00 -240 256 label
0.604 0.604 0.604 scb
496 1.00 -1664 -1120 -1664 -1536 -1600 -1536 -1600 -1120 4 polygon
sce
0 1.00 -1664 -1120 -1664 -1536 -1600 -1536 -1600 -1120 4 polygon
0.604 0.604 0.604 scb
496 1.00 -1584 -1120 -1584 -1536 -1520 -1536 -1520 -1120 4 polygon
sce
0 1.00 -1584 -1120 -1584 -1536 -1520 -1536 -1520 -1120 4 polygon
0.400 0.400 0.400 scb
496 1.00 -1600 -992 -1600 -1520 -1584 -1520 -1584 -992 4 polygon
sce
0 1.00 -1600 -992 -1600 -1520 -1584 -1520 -1584 -992 4 polygon
0.604 0.604 0.604 scb
496 1.00 -1664 -1184 -1664 -1472 -2400 -1472 -2400 -1184 4 polygon
496 1.00 -1520 -1184 -1520 -1472 688 -1472 688 -1184 4 polygon
sce
1 1.00 -2400 -1184 -1664 -1184 -1664 -1472 -2400 -1472 4 polygon
1 1.00 -2400 -1184 -2400 -1280 -2432 -1312 -2368 -1344 -2400 -1376 -2400 -1472
6 polygon
1 1.00 688 -1184 688 -1280 656 -1312 720 -1344 688 -1376 688 -1472 6 polygon
1 1.00 688 -1184 -1520 -1184 -1520 -1472 688 -1472 4 polygon
1 1.00 -2336 -1184 -2336 -992 2 polygon
1 1.00 -2304 -1040 -2064 -1040 2 polygon
-1.00 0 -1616 -1040 arrowhead90
1 1.00 -1640 -1040 -1616 -1040 2 polygon
1 1.00 -1632 -1040 -1872 -1040 2 polygon
1.00 0 -1568 -1040 arrowhead90
-1.00 0 592 -1040 arrowhead90
1 1.00 568 -1040 592 -1040 2 polygon
1 1.00 608 -1184 608 -992 2 polygon
1 1.00 -1568 -1040 -560 -1040 2 polygon
1 1.00 -416 -1040 592 -1040 2 polygon
0.000 0.000 1.000 scb
497 1.00 -2112 -1296 -2032 -1296 -2032 -1264 -1952 -1328 -2032 -1392 -2032
-1360 -2112 -1360 -2112 -1296 8 polygon
sce
3.00 0 -1712 -1184 stud
3.00 0 -1712 -1472 stud
3.00 0 -1712 -1376 stud
3.00 0 -1712 -1280 stud
-3.00 0 -1472 -1376 stud
-3.00 0 -1472 -1280 stud
-3.00 0 -1472 -1184 stud
-3.00 0 -1472 -1472 stud
(or) {/Helvetica-Oblique cf} 2 16 0 2.00 -800 -928 label
(Full-flow taps) {/Helvetica-BoldOblique cf} 2 16 0 2.00 -640 -928 label
pgsave restore showpage
%%Trailer
XCIRCsave restore
%%EOF