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

identification of an element

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello everyone and good new year!
I would like to identify with a name the elements created with the command "_mirror", is it possible?
I'll explain.
- design an object or element, I can give it a name to be able to cancel it later
I repeat the same object with the command "_mirror", how can I name it?
I think it doesn't work.
Thank you.
 
autocad already does this job on his own.
each entity has its name (-1 . xxxxxxxx) for which if you assign to a variable (we call it "original") the name of the source entity - I imagine a thing of the type
(original setq (car (entsel)))
and in the mirror the respective name (setq mirror (car (entsel)))
then you can interact with them even after 100 lines of list, without going physically to pick them up.
 

Forum statistics

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

Members online

No members online now.
ciao
Back
Top