<?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: Trim / Extend &amp;amp; 3D Custom Object - never calls my subIntersectWith() in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245331#M12006</link>
    <description>I did not, admittedly. Since I couldn't see anything that suggested I needed to, I assumed they were alternatives. I'll try implementing the other version when I get a chance.</description>
    <pubDate>Mon, 01 Sep 2014 14:43:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-01T14:43:17Z</dc:date>
    <item>
      <title>Trim / Extend &amp; 3D Custom Object - never calls my subIntersectWith()</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245285#M12004</link>
      <description>&lt;P&gt;I'm trying to support trim&amp;nbsp;/ extend on a custom object that represents a 3D entity (either a single 3D solid, but not derived fro AcDb[3d]Solid, or a collection of solids stick together, but which still constitute a 3D entity with length, width and depth).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented subIntersectWith() on both the custom objects so that no matter whether you try to select one or the other, they behave the same in terms of collecting intersection points.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to support trim / extend either by a standard AutoCAD line entity, or by another one of these 3D entities. For now, I'm testing with a line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is, whenever I try to trim my entity to this line, it never calls subIntersectWith() on any of my custom objects - the command line always says&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Object does not intersect an edge. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I deliberately ensured that the line I was trying to use to trim was at the exact Z value that would be the line my entity uses, but since it never calls my code that is moot at the moment. The line quite definitely runs smack through the solid, so there's no way they don't intersect. I also tried moving the line up to the top face of the solid (where it would render its grip points), but no difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what I'm missing? I'm not being given chance to list intersecton points, basically. What is the criteria for it to call into our code? It's almost as if it's calling the line's subIntersectWith() with our object - which it probably wouldn't understand, although we *are* derived from AcDbCurve - but never the other way around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try once using one of my own entities to trim the other - they are both of the same depth and elevation - and it just did the same. So *neither* got called.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2014 14:09:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245285#M12004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-01T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trim / Extend &amp; 3D Custom Object - never calls my subIntersectWith()</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245309#M12005</link>
      <description>&lt;P&gt;There are two AcDbEntity::subIntersectWith() functions with different signatures. Did you override both?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2014 14:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245309#M12005</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2014-09-01T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trim / Extend &amp; 3D Custom Object - never calls my subIntersectWith()</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245331#M12006</link>
      <description>I did not, admittedly. Since I couldn't see anything that suggested I needed to, I assumed they were alternatives. I'll try implementing the other version when I get a chance.</description>
      <pubDate>Mon, 01 Sep 2014 14:43:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245331#M12006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-01T14:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trim / Extend &amp; 3D Custom Object - never calls my subIntersectWith()</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245357#M12007</link>
      <description>No change, I'm afraid.</description>
      <pubDate>Mon, 01 Sep 2014 15:04:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245357#M12007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-01T15:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trim / Extend &amp; 3D Custom Object - never calls my subIntersectWith()</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245479#M12008</link>
      <description>&lt;P&gt;I recommend to create a new minimal project that demonstrates the problem and post it here to see if someone can spot the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2014 16:21:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5245479#M12008</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2014-09-01T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trim / Extend &amp; 3D Custom Object - never calls my subIntersectWith()</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5246233#M12009</link>
      <description>I will try that when I have enough time. Knowing my luck the minimal project will work! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 02 Sep 2014 06:55:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-amp-3d-custom-object-never-calls-my-subintersectwith/m-p/5246233#M12009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T06:55:29Z</dc:date>
    </item>
  </channel>
</rss>

