<?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 highlight custom entity edge during DIMANG command? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5797266#M10916</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a custom entity which looks like a curve. To be able to interact with command DIMANG, I implement the following methods: &lt;STRONG&gt;subGetSubentPathsAtGsMarker &lt;/STRONG&gt;and &lt;STRONG&gt;subSubentPtr&lt;/STRONG&gt;. Everything works, I can create an angular dimension on arc segment, but during the command the edge (defined by GsMarker) is not highlighted. I want to reproduce the same behaviour as below (polyline):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/186455iA5CE580E356D5F0F/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="highlighted_edge.png" title="highlighted_edge.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to implement the method &lt;STRONG&gt;subGetGsMarkersAtSubentPath&lt;/STRONG&gt;, but nothing changes, my whole entity is highlighted. However if I manually highlight the edge (using objectARX - pEntity-&amp;gt;highlight(subId)), it perfectly works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are welcomed.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2015 10:41:33 GMT</pubDate>
    <dc:creator>maisoui</dc:creator>
    <dc:date>2015-09-01T10:41:33Z</dc:date>
    <item>
      <title>How to highlight custom entity edge during DIMANG command?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5797266#M10916</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a custom entity which looks like a curve. To be able to interact with command DIMANG, I implement the following methods: &lt;STRONG&gt;subGetSubentPathsAtGsMarker &lt;/STRONG&gt;and &lt;STRONG&gt;subSubentPtr&lt;/STRONG&gt;. Everything works, I can create an angular dimension on arc segment, but during the command the edge (defined by GsMarker) is not highlighted. I want to reproduce the same behaviour as below (polyline):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/186455iA5CE580E356D5F0F/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="highlighted_edge.png" title="highlighted_edge.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to implement the method &lt;STRONG&gt;subGetGsMarkersAtSubentPath&lt;/STRONG&gt;, but nothing changes, my whole entity is highlighted. However if I manually highlight the edge (using objectARX - pEntity-&amp;gt;highlight(subId)), it perfectly works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are welcomed.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:41:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5797266#M10916</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2015-09-01T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight custom entity edge during DIMANG command?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5807370#M10917</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope your customentity is derving from AcDbPolyline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are things you need to do&lt;/P&gt;
&lt;P&gt;1. Implement&lt;/P&gt;
&lt;P&gt;AcEdSSGetFilter3:: ssgetRolloverFilter&lt;/P&gt;
&lt;P&gt;2. Implement PointMonitor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to manipulate subentitypaths, such that hovered subentity is included and rest is excluded from the path arrays.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get hovered sub-entity you may have to implement pointmonitor, from which you will rawinput, check closest curve for this rawinput of your customentity, append the subentitypath of this closest curve to the input argument "AcDbFullSubentPathArray &amp;amp;highlightPaths" of ssgetRolloverFilter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have your customentity working code, please send it to me, I will try to implement for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 14:15:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5807370#M10917</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2015-09-08T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight custom entity edge during DIMANG command?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5810915#M10918</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I guessed the solution was tricky but simple.&lt;/P&gt;&lt;P&gt;My entity isn't deriving from AcDbPolyline, because&amp;nbsp;it is complex and, from experience, every time I derive from&amp;nbsp;AutoCAD entities I encounter problems.&lt;/P&gt;&lt;P&gt;I have to think to see if such a solution worth it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:34:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5810915#M10918</guid>
      <dc:creator>maisoui</dc:creator>
      <dc:date>2015-09-10T13:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight custom entity edge during DIMANG command?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5812146#M10919</link>
      <description>&lt;P&gt;Ok !, do let me know and share the solution you thought about. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 04:20:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/5812146#M10919</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2015-09-11T04:20:32Z</dc:date>
    </item>
    <item>
      <title>回复： How to highlight custom entity edge during DIMANG command?</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/13896524#M44148</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Could you share this custom entity? I would also like to highlight some of the&amp;nbsp;subentities within the custom entity, thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 14:59:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-highlight-custom-entity-edge-during-dimang-command/m-p/13896524#M44148</guid>
      <dc:creator>xropro</dc:creator>
      <dc:date>2025-11-12T14:59:32Z</dc:date>
    </item>
  </channel>
</rss>

