File: bldelem4.txt

package info (click to toggle)
3dldf 2.0.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,508 kB
  • ctags: 7
  • sloc: makefile: 892; sh: 117; cpp: 5
file content (534 lines) | stat: -rw-r--r-- 16,923 bytes parent folder | download | duplicates (2)
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
%% bldelem4.txt
%% Created by Laurence D. Finston (LDF) Wed Jun 20 13:16:56 CEST 2012

%% * (1) Copyright and License.

%%%% This file is part of GNU 3DLDF, a package for three-dimensional drawing. 
%%%% Copyright (C) 2012, 2013 The Free Software Foundation
   
%%%% GNU 3DLDF is free software; you can redistribute it and/or modify 
%%%% it under the terms of the GNU General Public License as published by 
%%%% the Free Software Foundation; either version 3 of the License, or 
%%%% (at your option) any later version. 

%%%% GNU 3DLDF is distributed in the hope that it will be useful, 
%%%% but WITHOUT ANY WARRANTY; without even the implied warranty of 
%%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
%%%% GNU General Public License for more details. 

%%%% You should have received a copy of the GNU General Public License 
%%%% along with GNU 3DLDF; if not, write to the Free Software 
%%%% Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

%%%% GNU 3DLDF is a GNU package.  
%%%% It is part of the GNU Project of the  
%%%% Free Software Foundation 
%%%% and is published under the GNU General Public License. 
%%%% See the website http://www.gnu.org 
%%%% for more information.   
%%%% GNU 3DLDF is available for downloading from 
%%%% http://www.gnu.org/software/3dldf/LDF.html. 

%%%% Please send bug reports to Laurence.Finston@gmx.de.
%%%% The mailing list help-3dldf@gnu.org is available for people to 
%%%% ask other users for help.  
%%%% The mailing list info-3dldf@gnu.org is for the maintainer of 
%%%% GNU 3DLDF to send announcements to users. 
%%%% To subscribe to these mailing lists, send an 
%%%% email with ``subscribe <email-address>'' as the subject.  

%%%% The author can be contacted at: 

%%%% Laurence D. Finston 
%%%% c/o Free Software Foundation, Inc. 
%%%% 51 Franklin St, Fifth Floor 
%%%% Boston, MA  02110-1301  
%%%% USA

%%%% Laurence.Finston@gmx.de



%% * (1)

\input eplain
\input epsf 
\nopagenumbers

%% * (1)

