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

mirror command without copying

  • Thread starter Thread starter strudel
  • Start date Start date

strudel

Guest
Hello everyone,
do you know if you can set the mirror command by default without copying the source objects?
autocad 2010

Thank you.
Hi.
 
You mean without keeping the mirrored object?
command: mirror
select objects: specify opposite angle: found(s) 10
select objects:
specify first point of the specular line: specify second point of the
specular line: <orto on="">erase source objects? </orto>[Sì/No] <n>: </n>s
 
Yes.
That's right. practically 9 times out of 10 I have to delete the source objects and I would like to set it as default.
Can you help me?
Thank you.
Hi.
 
create a text file with the following string

(defunc c:spc)
(command "_mirror" break break pauses "_y")
)

where spc will be your new mirror command (you can put whatever you want)

save the fiel with what name you want with .lsp extension and put it in the autoad support folder.

go to application loaded tools, content selections, add and put your file lsp.

now at each autocad start will load the new command and typing spc you will make the mirror by deleting the source object.
 
you can use this lisp that I modified.
taken from qui but it was just for the English version.
miy command to delete them by default and min command not to delete them, always by default.

edit: preceded by shape
 

Attachments

It's okay, but, I'm sorry in advance, looking for hair in the egg...
practically, to speed up the drawing:
- I have the mirror command in the mouse button curtain
- displays only in the quick editing menu
so by saving a click as:
1- select objects
2- dx click -> mirror

only that the lisp you gave me only works with
1- select mirror command -> select objects
If I already have the selected items, it will restart the command.

could not be obvious to this? i.e. can you do so you can, first select objects and then start the command?

thanks for the time allowed me
greetings
 

Forum statistics

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

Members online

No members online now.
Back
Top