CAD tip # 11847:
Question
With our freeware utility, the reactor UCSauto, you can automatically switch UCS to the plane of your current View, whatever method you have used to set that view.
Download the LISP application UCSAUTO from
Download and load it into your AutoCAD session e.g. with APPLOAD. This application has no command, it works automatically. It reacts to any view change (VIEWDIR) and if your current UCS is not coplanar with the view plane, it automatically creates and activates the named UCS "Recent UcsAuto" in the view plane. So you can always draw in "plan-view" in the currently active 3D view. The reactor works only if the UCSFOLLOW variable is enabled.
By setting the LISP variable:
(setq ucs:justforortho T)
you can limit the reactor functionality only to orthographic views. So it behaves in a similar way as switching of the named ortho-views, but here you can also use the ViewCube.
A similar tool - VSauto (also on free download) - switches the visual style of ortho and 3D views.
Sample:
Notice the ability to draw the circles always in "plan view" and the rendered visual style in general 3D views.
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

