<?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 point collection of the AREA command in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682872#M23079</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7245178"&gt;@josip_skopljak&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The only difference i really want is to keep the hatch and polyline that the AREA command generates for further usage.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use an ObjectOverrule to capture temporary objects that are created by the hatch command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2019 22:10:17 GMT</pubDate>
    <dc:creator>ActivistInvestor</dc:creator>
    <dc:date>2019-03-25T22:10:17Z</dc:date>
    <item>
      <title>Getting point collection of the AREA command</title>
      <link>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682265#M23076</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been trying for a while to copy the AREA command functionality. I want it to work the same way , the only difference being in that i want to keep the object when i click enter. Is there a way to edit a command in Autocad using .net&amp;nbsp; or an event that could get raised when a point is clicked. I have already tried implementing a Hatch Jig which does work but it flickers a lot and it is not quite the same experience as the AREA command. Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 18:18:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682265#M23076</guid>
      <dc:creator>josip_skopljak</dc:creator>
      <dc:date>2019-03-25T18:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting point collection of the AREA command</title>
      <link>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682338#M23077</link>
      <description>&lt;P&gt;I am not sure I understand what you really want, or what issue you have, but assume that you probably want to right code so that when it runs in the similar visual way the command "AREA" does, and you would end up with a collection of points where user clicked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I posted a few articles in my blog on mimicking "Area" command and thought they may be of help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://drive-cad-with-code.blogspot.com/2011/01/mimicking-autocads-area-command-with.html" target="_blank" rel="noopener"&gt;https://drive-cad-with-code.blogspot.com/2011/01/mimicking-autocads-area-command-with.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://drive-cad-with-code.blogspot.com/2011/01/mimicking-autocads-area-command-with_20.html" target="_blank" rel="noopener"&gt;https://drive-cad-with-code.blogspot.com/2011/01/mimicking-autocads-area-command-with_20.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://drive-cad-with-code.blogspot.com/2011/01/mimicking-autocads-area-command-with_21.html" target="_blank" rel="noopener"&gt;https://drive-cad-with-code.blogspot.com/2011/01/mimicking-autocads-area-command-with_21.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 18:43:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682338#M23077</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2019-03-25T18:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting point collection of the AREA command</title>
      <link>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682368#M23078</link>
      <description>&lt;P&gt;As far as I can see , this code is absolutely meeting my needs. The only difference i really want is to keep the hatch and polyline that the AREA command generates for further usage.&amp;nbsp; I ll mark your answer as the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 18:53:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682368#M23078</guid>
      <dc:creator>josip_skopljak</dc:creator>
      <dc:date>2019-03-25T18:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting point collection of the AREA command</title>
      <link>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682872#M23079</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7245178"&gt;@josip_skopljak&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The only difference i really want is to keep the hatch and polyline that the AREA command generates for further usage.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use an ObjectOverrule to capture temporary objects that are created by the hatch command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 22:10:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682872#M23079</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2019-03-25T22:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting point collection of the AREA command</title>
      <link>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682968#M23080</link>
      <description>&lt;P&gt;Can you show me an example how i would get the created object of the area command?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After a further look at the code i got in the answer it does not behave as smoothly as the area command and i would prefer another solution where i could record the points selected during the command or as suggested retrieve the object that the area command generates and then disappears&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 23:02:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/getting-point-collection-of-the-area-command/m-p/8682968#M23080</guid>
      <dc:creator>josip_skopljak</dc:creator>
      <dc:date>2019-03-25T23:02:19Z</dc:date>
    </item>
  </channel>
</rss>

