Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Login
Register
TheSwamp
»
Code Red
»
AutoLISP (Vanilla / Visual)
»
Topic:
key for a distance
« previous
next »
Print
Pages: [
1
] |
Go Down
Author
Topic: key for a distance (Read 2681 times)
0 Members and 1 Guest are viewing this topic.
vladimirzm
Guest
key for a distance
«
on:
July 24, 2008, 12:01:51 AM »
i have to type 0.15 and 0.25 many times and it would be nice if some key could do this, for example ctrl+1 for 0.15 and ctrl+2 for 0.25, this keys must work while a command is running specially with polar, otrack and osnaps references
:
line, clic for first point, move 90 degrees with polar and CTRL+1 (for 0.15), 3rd clic ...
Logged
ronjonp
Needs a day job
Posts: 7516
Re: key for a distance
«
Reply #1 on:
July 24, 2008, 12:11:09 AM »
What are you doing with these values?
Logged
Windows 11 x64 - AutoCAD /C3D 2023
Custom Build PC
vladimirzm
Guest
Re: key for a distance
«
Reply #2 on:
July 24, 2008, 12:13:11 AM »
offset, move, copy, draw lines plines ...
Logged
alanjt
Needs a day job
Posts: 5350
Standby for witty remark...
WWW
Re: key for a distance
«
Reply #3 on:
July 24, 2008, 12:16:57 AM »
you could easily do this as 'temporary key overrides' (i'm pretty sure that's the name). just make sure you remove the ^C^C from the beginning so it will stay in your active command.
Logged
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox
vladimirzm
Guest
Re: key for a distance
«
Reply #4 on:
July 24, 2008, 12:28:35 AM »
well i have tried but i don't get it work
Logged
vladimirzm
Guest
Re: key for a distance
«
Reply #5 on:
July 24, 2008, 12:31:43 AM »
Quote from: ronjonp on July 24, 2008, 12:11:09 AM
What are you doing with these values?
i mean, here we usually build with bricks, and the standard is to draw walls with distances 0.10, 0.15, and 0.25 for every side of brick, then is very usefull pres one (or two) keys instead of three or four if you need this all the time.
Logged
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: key for a distance
«
Reply #6 on:
July 24, 2008, 01:24:31 AM »
Probably the easiest way is to add the values to your default RightClick Menu ... easy to do and maintain .. or it used to be
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
CAB
Global Moderator
Seagull
Posts: 10401
Re: key for a distance
«
Reply #7 on:
July 24, 2008, 07:54:11 AM »
If you could be more specific there may be a custom lisp that would do the job.
A DWG with before and after examples would do nicely.
As for COMMANDs the 0.10 can be entered as .1 and 0.15 as .15
Logged
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.
Print
Pages: [
1
] |
Go Up
« previous
next »
TheSwamp
»
Code Red
»
AutoLISP (Vanilla / Visual)
»
Topic:
key for a distance