<?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 Re: Getting area in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7622544#M111083</link>
    <description>&lt;P&gt;If you convert an ename of a polyiline into a vla-object, you can...&lt;/P&gt;
&lt;P&gt;(setq area (vlax-get object 'area))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if E is the entity name, then in longer terms...&lt;/P&gt;
&lt;P&gt;(setq area (vlax-get (vlax-ename-&amp;gt;vla-object E) 'Area))&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2017 02:50:38 GMT</pubDate>
    <dc:creator>john.uhden</dc:creator>
    <dc:date>2017-12-14T02:50:38Z</dc:date>
    <item>
      <title>Getting area</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7622411#M111082</link>
      <description>&lt;P&gt;Hi everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get area of a polyline to store it's value to get it in some equations in lisp.&lt;/P&gt;&lt;P&gt;Is there any code can get area of polyline&lt;/P&gt;&lt;P&gt;I think that's Entget&lt;/P&gt;&lt;P&gt;I don't know is it or not and i don't know how to use it.&lt;/P&gt;&lt;P&gt;I hope you can help me with that.&lt;/P&gt;&lt;P&gt;Thanks for all&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 01:13:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7622411#M111082</guid>
      <dc:creator>Muhammed.OPERA</dc:creator>
      <dc:date>2017-12-14T01:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting area</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7622544#M111083</link>
      <description>&lt;P&gt;If you convert an ename of a polyiline into a vla-object, you can...&lt;/P&gt;
&lt;P&gt;(setq area (vlax-get object 'area))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if E is the entity name, then in longer terms...&lt;/P&gt;
&lt;P&gt;(setq area (vlax-get (vlax-ename-&amp;gt;vla-object E) 'Area))&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 02:50:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7622544#M111083</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2017-12-14T02:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting area</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7622570#M111084</link>
      <description>&lt;P&gt;I have tried it . it's working&lt;/P&gt;&lt;P&gt;Thank you for your time&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 03:20:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7622570#M111084</guid>
      <dc:creator>Muhammed.OPERA</dc:creator>
      <dc:date>2017-12-14T03:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting area</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7623085#M111085</link>
      <description>&lt;P&gt;&lt;FONT face="georgia,palatino" size="3"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="georgia,palatino" size="3"&gt;With the use of vlax-curve-* functions you can get the length of any object that have a length property and without converting the target object to vla-object as follows.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(setq e (car (entsel "\nSelect polyline :")))
(vlax-curve-getdistatparam e (vlax-curve-getendparam e))&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Dec 2017 09:19:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/getting-area/m-p/7623085#M111085</guid>
      <dc:creator>_Tharwat</dc:creator>
      <dc:date>2017-12-14T09:19:31Z</dc:date>
    </item>
  </channel>
</rss>

