An automated AutoLISP tool for AutoCAD to streamline Plan Oblique projections. This script manages cursor angles, grid styles, and polar tracking with a single toggle.
- One-Key Toggle: Switch between Standard Plan and Oblique mode (F4 is suggested, but any shortcut key can be used).
- Custom Angles: Support for any angle (e.g., 25-65 or 45-45) via the
OBLSETcommand. - Auto-Polar Tracking: Automatically updates Polar Tracking "Additional Angles" to match your oblique axes.
- Smart Grid: Automatically switches to a Dotted Grid in oblique mode for better visual clarity.
Download PlanOblique.lsp and save it to a secure folder on your computer (e.g., C:\AutoCAD_Tools\).
To ensure the tool is available every time you open a new drawing:
- Type
APPLOADin the command line and press Enter. - Click the Contents... button under the Startup Suite (briefcase icon).
- Click Add..., select your
PlanOblique.lspfile, and close the windows.
Assigning a shortcut key is highly recommended for efficiency. Once assigned, you can toggle the tool instantly with a single keypress instead of typing the command:
- Type
CUIin the command line. - In the Command List (bottom left), click the New Command (star icon) button.
- In the Properties panel (right side), enter the following:
- Name:
Plan Oblique Toggle - Macro:
^C^C_OBLTOG
- Name:
- In the top-left tree, find Keyboard Shortcuts > Shortcut Keys.
- Drag and drop your new "Plan Oblique Toggle" command into the Shortcut Keys folder.
- Click the command in the folder, go to the Key(s) row in Properties, and press your desired shortcut key (e.g., F4).
- Click Apply and OK.
OBLSET: Define the base angle for the projection (e.g., enter25for a 25-65 degree system).OBLTOG: Toggle the mode ON or OFF.- Note: If you have assigned a shortcut key as described in Step 3, you can use that key instead of typing this command manually.
In architectural representation, Plan Oblique projections maintain the true scale of the floor plan while illustrating spatial depth. This tool automates the manual setup of UCS and Snap angles, making it easier to produce accurate architectural drawings.
Barış Yorulmaz Architecture Student @ Middle East Technical University (METU)
This project is licensed under the MIT License.