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

change command drop down menu

  • Thread starter Thread starter Nicola94cad
  • Start date Start date

Nicola94cad

Guest
Good morning to all, IMG_20190819_130039.webpI would like to know if you can change the command drop-down menu order, for example the edipl command allows me to select a polyline or more polyline, I would like that by default there was "poliline".
Is it possible?

Regration
 
Good morning.
I created this shortcut for a command I often use:
(defun c:epp()
(cimmand "editpl" "polilinee")

This way I don't have to choose between polylinea/poliline

now I just want to have to select the polylines and then automatically say "yes" "join" and "0"

How can I do that?
Thank you.
 
Good morning to all,View attachment 54297I would like to know if you can change the command drop-down menu order, for example the edipl command allows me to select a polyline or more polyline, I would like that by default there was "poliline".
Is it possible?

Regration
Try to select more than one? Maybe a crossing?
 
Last edited by a moderator:
I downloaded via an internet search the lisp, I don't understand why I can't from the link you indicated, however to speed up the command I wanted to remove the part of the requests after the selection (see attached image) , but gives me a message in which he asks to enter the interrupt cycle (see image) , I don't understand where the problem is.
 

Attachments

  • codice.webp
    codice.webp
    103.5 KB · Views: 6
  • messaggio.webp
    messaggio.webp
    46.3 KB · Views: 6
(command "editpl" "p" (ssget) "" "s" "u" "0"")
it works perfectly does what you have to do, I am already using it and I am super happy, only defect, you do not have to move the mouse to the confirmation (after the selection) otherwise you call to change the selection of the drop-down menu (which obviously you do not see because it is too fast)
Thank you very much anyway!
 
... only defect, you do not have to move the mouse to the confirmation (after selection) otherwise you call to change the selection of the drop-down menu (which obviously cannot be seen because it is too fast). . .
if you are not indispensable you can disable quick selection menu in the design area found in user preferences , i never used it... and i'm still alive...

p.s. or see the shortcutmenuduration variable
 
Last edited by a moderator:

Forum statistics

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

Members online

No members online now.
Back
Top