<?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 TRIM  / EXTEND Selection Issue in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-selection-issue/m-p/6969585#M8497</link>
    <description>&lt;P&gt;Until I have time to implement these functions properly for my custom entities, I'm trying to disable them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I already have code to cancel the current command (for given commands) if my entities are selected. This only partially works for TRIM and EXTEND.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If my entities are in the PICKFIRST selection - my code cancels the command via &lt;STRONG&gt;documentLockModeChanged&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;If my entities are selected as the boundary entities (i.e. the trim-to or extend-to entities), my code cancels the command via&amp;nbsp;&lt;STRONG&gt;endSSGet&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;If my entities are not selected and an ACAD entity is picked for the boundary, I don't get the chance to cancel.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;It seems like I can prevent anything untoward by implementing&amp;nbsp;&lt;STRONG&gt;subIntersectWith&lt;/STRONG&gt; to return&amp;nbsp;&lt;STRONG&gt;eNotImplemented&lt;/STRONG&gt;, but I'm concerned that disabling those functions will have unforeseen effects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is&lt;STRONG&gt; subIntersectWith&amp;nbsp;&lt;/STRONG&gt;only used by TRIM and EXTEND, or will I be breaking something else by disabling it? It seems to break intersection snaps for instance...&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 01:12:11 GMT</pubDate>
    <dc:creator>Kyudos</dc:creator>
    <dc:date>2017-03-24T01:12:11Z</dc:date>
    <item>
      <title>TRIM  / EXTEND Selection Issue</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-selection-issue/m-p/6969585#M8497</link>
      <description>&lt;P&gt;Until I have time to implement these functions properly for my custom entities, I'm trying to disable them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I already have code to cancel the current command (for given commands) if my entities are selected. This only partially works for TRIM and EXTEND.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If my entities are in the PICKFIRST selection - my code cancels the command via &lt;STRONG&gt;documentLockModeChanged&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;If my entities are selected as the boundary entities (i.e. the trim-to or extend-to entities), my code cancels the command via&amp;nbsp;&lt;STRONG&gt;endSSGet&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;If my entities are not selected and an ACAD entity is picked for the boundary, I don't get the chance to cancel.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;It seems like I can prevent anything untoward by implementing&amp;nbsp;&lt;STRONG&gt;subIntersectWith&lt;/STRONG&gt; to return&amp;nbsp;&lt;STRONG&gt;eNotImplemented&lt;/STRONG&gt;, but I'm concerned that disabling those functions will have unforeseen effects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is&lt;STRONG&gt; subIntersectWith&amp;nbsp;&lt;/STRONG&gt;only used by TRIM and EXTEND, or will I be breaking something else by disabling it? It seems to break intersection snaps for instance...&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 01:12:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-selection-issue/m-p/6969585#M8497</guid>
      <dc:creator>Kyudos</dc:creator>
      <dc:date>2017-03-24T01:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: TRIM  / EXTEND Selection Issue</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-selection-issue/m-p/6969851#M8498</link>
      <description>&lt;P&gt;As far as I remember, if your custom entity is not AcDbCurve-derived class and not implemented extend() and getSplitCurves() and some others methods - then EXTEND and TRIM (also BREAK and OFFSET) can not work with your entity.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 06:47:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/trim-extend-selection-issue/m-p/6969851#M8498</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2017-03-24T06:47:49Z</dc:date>
    </item>
  </channel>
</rss>

