• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

delete all textm and text elements

  • Thread starter Thread starter czar
  • Start date Start date

czar

Guest
hello, has anyone already made a lisp to erase all textm objects or text? I have the need to make all the writings present inside a design that belong precisely to these two types... thanks to listening
 
You don't need a lisp for something that simple. use the command Home
I need to do it on about 7 thousand dxf files. The intention is once loaded by apploading in startup the lisp, launch a script to process them all. with selerapid doing a set of commands I managed to get the desired result. ..would be able to use the infamous xls file, which at the moment is not within my reach.
 
Lisp instructions are fairly trivial.
remains to find the way to make it run in bach

attention: :
does not ask for anything, performs abruptly
 

Attachments

I would do like this:
the createscript.xls file is ready for script creation, just add .dxf files; will always be saved in dxf.
the lisp txtdel slightly modified it, the only loading does not run the command, you have to start it with (txtdel)
 

Attachments

can you do by selecting only the odds? Thank you.
Hello, everyone.
I do not attend this forum very much, but I had the opportunity to take advantage of the competence of g.p. and others whose name I do not remember.
I take the opportunity to say goodbye.
in the specific case I developed a program that selects the objects of a window.
objects can be texts, quotas, polinese, circles, points, etc.
I transmit it.
to type it (load "select object").
- first the program asks what you want to do: copy, move, delete,
- then identify an object (in our case a quota),
- then indicate first and second point of the selection window.
all objects of that type (quote) will be selected and the required operation will be performed.
similarly developed the selection by color, by layer and by line type.
if I interest them.
I know that the same thing can be done without programs, but the lisp are simpler and faster.
Hi.
 

Attachments

Hello, everyone.
I do not attend this forum very much, but I had the opportunity to take advantage of the competence of g.p. and others whose name I do not remember.
I take the opportunity to say goodbye.
in the specific case I developed a program that selects the objects of a window.
objects can be texts, quotas, polinese, circles, points, etc.
I transmit it.
to type it (load "select object").
- first the program asks what you want to do: copy, move, delete,
- then identify an object (in our case a quota),
- then indicate first and second point of the selection window.
all objects of that type (quote) will be selected and the required operation will be performed.
similarly developed the selection by color, by layer and by line type.
if I interest them.
I know that the same thing can be done without programs, but the lisp are simpler and faster.
Hi.
Thank you very much. simple but very efficient. Greetings. Thursday
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top