-
Notifications
You must be signed in to change notification settings - Fork 0
/
beam.LSP
537 lines (129 loc) · 6.19 KB
/
beam.LSP
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
535
536
537
(defun c:bb()
(command "color" "white" "")
(command "style" "" "arial" "" "" "" "" "" "")
(command "color" 2 "")
(command "line" (list 75 -250 ) (list 75 375 ) (list 18425 375 ) (list 18425 -250 )"")
(command "line" (list 150 300 ) (list 150 75 ) (list 18350 75 ) (list 18350 300 )"")
(command "zoom" "w" (list -100 -600 ) (list 700 550 ))
(command "fillet" "r" 40 "")
(command "fillet" (list 75 0 ) (list 575 375 ) "")
(command "zoom" "w" (list -100 -600 ) (list 700 550 ) "")
(command "fillet" "r" 40 "")
(command "fillet" (list 150 75 ) (list 575 75 ) "")
(command "dimasz" 75 "")
(command "zoom" "w" (list 18575 -600 ) (list 17800 550 ) "")
(command "fillet" "r" "")
(command "fillet" (list 18425 0 ) (list 17925 375 ) "")
(command "zoom" "w" (list 18575 -600 ) (list 17800 550 ) "")
(command "fillet" "r" 40 "")
(command "fillet" (list 18350 75 ) (list 17875 75 ) "")
(command "color" 1 "")
(command "line" (list 500 -500 ) (list 500 0 ) (list 7000 0 ) (list 7000 -500 ) "")
(command "line" (list 500 950 ) (list 500 450 ) (list 7000 450 ) (list 7000 950 ) "")
(command "color" 2 "")
(command "line" (list 1200 150 ) (list 6300 150 ) "")
(command "line" (list 225 150 ) (list 225 300 ) (list 2558 300 ) "")
(command "color" 3 "")
(command "leader" (list 4600 150 ) (list 4750 300 ) (list 4750 -225 ) (list 4950 -225 ) "" "" "N")
(command "text" (list 4975 -275 ) "100" "0" "2-16" "")
(command "text" (list 2483 625 ) "100" "0" "2-16" "")
(command "color" 2 "")
(command "line" (list 7250 300 ) (list 4916 300 ) "")
(command "color" 3 "")
(command "text" (list 2483 625 ) "100" "0" "2-16" "")3
(command "color" 2 "")
(command "line" (list 18250 150 ) (list 18250 300 ) (list 18250 300 ) "")
(command "color" 3 "")
(command "leader" (list 17750 300 ) (list 17600 150 ) (list 17600 675 ) (list 17400 675 ) "" "" "N")
(command "color" 3 "")
(command "text" (list 17100 625 ) "" "0" "2-16" "")
(command "color" 1 "")
(command "line" (list 0 -500 ) (list 0 950 ) "")
(command "line" (list 18500 -500 ) (list 18500 950 ) "")
(command "color" 3 "")
(command "leader" (list 3750 375 ) (list 3750 675 ) (list 3950 675 ) "" "" "N")
(command "leader" (list 3750 75 ) (list 3750 -225 ) (list 3950 -225 ) "" "" "N")
(command "text" (list 3975 625 ) "100" "0" "2-16" "")
(command "text" (list 3975 -275 ) "100" "0" "2-16" "")
(command "dimlinear" (list 500 -500 ) (list 7000 -500 ) (list 7000 -500 ))
(command "text" "j" "MC" (list 3750 -425 ) "100" "0" "2L-8# @ 150 C/C" )
(command "dimasz" 75 "")
(command "color" 1 "")
(command "line" (list 7500 -500 ) (list 7500 0 ) (list 12000 0 ) (list 12000 -500 ) "")
(command "line" (list 7500 950 ) (list 7500 450 ) (list 12000 450 ) (list 12000 950 ) "")
(command "color" 3 "")
(command "leader" (list 9750 375 ) (list 9750 675 ) (list 9950 675 ) "" "" "N")
(command "leader" (list 9750 75 ) (list 9750 -225 ) (list 9950 -225 ) "" "" "N")
(command "dimlinear" (list 7500 -500 ) (list 12000 -500 ) (list 12000 -500 ))
(command "text" "j" "MC" (list 9750 -425 ) "100" "0" "2L-8# @ 150 C/C" )
(command "line" (list 8000 412.5 ) (list 8000 37.5 ) "")
(command "line" (list 8200 412.5 ) (list 8200 37.5 ) "")
(command "text" "j" "ML" (list 10000 675 ) "100" "0" "2-16" )
(command "text" "j" "ML" (list 10000 -225 ) "100" "0" "2-16" )
(command "color" 2 "")
(command "line" (list 8000 150 ) (list 11500 150 ) "")
(command "line" (list 7250 300 ) (list 8916 300 ) "")
(command "color" 3 "")
(command "leader" (list 10333 150 ) (list 10483 300 ) (list 10483 -225 ) (list 10683 -225 ) "" "" "N")
(command "color" 3 "")
(command "leader" (list 8466 300 ) (list 8616 150 ) (list 8616 675 ) (list 8816 675 ) "" "" "N")
(command "text" (list 10708 -275 ) "" "0" "2-16" "")
(command "text" (list 8841 625 ) "" "0" "2-16" "")
(command "color" 1 "")
(command "line" (list 12500 -500 ) (list 12500 0 ) (list 18000 0 ) (list 18000 -500 ) "")
(command "line" (list 12500 950 ) (list 12500 450 ) (list 18000 450 ) (list 18000 950 ) "")
(command "color" 3 "")
(command "leader" (list 15250 375 ) (list 15250 675 ) (list 15450 675 ) "" "" "N")
(command "leader" (list 15250 75 ) (list 15250 -225 ) (list 15450 -225 ) "" "" "N")
(command "dimlinear" (list 12500 -500 ) (list 18000 -500 ) (list 18000 -500 ))
(command "text" "j" "MC" (list 15250 -425 ) "100" "0" "2L-8# @ 150 C/C" )
(command "line" (list 13000 412.5 ) (list 13000 37.5 ) "")
(command "line" (list 13200 412.5 ) (list 13200 37.5 ) "")
(command "text" "j" "ML" (list 15500 675 ) "100" "0" "2-16" )
(command "text" "j" "ML" (list 15500 -225 ) "100" "0" "2-16" )
(command "color" 2 "")
(command "line" (list 13100 150 ) (list 17650 150 ) "")
(command "line" (list 12250 300 ) (list 14250 300 ) "")
(command "color" 3 "")
(command "leader" (list 16133 150 ) (list 16283 300 ) (list 16283 -225 ) (list 16483 -225 ) "" "" "N")
(command "color" 3 "")
(command "leader" (list 13800 300 ) (list 13950 150 ) (list 13950 675 ) (list 14150 675 ) "" "" "N")
(command "text" (list 16508 -275 ) "" "0" "2-16" "")
(command "text" (list 14175 625 ) "" "0" "2-16" "")
(command "color" 1 "")
(command "color" 3 "")
(command "color" 2 "")
(command "color" 3 "")
(command "color" 3 "")
(command "color" 1 "")
(command "color" 3 "")
(command "color" 2 "")
(command "color" 3 "")
(command "color" 3 "")
(command "color" 1 "")
(command "color" 3 "")
(command "color" 2 "")
(command "color" 3 "")
(command "color" 3 "")
(command "color" 1 "")
(command "color" 3 "")
(command "color" 2 "")
(command "color" 3 "")
(command "color" 3 "")
(command "color" 1 "")
(command "color" 3 "")
(command "color" 2 "")
(command "color" 3 "")
(command "color" 3 "")
(command "color" 1 "")
(command "color" 3 "")
(command "color" 2 "")
(command "color" 3 "")
(command "color" 3 "")
(command "color" 1 "")
(command "color" 3 "")
(command "color" 2 "")
(command "color" 3 "")
(command "color" 3 "")
(command "text" "j" "ML" (list 0 -1000 ) "150" "0" "%%uBEAM (230 X 450)")
(command "zoom" "E"))