<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Reverse Leader direction?</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Reverse Leader direction?]]></description>
  <pubDate>Mon, 20 Apr 2026 00:39:24 +0000</pubDate>
  <lastBuildDate>Thu, 03 Dec 2009 22:30:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=2797</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Reverse Leader direction? : The same principle applies, pretty...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2797&amp;PID=7548&amp;title=reverse-leader-direction#7548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 2797<br /><strong>Posted:</strong> 03.Dec.2009 at 22:30<br /><br />The same principle applies, pretty much.&nbsp; But there are some dynamic things going on that sometimes produce odd results, like adding a short tail.<DIV>&nbsp;</DIV><DIV>Try the following, it seems to mostly work..</DIV><DIV>&nbsp;</DIV><DIV>(defun c:rld ()<BR>&nbsp;&nbsp;&nbsp; (while<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq ename (car (entsel "Select leader: ")))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq Edata (entget Ename))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq VertList (vl-remove-if-not '(lambda (a) (= (car a) 10)) Edata))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq Ed_Tail (member (assoc 340 Edata) Edata))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq Ed_Front (reverse (member (assoc 76 Edata) (reverse Edata))))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq Ed_Rev (append Ed_Front (reverse Vertlist) Ed_Tail))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (entmod Ed_Rev)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (princ)<BR>&nbsp;&nbsp; )<BR>)</DIV>]]>
   </description>
   <pubDate>Thu, 03 Dec 2009 22:30:42 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2797&amp;PID=7548&amp;title=reverse-leader-direction#7548</guid>
  </item> 
  <item>
   <title><![CDATA[Reverse Leader direction? : Hi allA junior tech in my office...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2797&amp;PID=7543&amp;title=reverse-leader-direction#7543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=83368">kylesom</a><br /><strong>Subject:</strong> 2797<br /><strong>Posted:</strong> 03.Dec.2009 at 09:56<br /><br />Hi all<br><br>A junior tech in my office has managed to insert about 30 drawings worth of quick leaders but in the wrong direction - he didnt bother adjusting dimscale to show the arrow for some reason.<br><br>Is there a way I can either reverse the leader direction, or reverse all leaders 180deg about their midpoint?<br><br>Line / Polyline reverse lisps wont work on a leader unfortunately but I'd imagine the same principle applies?<br><br>Cheers<br>Kyle<br>]]>
   </description>
   <pubDate>Thu, 03 Dec 2009 09:56:57 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2797&amp;PID=7543&amp;title=reverse-leader-direction#7543</guid>
  </item> 
 </channel>
</rss>