The H-Factor

Reducing Entropy

Recent Posts

Welcome

Recently our previous blog service (Typepad) ended their business – so, we have a new home. It will take a bit to get images back and displaying properly, but we are working on it! Final pageview count of original Typepad blog: 387,232

Using a Non-Standard Pipe Type in HydraCALC

A customer called today asking how to enter a 1″ black plastic underground pipe for the calc. This particular situation sounded unique enough that I did not tell him to add that pipe type to our database, as I would have if he expected to see this pipe type used repeatedly. I told him to…

Using the Hydratec Software Download Area

Hydratec uses ShareFile to distribute our software installs and updates. New customers, or those without access, must request access to be able to get at these downloads. Access is only available to customers with a Hydratec subscription or those on an update plan. You can access the download area and request access by picking the…

April 2007
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  

A common complaint from users of the newer versions of AutoCAD is that hitting the Up and Down arrows now show coordinates instead of the last distance typed in. If this bugs you as much as it does me, try this:

Type in INPUTHISTORYMODE and Enter 0 – You will now be able to recall those distances you typed in.

Other values of INPUTHISTORYMODE:

0 – No history of recent input is displayed.

1 – History of recent input is displayed at the command line or
in a dynamic prompt tooltip. Access with the Up Arrow and Down Arrow keys at the
command prompt, or at an input prompt.

2 – History of recent input for the current command is displayed in the shortcut menu under Recent
Input.

4 -History of recent input for all commands
in the current session is displayed in the shortcut menu under Recent Input.Note that like many AutoCAD variables, this one is bitwise which means
add up the numbers of the features you want and use that value.

8 -Markers for recent input of point locations are displayed.
Use the arrow keys on the command line at a prompt for specifying a point
location.

Like many AutoCAD variables, INPUTHISTORYMODE is bitwise, which means add up the options you like and type that value in. 15 is the AutoCAD default (1+2+4+8)

Posted in

Leave a comment