(18 May, 2002)
To snap to the apparent mid point of any two points, (for example to get the
center point of
a square) use the online geometry calculator ‘CAL and enter the expression:
(cur+cur)/2, then pick the two points you want to use. The command is
transparent, so can be used in the middle of a circle command for example:
Command:_circle 3P/2P/TTR/<Center point: 'cal
Expression: (cur+cur)/2
Enter a point:_endp of
Enter a point:_endp of
Diameter/<Radius: enter radius
You can also assign this command to a toolbar button by using the macro 'cal;(cur+cur)/2;
(20 May, 2002)
A command can continuously repeat. The command is MULTIPLE. MULTIPLE command
works well with the FILLET and CHAMFER commands.
To repeat command:
From a macro, in a toolbutton or pull-down menu item, the * character does the same thing. Example: *^C^C_fillet
(1 Oct 2002)
With the creation of a REGION or a 3D SOLID, it is possible to find the
centroid of an object, with the MASSPROP function. MASSPROP is an AutoCAD
function.
(8 Oct 2002)
To make the dimension contents permanently blank, input \H into the DDIM >
Primary Units > Prefix. This hides the dimension text.
(14 Nov 2002)
This prompt is seen in either the MOVE or COPY commands:
Base point or displacement?
Users tend to ignore the last word of this prompt. The displacement is simply how much an object will move in the X and Y direction. (Example 10,0 is 10 units in the X and 0 units in the Y.) At entry of the displacement, the objects may jump to an unexpected place or disappear from the screen. Do not cancel the command, as AutoCAD will be prompting with this:
Second point of displacement:
Ignore this prompt by
hitting ENTER. The object will move to the correct displacement.