[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.
Length of Linear Objects
Tip# 1939 By Will DeLoach On 01-Apr-2004
2
Rated By 1 users Downloaded : 854
Categories : 2D Operations
Software type : AutoCAD
Rename File To : Tip1939: LL.LSP
LL.LSP measures length of linear objects such as lines, arcs, and polylines. Uses Length command to compute sum of lengths.

Tips #1939 (C:LL) and #1940 (C:OL) are two great examples of how Visual LISP works well with AutoCAD objects. The first is a command function named (C:LL) that you use to measure the length of linear objects. Load the file HTH1939.LSP and type LL. Select linear objects such as lines, arcs, polylines, and so forth. By using the Length property of AutoCAD objects, this function quickly computes the sum of lengths.

 

 

Average Rating:
2


User comments