%% Copied from `rotate.tex'.  Not sure where it comes from, but it's certainly
%% Free Software.  LDF 2012.06.15.

%
%   These macros allow you to rotate or flip a \TeX\ box.  Very useful for
%   sideways tables or upsidedown answers.
%
%   To use, create a box containing the information you want to rotate.
%   (An hbox or vbox will do.)  Now call \rotr\boxnum to rotate the
%   material and create a new box with the appropriate (flipped) dimensions.
%   \rotr rotates right, \rotl rotates left, \rotu turns upside down, and
%   \rotf flips.  These boxes may contain other rotated boxes.
%
\newdimen\rotdimen
\def\vspec#1{\special{ps:#1}}%  passes #1 verbatim to the output
\def\rotstart#1{\vspec{gsave currentpoint currentpoint translate
   #1 neg exch neg exch translate}}% #1 can be any origin-fixing transformation
\def\rotfinish{\vspec{currentpoint grestore moveto}}% gets back in synch
%
%   First, the rotation right. The reference point of the rotated box
%   is the lower right corner of the original box.
%
\def\rotr#1{\rotdimen=\ht#1\advance\rotdimen by\dp#1%
   \hbox to\rotdimen{\hskip\ht#1\vbox to\wd#1{\rotstart{90 rotate}%
   \box#1\vss}\hss}\rotfinish}
%
%   Next, the rotation left. The reference point of the rotated box
%   is the upper left corner of the original box.
%
\def\rotl#1{\rotdimen=\ht#1\advance\rotdimen by\dp#1%
   \hbox to\rotdimen{\vbox to\wd#1{\vskip\wd#1\rotstart{270 rotate}%
   \box#1\vss}\hss}\rotfinish}%
%
%   Upside down is simple. The reference point of the rotated box
%   is the upper right corner of the original box. (The box's height
%   should be the current font's xheight, \fontdimen5\font,
%   if you want that xheight to be at the baseline after rotation.)
%
\def\rotu#1{\rotdimen=\ht#1\advance\rotdimen by\dp#1%
   \hbox to\wd#1{\hskip\wd#1\vbox to\rotdimen{\vskip\rotdimen
   \rotstart{-1 dup scale}\box#1\vss}\hss}\rotfinish}%
%
%   And flipped end for end is pretty ysae too. We retain the baseline.
%
\def\rotf#1{\hbox to\wd#1{\hskip\wd#1\rotstart{-1 1 scale}%
   \box#1\hss}\rotfinish}%

%% * (1)

%% !! START HERE: LDF 2012.06.18.  Add code for generating output in Letter
%% format (8.5 x 11in) in Makefile.am.  Also, change Makefile in
%% [...]/web/SRC_CODE/.  Change models.html.  Fix the formatting.


\pageno=1

\def\DINAFOUR{DINAFOURPORTRAIT}
\def\LETTER{LETTER}

\ifx\FMT\DINAFOUR
\message{Format is defined, DIN A4}
\input fmtdina4.txt
\else\ifx\FMT\LETTER
\message{Format is defined, LETTER}
\input fmt8511.txt
\else
\message{Format is not defined.  Defining as A4 Portrait}
\special{papersize=210mm, 297mm}
\hsize=210mm
\vsize=297mm
\fi\fi

%% Saved for reference.  LDF 2012.06.18.

%% Uncomment for A4 portrait
%% \special{papersize=210mm, 297mm}
%% \hsize=210mm
%% \vsize=297mm

%% Uncomment for A4 landscape.
%% \special{papersize=297mm, 210mm}
%% \hsize=297mm
%% \vsize=210mm

%% Uncomment for DIN A3 portrait.
%% \special{papersize=297mm, 420mm} %% DIN A3 Portrait
%% \vsize=420mm
%% \hsize=297mm

%% Uncomment for A3 landscape.
%\special{papersize=420mm, 297mm} %% DIN A3 Landscape
%\vsize=297mm
%\hsize=420mm

%% \advance\voffset by -1in
%% \advance\voffset by 1.25cm
%% \advance\hoffset by -1in
%% \advance\hoffset by 1cm



\parindent=0pt

\font\small=cmr8

%% *** (3) 

%% Created:       June 26, 2012
%% Last updated:  July 4, 2012

\iftrue % \iffalse
\pageno=-1
%\pageno=0
\vbox to \vsize{%
\vskip.5cm
\centerline{Building Elements 4}
\vskip\baselineskip
\centerline{Laurence D. Finston}
\vskip\baselineskip
\centerline{Created:  July 4, 2012}
\vskip\baselineskip
\centerline{Last updated:  July 4, 2012}
\vskip2cm
\iftrue % \iffalse
{\small
\hsize=.75\hsize
\hskip1cm
\vbox{\vskip2\baselineskip
This document is part of GNU 3DLDF, a package for three-dimensional
drawing.
\vskip\baselineskip

Copyright {\copyright} 2012, 2013 The Free Software Foundation
\vskip\baselineskip

GNU 3DLDF is free software; you can redistribute it and/or modify 
it under the terms of the GNU General Public License as published by 
the Free Software Foundation; either version 3 of the License, or 
(at your option) any later version. 
\vskip\baselineskip

GNU 3DLDF is distributed in the hope that it will be useful, 
but WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
GNU General Public License for more details. 
\vskip\baselineskip

You should have received a copy of the GNU General Public License 
along with GNU 3DLDF; if not, write to the Free Software 
Foundation, Inc.,\hfil\break
51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA}}
\fi
\vss}
\vfil\eject
\fi

\pageno=1

\parindent=0pt

\def\epsfsize#1#2{#1}


\font\small=cmr8
\font\smalltt=cmtt8
\font\large=cmr12
\font\largebx=cmbx12
\font\Large=cmr17
\font\huge=cmr17 scaled \magstep1

%% *** (3) 

\advance\hsize by 1cm
\advance\vsize by -1in

\headline={\hfil Building Elements 4\hfil
           Copyright {\copyright} 2012, 2013 The Free Software Foundation\hfil
           Author:  Laurence D. Finston\hfil\kern1.5cm}


\footline={\hfil \folio\hfil}

\pageno=-1

\begingroup
\advance\baselineskip by .5\baselineskip
\advance\hsize by -3cm
\singlecolumn
\line{\hbox to .5\hsize{\hfil{\largebx Contents}\hfil}\hfil}
\doublecolumns
\readtocfile
\vfil\eject
\singlecolumn
%%
\pageno=1
\writetocentry{chapter}{Instructions}
\line{\hbox to .5\hsize{\hfil{\largebx Instructions}\hfil}\hfil}
%%
%% Instructions here
%%
\vfil\eject
\singlecolumn
\endgroup

\vfil\eject

%% ** (2) Macros

%% *** (3) xhairs

\newbox\crosshairbox

\begingroup
\offinterlineskip
\setbox0=\hbox{\vrule width 1cm height .125mm depth .125mm}
\setbox1=\hbox{\hskip.5cm\vrule width .25mm height .5cm depth .5cm}
\global\setbox\crosshairbox=\vbox to 0pt{\hbox to 0pt{\copy0\hss}\vskip-.5cm\hbox to 0pt{\copy1\hss}\vss}
\endgroup

%% The argument should be a number.  If it's 0, the middle crosshairs are left out.  Otherwise,
%% they're printed.
%% !! TODO:  Refine this macro.  For example, I could add arguments for exact placement.
%% LDF 2012.06.17.

\def\xhairs#1{\begingroup
\offinterlineskip
\hbox to 0pt{\vbox to 0pt{\vskip.5cm\copy\crosshairbox\vss}\hss}%
\hbox to 0pt{\hskip\hsize\hskip-.75cm\vbox to 0pt{\vskip.5cm\copy\crosshairbox\vss}\hss}%
\ifnum#1=0
\else
\hbox to 0pt{\vbox to 0pt{\vskip.5\vsize\copy\crosshairbox\vss}\hss}%
\hbox to 0pt{\hskip\hsize\hskip-.75cm\vbox to 0pt{\vskip.5\vsize\copy\crosshairbox\vss}\hss}%
\fi
\hbox to 0pt{\vbox to 0pt{\vskip\vsize\vskip.25cm\copy\crosshairbox\vss}\hss}%
\hbox to 0pt{\hskip\hsize\hskip-.75cm\vbox to 0pt{\vskip\vsize\vskip.25cm\copy\crosshairbox\vss}\hss}%
\endgroup}

%% ** (2) Page 2

\vbox to \vsize{%\xhairs{0}%
\writetocentry{chapter}{Pyramids with Triangular Bases}%
\centerline{{\largebx Pyramids with Triangular Bases}}\vskip2\baselineskip
%\centerline{\epsffile{bldelem4.1}}\vskip\baselineskip
%%
%% Base diameter = 1cm
%% height        = 1cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1001}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.3001}\hfil}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2001}}%
\setbox9=\hbox{\epsffile{bldelem4.4001}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
%%
%% Base diameter = 1cm
%% height        = 1.5cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1002}}%
\setbox9=\hbox{\epsffile{bldelem4.3002}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox2=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2002}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4002}\hfil}%
\setbox3=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hskip1cm\box2\hskip1cm\box3\hss}\vskip1.5\baselineskip
%%
%% Base diameter = 1cm
%% height        = 2cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1003}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.3003}\hfil}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2003}}%
\setbox9=\hbox{\epsffile{bldelem4.4003}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}\vskip1.5\baselineskip
%%
%% Base diameter = 1cm
%% height        = 2.5cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1004}}%
\setbox9=\hbox{\epsffile{bldelem4.3004}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2004}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4004}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}\vskip1.5\baselineskip
%%
%% Base diameter = 1cm
%% height        = 3cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1005}}%
\setbox9=\hbox{\epsffile{bldelem4.3005}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2005}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4005}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}%\vskip\baselineskip
\vss}


%% ** (2) Page 3

\vbox to \vsize{%\xhairs{0}%
%%
%% Base diameter = 1.5cm
%% height        = 1cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1006}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.3006}\hfil}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2006}}%
\setbox9=\hbox{\epsffile{bldelem4.4006}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
%%
%% Base diameter = 1.5cm
%% height        = 1.5cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1007}}%
\setbox9=\hbox{\epsffile{bldelem4.3007}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox2=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2007}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4007}\hfil}%
\setbox3=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hskip1cm\box2\hskip1cm\box3\hss}\vskip1.5\baselineskip
%%
%% Base diameter = 1.5cm
%% height        = 2cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1008}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.3008}\hfil}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2008}}%
\setbox9=\hbox{\epsffile{bldelem4.4008}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}\vskip1.5\baselineskip
%%
%% Base diameter = 1.5cm
%% height        = 2.5cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1009}}%
\setbox9=\hbox{\epsffile{bldelem4.3009}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2009}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4009}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}\vskip1.5\baselineskip
%%
%% Base diameter = 1.5cm
%% height        = 3cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1010}}%
\setbox9=\hbox{\epsffile{bldelem4.3010}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2010}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4010}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}%\vskip\baselineskip
\vss}

%% ** (2) Page 4

\vbox to \vsize{%\xhairs{0}%
%%
%% Base diameter = 1.5cm
%% height        = 3.5cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1011}}%
\setbox9=\hbox{\epsffile{bldelem4.3011}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2011}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4011}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}\vskip1.5\baselineskip
%%
%% Base diameter = 1.5cm
%% height        = 4cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1012}}%
\setbox9=\hbox{\epsffile{bldelem4.3012}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2012}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4012}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}\vskip\baselineskip
%%
%% Base diameter = 1.5cm
%% height        = 4.5cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1013}}%
\setbox9=\hbox{\epsffile{bldelem4.3013}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2013}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4013}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip1cm\lower0cm\box1\hss}%\vskip\baselineskip
\vss}

%% ** (2) Page 5

\vbox to \vsize{%\xhairs{0}%
%%
%% Base diameter = 1.5cm
%% height        = 5cm
%%
\setbox8=\hbox{\epsffile{bldelem4.1014}}%
\setbox9=\hbox{\epsffile{bldelem4.3014}}%
\ifdim\wd9>\wd8
\dimen0=\wd9\else\dimen0=\wd8\fi
\setbox0=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\setbox8=\hbox{\epsffile{bldelem4.2014}}%
\setbox9=\hbox{\hfil\epsffile{bldelem4.4014}\hfil}%
\setbox1=\vtop{\hbox to \dimen0{\hss\box8\hss}\vskip.5cm\hbox to \dimen0{\hss\box9\hss}}%
\line{\box0\hskip-2cm\lower3cm\box1\hss}%\vskip\baselineskip
\vss}






%% *** (3) End here

\bye



%% * (1) Local variables for Emacs.

%% Local Variables:
%% mode:TeX
%% eval:(local-set-key [C-kp-add] 'vc-diff) 
%% eval:(local-set-key "\"" 'self-insert-command)
%% eval:(outline-minor-mode t)
%% eval:(read-abbrev-file abbrev-file-name)
%% abbrev-mode:t
%% eval:(set-register ?c "bldelem4.ldf")
%% eval:(set-register ?, "bldelem4.lmc")
%% eval:(set-register ?. "bldelem4.txt")
%% outline-regexp:"%% [*\f]+"
%% End: