<?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) : Favourite addons, tools for AutoCAD</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Favourite addons, tools for AutoCAD]]></description>
  <pubDate>Sat, 04 Apr 2026 07:12:45 +0000</pubDate>
  <lastBuildDate>Tue, 11 Nov 2008 08:22:35 +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=1225</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[Favourite addons, tools for AutoCAD : Hello PepaR, do you want the...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3553&amp;title=favourite-addons-tools-for-autocad#3553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=547">Apeiron</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 11.Nov.2008 at 08:22<br /><br />Hello PepaR,<DIV>do you want the names or a description of them?</DIV><DIV>I use lisp routines for diferent types of offsets but not in fixed distances. More time offset in one direction or one offset in both direction with the same distance.</DIV><DIV>There is one for offseting in a new layer chose by user at the distance required by user.</DIV><DIV>Diferent cutting lisp routines (BreakAll).</DIV><DIV>I use Autocad 2005 most of the time in my office and I don't make separate hatches from 2005 so I have a lisp routine that is making this for me.</DIV><DIV>One lisp routine is making a new layer linetype with a word (or more words) that I need in that layer to reprezent something.</DIV><DIV>One lisp routine is making a sum of all the areas that I select for diferent quantities.</DIV><DIV>Other one is making a sum for all the lines and polylines I select in a drawing.</DIV><DIV>&nbsp;</DIV><DIV>Maybe if somebody can give diferent usefull examples of lisp routines ....</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 11 Nov 2008 08:22:35 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3553&amp;title=favourite-addons-tools-for-autocad#3553</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : whew.... big field here, so many...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3546&amp;title=favourite-addons-tools-for-autocad#3546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2516">GhostRider</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 10.Nov.2008 at 18:53<br /><br /><P>whew....&nbsp; big field here, so many lisps all are good, a group of routines all linked together in a menu or toolbars, taylored for you is so productive and most useful.. I like small ones that cut out a few keybord strokes like this:</P><DIV>;^C^COFFSET 4.5 <BR>(defun c:2- () (command "OFFSET" "2") (princ))<BR>(defun c:2-5 () (command "OFFSET" "2.5") (princ))<BR>(defun c:3- () (command "OFFSET" "3") (princ))<BR>(defun c:3-5 () (command "OFFSET" "3.5") (princ))<BR>(defun c:4- () (command "OFFSET" "4") (princ))<BR>(defun c:4-5 () (command "OFFSET" "4.5") (princ))<BR>(defun c:5- () (command "OFFSET" "5") (princ))<BR>(defun c:5-5 () (command "OFFSET" "5.5") (princ))<BR>(defun c:6- () (command "OFFSET" "6") (princ))<BR>(defun c:6-5 () (command "OFFSET" "6.5") (princ))</DIV>]]>
   </description>
   <pubDate>Mon, 10 Nov 2008 18:53:42 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3546&amp;title=favourite-addons-tools-for-autocad#3546</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : Could you specify some individual...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3528&amp;title=favourite-addons-tools-for-autocad#3528</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=14249">PepaR</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 07.Nov.2008 at 20:05<br /><br />Could you specify some individual lisp routines, please?]]>
   </description>
   <pubDate>Fri, 07 Nov 2008 20:05:33 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3528&amp;title=favourite-addons-tools-for-autocad#3528</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : Hello everybody I use Express...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3519&amp;title=favourite-addons-tools-for-autocad#3519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=547">Apeiron</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 07.Nov.2008 at 10:12<br /><br />Hello everybody<DIV>I use Express Tools and some individual lisp routines .</DIV>]]>
   </description>
   <pubDate>Fri, 07 Nov 2008 10:12:29 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3519&amp;title=favourite-addons-tools-for-autocad#3519</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : I used AutoXls table a lot. It...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3515&amp;title=favourite-addons-tools-for-autocad#3515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=24830">wencad08</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 07.Nov.2008 at 02:55<br /><br />I used AutoXls table a lot. It is an addon tool used to import excel to AutoCAD.It is convenient for me to draw the chart.]]>
   </description>
   <pubDate>Fri, 07 Nov 2008 02:55:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3515&amp;title=favourite-addons-tools-for-autocad#3515</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : Autolisp is the root of Express...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3472&amp;title=favourite-addons-tools-for-autocad#3472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=24270">archie.manza</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 02.Nov.2008 at 09:57<br /><br />Autolisp is the root of Express tool. So the better LSP you got the more productive you will be.]]>
   </description>
   <pubDate>Sun, 02 Nov 2008 09:57:26 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3472&amp;title=favourite-addons-tools-for-autocad#3472</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : There is not much added functionality...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3463&amp;title=favourite-addons-tools-for-autocad#3463</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 31.Oct.2008 at 20:45<br /><br />There is not much added functionality but Express Tools are still developed. ET is still there in AutoCAD 2009 and some of the ET commands have made it to the core AutoCAD commands.]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 20:45:30 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3463&amp;title=favourite-addons-tools-for-autocad#3463</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : I&amp;#039;d say that express tools...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3456&amp;title=favourite-addons-tools-for-autocad#3456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=23910">Kajito</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 31.Oct.2008 at 18:16<br /><br />I'd say that express tools are one of the most powerful tools for autocad. What a pity the developers stopped few years ago ... <br />I use as well CADS detailing suite - but that is very specific for structural enginners ..<br />]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 18:16:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3456&amp;title=favourite-addons-tools-for-autocad#3456</guid>
  </item> 
  <item>
   <title><![CDATA[Favourite addons, tools for AutoCAD : Hello,   I would like ask what...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3278&amp;title=favourite-addons-tools-for-autocad#3278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=14249">PepaR</a><br /><strong>Subject:</strong> 1225<br /><strong>Posted:</strong> 18.Oct.2008 at 11:10<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>I would like ask what is your favourite (freeware or shareware) addons or tools&nbsp;for<strong> Autodesk AutoCAD</strong>, please?</DIV><DIV>&nbsp;</DIV><DIV>Thanks for reply</DIV><span style="font-size:10px"><br /><br />Edited by PepaR - 18.Oct.2008 at 11:10</span>]]>
   </description>
   <pubDate>Sat, 18 Oct 2008 11:10:29 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1225&amp;PID=3278&amp;title=favourite-addons-tools-for-autocad#3278</guid>
  </item> 
 </channel>
</rss>