home *** CD-ROM | disk | FTP | other *** search
- ;*******************************************
- ;* The program for drawing inner cylinder.*
- ;*******************************************
- (yzh 1 m)
- (setq fpt (list xb yb) no (+ no 1))
- (attdef1 "dir1" "H" fpt)
- (command "block" no fpt "w" (list xb (- yb dr)) (list (+ xb l) (+ yb dr)) "")
- (command "insert" no fpt "" "" "" "" "" "" "" "" "" "" "" "" "" "" "")
- (setq xb (+ xb l))
- (command "layer" "s" "" "l" "hidden" "" "")
- (redraw)
-
- (MENUCMD "S=IN2")
- (SETQ YN (GETSTRING "\n╩╟╖±╝╠╨°╗¡─┌▒φ├µ: "))
- (IF (OR (= YN "Y") (= YN "y"))
- (PROGN(MENUCMD "I=nn")
- (MENUCMD "I=*")
- )
- (MENUCMD "S=SCREEN")
- )