Jump to content

Recommended Posts

Posted

Good day

 

Is there a lisp for construction line...line straight in type the command for vertical/hirizontal line...

Im just being lazy typing 3 letters..

 

Thnaks in advance

Posted

Im just being lazy typing 3 letters..

 

Why stop there? Did you know it is possible to use voice recognition software to create/edit a drawing in AutoCAD? Take the ultimate step and go "hands free".

Posted

Xline vertical / horizontal can do it in 2 keystrokes and 1 mouse action. XV or XH

Posted

+1 to Halam. Type "XL" enter and select direction. ;)

Posted

I personally don't use xlines them that much I suppose. One letter keystrokes are 1,2,3 ..:)

Posted

I guess mind control is the next evolutionary step then?

Posted

Thats way toooo..... helpful...boinks:D

Posted

I got it to 1 like Halam

 

(defun c:1()(command "xline" "H" pause))
(defun c:2()(command "xline" "V" pause))

Posted

I used to have various construction line macros on a set of menu buttons,

Horizontal, vertical, both, 45 & 135 degrees, isometric (30,60,-30,-60), perpendicular to a picked line, angled, offset.

 

Click the button, (enter angle or offset if needed), pick your point.

 

Here are the macros, make your own buttons and icons.

 

^C^C_-layer m construct c red^M^M;_xline h

^C^C_-layer m construct c red^M^M;_xline v

^C^C_-layer m construct c red^M^M;_xline h;\^C_xline v @ ^M^C

^C^C_-layer m construct c red^M^M;_xline a 45;\^C_xline a 135 @^M^C

^C^C_-layer m construct c red^M^M;_xline a 30;\^C_xline a 60 @^M;^C_xline a -30 @^M;^C_xline a -60 @^M^C

^C^C_-layer m construct c red^M^M;_xline a r;\90;

^C^C_-layer m construct c red^M^M;_xline a

^C^C_-layer m construct c red^M^M;_xline o

Posted

...thts works...so grateful to have u guys ...thanks!!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...