View Full Version : AutoCAD 2007LT Align Command doesn't work
acad1228
13th Sep 2006, 05:56 pm
One of our detailers is using AutoCAD 2007LT. He can't get the align command to work, any help? Is this command even included in the light version?
rkmcswain
13th Sep 2006, 08:07 pm
LT doesn't include the ._ALIGN command (at least 2006, I would guess 2007 is the same). You will have to use ._MOVE and ._ROTATE
acad1228
13th Sep 2006, 08:25 pm
I'll let him know. I may see if I can rob the code from the full version on my system.
Kate M
14th Sep 2006, 08:28 pm
Even if you can, LT won't run it -- no LISP, VBA, etc -- and I don't think a macro will do what you're looking for.
CarlB
14th Sep 2006, 08:43 pm
The following macro works like the ALIGN command although the prompts may be a little confusing. But you do pick base point for objects to align, new base point, reference point on objects, reference point for new location.
^C^C_select;\_move;_p;;\\_rotate;_p;;@0,0;_referen ce;@
acad1228
14th Sep 2006, 08:47 pm
Kate and Carl,
Thank you
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.