Lengthen DYnamic command by Lisp

Lengthen DYnamic command by Lisp

Lukasvop1
Advocate Advocate
293 Views
2 Replies
Message 1 of 3

Lengthen DYnamic command by Lisp

Lukasvop1
Advocate
Advocate

Hello guys, can you help me? I wanna use command for lengthen lines with only one lisp command. Default I must tipe Lengthen DY.

Thank you.

0 Likes
Accepted solutions (1)
294 Views
2 Replies
Replies (2)
Message 2 of 3

Kent1Cooper
Consultant
Consultant
Accepted solution

(defun C:LEDY () (command "_.lengthen" "_dynamic"))

 

or a Tool Palette button with:


^C^C_.lengthen _dy

 

By the way, if DYnamic mode was the last way you used LENGTHEN, in using the basic command again you don't need to type in the DY, but can just hit Enter/space to accept that as the offered default.

Kent Cooper, AIA
0 Likes
Message 3 of 3

Lukasvop1
Advocate
Advocate

Thank you, this save me lot of struggle, yes I know "enter" repeat last command but this is what I need.

0 Likes