| Author |
Message |
F.D.
Guest
|
Posted:
Sun Nov 20, 2005 9:10 pm Post subject:
COPY mistake |
|
|
Can someone plesae tell lisp routine or any kind of for deleting all
objects copied by mistake on top of ech other?
Autocad 2005 or LT 2005
Thnx in advance
|
|
| Back to top |
|
 |
CarlB
Joined: 27 Sep 2005
Posts: 52
|
Posted:
Mon Nov 21, 2005 8:38 am Post subject:
|
|
|
Don't know a way to do it in LT.
In 2005, with Express Tools installed, the command is OVERKILL.
If you don't have Express Tools, you'd have to find one of many lisps for this, for example "deldup.lsp" & "duprem.lsp" |
|
| Back to top |
|
 |
Guest
|
Posted:
Wed Nov 23, 2005 5:10 pm Post subject:
Re: COPY mistake |
|
|
Hi
There would be several way's to repair that foult, but in the end this
also mean deleting a number of entities from a drawing. So a rutine
that maneage this shuld proberly list the number of copied entities and
make a safety copy of the deleted entities in a seperate drawing I
guess.
It is not that difficult just to select all entities , make a list of
all entity names and travel the list entity by entity to find copies
and then collect the entity names of the copies in a list and select
them for either deleting or Wblock into a new drawing, but it still is
a rare problem and you proberly must code the application yourself.
|
|
| Back to top |
|
 |
F.D.
Guest
|
Posted:
Fri Dec 02, 2005 1:10 am Post subject:
Re: COPY mistake |
|
|
Solved, thnx anyway.
It was OVERKILL command in expres tools.
per.corell@privat.dk wrote:
| Quote: | Hi
There would be several way's to repair that foult, but in the end this
also mean deleting a number of entities from a drawing. So a rutine
that maneage this shuld proberly list the number of copied entities and
make a safety copy of the deleted entities in a seperate drawing I
guess.
It is not that difficult just to select all entities , make a list of
all entity names and travel the list entity by entity to find copies
and then collect the entity names of the copies in a list and select
them for either deleting or Wblock into a new drawing, but it still is
a rare problem and you proberly must code the application yourself.
|
|
|
| Back to top |
|
 |
|
|
|
|