5 |
%%For: |
%%For: |
6 |
%Magnification: 1.00 |
%Magnification: 1.00 |
7 |
%%Orientation: Portrait |
%%Orientation: Portrait |
8 |
%%BoundingBox: 0 0 500 657.895 |
%%BoundingBox: 0 0 500 487.805 |
9 |
%%Pages: 0 |
%%Pages: 0 |
10 |
%%BeginSetup |
%%BeginSetup |
11 |
%%EndSetup |
%%EndSetup |
19 |
/marginwidth 10 def |
/marginwidth 10 def |
20 |
/distx 20 def |
/distx 20 def |
21 |
/disty 40 def |
/disty 40 def |
22 |
/boundaspect 0.76 def % aspect ratio of the BoundingBox (width/height) |
/boundaspect 1.025 def % aspect ratio of the BoundingBox (width/height) |
23 |
/boundx 500 def |
/boundx 500 def |
24 |
/boundy boundx boundaspect div def |
/boundy boundx boundaspect div def |
25 |
/xspacing 0 def |
/xspacing 0 def |
26 |
/yspacing 0 def |
/yspacing 0 def |
27 |
/rows 5 def |
/rows 3 def |
28 |
/cols 1 def |
/cols 1 def |
29 |
/scalefactor 0 def |
/scalefactor 0 def |
30 |
/boxfont /Times-Roman findfont fontheight scalefont def |
/boxfont /Times-Roman findfont fontheight scalefont def |
176 |
(BlindCutCollection) cw |
(BlindCutCollection) cw |
177 |
(PamCutCollection) cw |
(PamCutCollection) cw |
178 |
(PamCut) cw |
(PamCut) cw |
|
(SmartBlindCollection) cw |
|
|
(VerboseBlindCollection) cw |
|
179 |
/boxwidth boxwidth marginwidth 2 mul add def |
/boxwidth boxwidth marginwidth 2 mul add def |
180 |
/xspacing boxwidth distx add def |
/xspacing boxwidth distx add def |
181 |
/yspacing boxheight disty add def |
/yspacing boxheight disty add def |
187 |
|
|
188 |
% ----- classes ----- |
% ----- classes ----- |
189 |
|
|
190 |
(BlindCutCollection) 0 2 box |
(BlindCutCollection) 0 0 box |
191 |
(PamCutCollection) 0 3 box |
(PamCutCollection) 0 1 box |
192 |
(PamCut) 0 4 box |
(PamCut) 0 2 box |
|
(SmartBlindCollection) 0 1 box |
|
|
(VerboseBlindCollection) 0 0 box |
|
193 |
|
|
194 |
% ----- relations ----- |
% ----- relations ----- |
195 |
|
|
196 |
solid |
solid |
197 |
0 0 2 out |
0 0 0 out |
198 |
solid |
solid |
199 |
1 0 3 in |
1 0 1 in |
200 |
solid |
solid |
201 |
0 0 3 out |
0 0 1 out |
202 |
solid |
solid |
203 |
1 0 4 in |
1 0 2 in |
|
solid |
|
|
1 0 1.25 out |
|
|
solid |
|
|
0 0 1.75 in |
|
|
solid |
|
|
1 0 0.25 out |
|
|
solid |
|
|
0 0 0.75 in |
|