[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.
Offset Based on Arc Length
Tip# 2148 By Derek Beals On 01-Sep-2006
5
Rated By 1 users Downloaded : 341
Categories : 2D Operations, Curved Objects
Software type : AutoCAD
Rename File To : Tip 2148: arc-offset.lsp
Feeds arc length of existing arch to AutoCAD's Offset command.

Offset Based on Arc Length (Tip #2148) from Derek Beals shows how you can use AutoLISP to augment existing AutoCAD commands. In Derek's case, he needed the arc length of an existing arc to feed the AutoCAD Offset command. Load the AutoLISP file then type AO at AutoCAD Command line, select an existing arc object and the Offset command starts with the arc length already supplied as the offset value. The AutoLISP source contains other very useful functions for arc data manipulation and is worth a peek to see if there is something you might need to compliment your own library.

 

 

Average Rating:
5


User comments