<?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: EXPLODE Error Message in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/explode-error-message/m-p/6977504#M8460</link>
    <description>First, I think an custom object (derived from AcDbObject) have no explode method.&lt;BR /&gt;If you have derived from AcDbEntity and your explode does nothing, you must not override it, because explode from AcDbEntity does nothing. Or simply return AcDb::eOk.</description>
    <pubDate>Tue, 28 Mar 2017 05:47:43 GMT</pubDate>
    <dc:creator>BerndCuder8196</dc:creator>
    <dc:date>2017-03-28T05:47:43Z</dc:date>
    <item>
      <title>EXPLODE Error Message</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/explode-error-message/m-p/6977332#M8459</link>
      <description>&lt;P&gt;I have a custom object that is, essentially, a linked collection of some of my other custom objects. In the explode function for the 'parent' object I remove the links between the objects allowing them to behave independently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However since this does not involve creating or deleting any objects I'm returning &lt;STRONG&gt;eNotApplicable&lt;/STRONG&gt; - this prevents explode from deleting the original object.&lt;/P&gt;
&lt;P&gt;Unfortunately it also causes AutoCAD to report "&lt;STRONG&gt;Cannot explode YourCustomEntity&lt;/STRONG&gt;". Since the desired action has actually been completed, this could be a bit confusing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to return from the explode function that prevents the 'normal' function of explode, but also prevents the "Cannot explode..." message?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 01:12:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/explode-error-message/m-p/6977332#M8459</guid>
      <dc:creator>Kyudos</dc:creator>
      <dc:date>2017-03-28T01:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: EXPLODE Error Message</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/explode-error-message/m-p/6977504#M8460</link>
      <description>First, I think an custom object (derived from AcDbObject) have no explode method.&lt;BR /&gt;If you have derived from AcDbEntity and your explode does nothing, you must not override it, because explode from AcDbEntity does nothing. Or simply return AcDb::eOk.</description>
      <pubDate>Tue, 28 Mar 2017 05:47:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/explode-error-message/m-p/6977504#M8460</guid>
      <dc:creator>BerndCuder8196</dc:creator>
      <dc:date>2017-03-28T05:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: EXPLODE Error Message</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/explode-error-message/m-p/6977519#M8461</link>
      <description>Ok, my mistake, return eOk will erase your custom entity. But if you return eNotApplicable, the AutoCAD message is correct. I think the best way is to clone your entity in explode, returns the clone in entity list and also returns eOk.</description>
      <pubDate>Tue, 28 Mar 2017 06:01:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/explode-error-message/m-p/6977519#M8461</guid>
      <dc:creator>BerndCuder8196</dc:creator>
      <dc:date>2017-03-28T06:01:57Z</dc:date>
    </item>
  </channel>
</rss>

