lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
|
Lista Forumurilor Pe Tematici
|
lisp2arx | Reguli | Inregistrare | Login
POZE LISP2ARX
Nu sunteti logat.
|
Nou pe simpatie: Loredana12345 19 ani
| Femeie 19 ani Galati cauta Barbat 33 - 69 ani |
|
zauchan
Moderator
Inregistrat: acum 13 ani
Postari: 180
|
|
Code:
(Defun C:Q0 (/ ss count tnum entlst ntxt modent)
(setq ss (ssget '((0 . "TEXT"))))
(if ss
(progn (setq count 0
tnum (sslength ss)
) ;_ end of setq
(while (< count tnum)
(setq entlst (entget (ssname ss count))
ntxt (strcat "NC" (cdr (assoc 1 entlst)) "- TP=0")
modent (subst (cons 1 ntxt) (assoc 1 entlst) entlst)
count (1+ count)
) ;_ end of setq
(entmod modent)
)
) ;_ end of progn
(prompt "\nNo entities selected to change!")
) ;_ end of if
rr
) |
_______________________________________ psw: cea de la wjndowsXP gigabyte..
|
|
pus acum 4 ani |
|