//***From afralisp.com newsletter 1and 2 of 2003 -see Newsletter Archieves**
//(said to put it in acad Menu file but I put in acad.mns) -aj 24 May 2003
//
//I saw your tip in adding "CAL -> MEE" into the cursor menu.
// I've had that in mine for some time now. Here's some others I added to make life simpler:
//(The Mid cur cur one below is not limited to endpoints like the "CAL -> MEE".)
[--]
[--]
[->Calculator]
[GeomCal]'cal;
[Midway]'cal;(cur+cur)/2;
[Mid+Mid / 2]'cal;(mid+mid)/2;
[Int+Int / 2]'cal;(int+int)/2;
[End+End / 2]'cal;(end+end)/2;
[End-End Dist]'cal;dist(end,end);
[<-Line Int]'cal;ill(end,end,end,end);
//I also added another section that allows OSNAP combinations like END -> END so you can
// do them in one pick instead of having to keep going back to the cursor menu again.
// Here's the section from my cursor menu:
[--]
[->Multiple]
[End - End]_endp;\_endp;
[End - Int]_endp;\_int;
[End - Mid]_endp;\_mid;
[End - Perp]_endp;\_perp;
[Int - Int]_int;\_int;
[Int - End]_int;\_end;
[Cen - Cen]_center;\_center;
[Mid - Int]_mid;\_int;
[Mid - Perp]_mid;\_perp;
[Near - End]_near;\_endp;
[Near - Int]_near;\_int;
[<-Near - Perp]_near;\_perp;
// mods to cursor dated 24 May 03 end here.
               (
geocities.com/wpsmoke/acadcust)                   (
geocities.com/wpsmoke)