[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Oblique Angle to Zero
Tip# 2195 By James Thomassen On 01-Mar-2007
5
Rated By 1 users Downloaded : 329
Categories : 2D Operations, 2D Editing
Software type : AutoCAD
Rename File To : Tip 2195: FOA.LSP
Routine sets non-zero oblique angles to zero.

Oblique Angle to Zero (Tip #2195) from James Thomassen is a utility for dealing with drawings created by other sources. In this case, the drawings arrived with various oblique angles assigned to the text and the desired standard was to use no oblique angles. Load the LISP code and type FOA to get the command started. It asks you to select the text objects, and this task can be accomplished quickly using a window because a text-only filter is applied inside the code. After finishing your selection, each text object is interrogated and any nonzero oblique angles are set to zero by changing the group code 51 value.

 

 

Average Rating:
5


User comments