<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Help needed for Area Calculation LISP command in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240122#M44223</link>
    <description>&lt;P&gt;Hi, everyone.&lt;/P&gt;&lt;P&gt;I am looking for a lisp command which can do the following.&lt;/P&gt;&lt;P&gt;1- Calculate area of enclosed area, the lines are not joint, but they are making enclosed area. When I click in side that area it should detect the lines and calculate area.&lt;/P&gt;&lt;P&gt;2- Then it should place an Alphabet their inside the enclosed area in capital form, when all 26 letters are placed it should go on with AA, AB, AC so on and so forth.&lt;/P&gt;&lt;P&gt;3- After clicking inside area and calculating the area, User should be able to place the label (value) by clicking in the cell of an already placed table as Field along with the Alphabet in the adjacent cell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also thinking of other tools which can help in increasing the efficiency of my work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward for positive replies from this forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 17:29:11 GMT</pubDate>
    <dc:creator>hamadsaeed</dc:creator>
    <dc:date>2022-06-16T17:29:11Z</dc:date>
    <item>
      <title>Help needed for Area Calculation LISP command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240122#M44223</link>
      <description>&lt;P&gt;Hi, everyone.&lt;/P&gt;&lt;P&gt;I am looking for a lisp command which can do the following.&lt;/P&gt;&lt;P&gt;1- Calculate area of enclosed area, the lines are not joint, but they are making enclosed area. When I click in side that area it should detect the lines and calculate area.&lt;/P&gt;&lt;P&gt;2- Then it should place an Alphabet their inside the enclosed area in capital form, when all 26 letters are placed it should go on with AA, AB, AC so on and so forth.&lt;/P&gt;&lt;P&gt;3- After clicking inside area and calculating the area, User should be able to place the label (value) by clicking in the cell of an already placed table as Field along with the Alphabet in the adjacent cell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also thinking of other tools which can help in increasing the efficiency of my work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward for positive replies from this forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 17:29:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240122#M44223</guid>
      <dc:creator>hamadsaeed</dc:creator>
      <dc:date>2022-06-16T17:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for Area Calculation LISP command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240161#M44224</link>
      <description>A variation of one of these perhaps or combo?&lt;BR /&gt;&lt;A href="http://www.lee-mac.com/areafieldtoattribute.html" target="_blank"&gt;http://www.lee-mac.com/areafieldtoattribute.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.lee-mac.com/arealabel.html" target="_blank"&gt;http://www.lee-mac.com/arealabel.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.lee-mac.com/areastofield.html" target="_blank"&gt;http://www.lee-mac.com/areastofield.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2022 17:51:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240161#M44224</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2022-06-16T17:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for Area Calculation LISP command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240169#M44225</link>
      <description>&lt;P&gt;I have seen these but these really don't do me any good wrt time and efficiency.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 17:54:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240169#M44225</guid>
      <dc:creator>hamadsaeed</dc:creator>
      <dc:date>2022-06-16T17:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for Area Calculation LISP command</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240920#M44226</link>
      <description>&lt;P&gt;See duplicate at&amp;nbsp;&lt;A href="https://www.cadtutor.net/forum/topic/75446-required-lisp-for-area-calculation/" target="_blank"&gt;https://www.cadtutor.net/forum/topic/75446-required-lisp-for-area-calculation/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 03:17:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-needed-for-area-calculation-lisp-command/m-p/11240920#M44226</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2022-06-17T03:17:10Z</dc:date>
    </item>
  </channel>
</rss>

