[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.
Bisect Angle/Spacing between Straight Entities
Tip# 3756 By Kent Cooper On 17-Oct-2011
0
Rated By 0 users Downloaded : 910
Categories : Linear Objects
Software type : AutoCAD 2012
Rename File To : Bisector.lsp
Create a bisecting angle entity for virtually any two linear objects.

Kent Cooper used Cadalyst Tips No. 979 and No. 1114 for inspiration in creating his own version of a bisector routine for AutoCAD. This version will create a bisecting angle entity for virtually any two linear objects selected. If you select two parallel entities, then an entity is created midway between the two selected parallel entities. Start by loading the LISP routine, then type in the command BI. At this point you can select any two linear objects including, but not limited to, a line, polyline segment, leader, image, viewport, ray, xline, mline, or any of these objects nested in a block. The resulting bisecting entity created is an xline on the current layer. If you pick an unsupported entity, such as a circle, arc, spline, or text, the program will simply ask you to pick again. Great job, Kent — this is a well-written routine with plenty of comments in the code.

 

Average Rating:
0


User comments
Comment by K,Jakub
Posted on 2016-02-02 15:41:49
Has anybody tried the lisp in AC 2015 ? I cannot pick a first objec, as the lisp says - Nothing selected, or not a straight object with linearity. I think that line is quite straight :D any idea?
Comment by K,Jakub
Posted on 2016-02-02 15:41:58
Has anybody tried the lisp in AC 2015 ? I cannot pick a first objec, as the lisp says - Nothing selected, or not a straight object with linearity. I think that line is quite straight :D any idea?
Comment by Cooper,Kent
Posted on 2016-07-05 12:54:12
I didn't notice that there was a comment until now.... The attached is a version edited last year -- I don't remember what I edited about it, but I hope it fixed whatever problem you're having. If not, do you get that message with any kind of object, or only with some kinds?