<?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 how to cancel a special operation with reactor or something else? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792153#M13866</link>
    <description>&lt;P&gt;I want to do such work below,&lt;/P&gt;&lt;P&gt;there is a AcdbLine and a AcdbCircle in a dwg, if I move the circle exactly to the end of the line, then dothing, but if I move the circle to other place (not on the two ends of the line),then the circle a&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;utomatically&lt;/SPAN&gt;&lt;/SPAN&gt; goes back to its old postion.&amp;nbsp;&amp;nbsp; but how to implement this with objectARX?&amp;nbsp; I guess some reactor object shoud be used.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2013 08:23:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-28T08:23:51Z</dc:date>
    <item>
      <title>how to cancel a special operation with reactor or something else?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792153#M13866</link>
      <description>&lt;P&gt;I want to do such work below,&lt;/P&gt;&lt;P&gt;there is a AcdbLine and a AcdbCircle in a dwg, if I move the circle exactly to the end of the line, then dothing, but if I move the circle to other place (not on the two ends of the line),then the circle a&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;utomatically&lt;/SPAN&gt;&lt;/SPAN&gt; goes back to its old postion.&amp;nbsp;&amp;nbsp; but how to implement this with objectARX?&amp;nbsp; I guess some reactor object shoud be used.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 08:23:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792153#M13866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to cancel a special operation with reactor or something else?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792238#M13867</link>
      <description>&lt;P&gt;If I understand you correctly, then we are talking about Associative Framework.&lt;/P&gt;
&lt;P&gt;You can read &lt;EM&gt;&lt;STRONG&gt;ObjectARX for AutoCAD 2013: Developer Guide &amp;gt; Advanced Topics &amp;gt; Advanced Topics &amp;gt; Associative Framework&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;Also useful topics: &lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2012/07/associative-framework-how-to-delete-constraints-applied-to-a-specific-entity.html" target="_self"&gt;Associative Framework: How to delete constraints applied to a specific entity?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2013/01/a-simplified-net-api-for-accessing-autocad-parameters-and-constraints.html" target="_blank"&gt;A simplified .NET API for accessing AutoCAD parameters and constraints&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 11:07:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792238#M13867</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-02-28T11:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to cancel a special operation with reactor or something else?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792347#M13868</link>
      <description>&lt;P&gt;it is hard for me to tell something in English correctly.&lt;/P&gt;&lt;P&gt;I want to cancel some operation.&amp;nbsp;&amp;nbsp; For example , I draw a line in Autocad, then I move one end of the line to a new place, is there any way to cancel this operation(move one end to a new place) using objectARX (2008 if possible)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 13:03:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792347#M13868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to cancel a special operation with reactor or something else?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792382#M13869</link>
      <description>&lt;P&gt;To understand that it is not easy you can read (completely):&lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2012/06/locking-an-entity-in-autocad-using-objectarx.html" target="_blank"&gt;Locking an Entity in AutoCAD using ObjectARX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 13:35:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-cancel-a-special-operation-with-reactor-or-something-else/m-p/3792382#M13869</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-02-28T13:35:29Z</dc:date>
    </item>
  </channel>
</rss>

