<?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: Polyline Grip Overrule in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4296735#M13600</link>
    <description>&lt;P&gt;Can we see your code?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2013 18:24:02 GMT</pubDate>
    <dc:creator>fenton_webb</dc:creator>
    <dc:date>2013-06-12T18:24:02Z</dc:date>
    <item>
      <title>Polyline Grip Overrule</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4293492#M13599</link>
      <description>&lt;P&gt;I am considering adding a Polyline grip overrule to my ObjectARX project, and for the purpose of testing, I am currently just looping through a Polyline's grips and adding my own grip data for each of them. For a simple linear Polyline with two vertices only, I am seeing three grips being fetched in my debugger (as expected), and thus I am passing three of my own grip objects on to AutoCAD - however, only two grips (start and end) are drawn in the GUI. Where has the mid-segment grip gone? (I am passing the world draw function from the Polyline's grip data on to my own grip data)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 08:15:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4293492#M13599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-10T08:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline Grip Overrule</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4296735#M13600</link>
      <description>&lt;P&gt;Can we see your code?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 18:24:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4296735#M13600</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2013-06-12T18:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline Grip Overrule</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4296869#M13601</link>
      <description>&lt;P&gt;I observe the following:&lt;/P&gt;&lt;P&gt;1) If I loop through the grips of a Polyline, create an instance of AcDbGripData for each of them, set the &lt;SPAN&gt;AcDbGripData&amp;amp;colon;:setW&lt;/SPAN&gt;orldDraw and &lt;SPAN&gt;AcDbGripData&amp;amp;colon;:setV&lt;/SPAN&gt;iewportDraw from the Polyline grip, and add the AcDbGripData-instances to the grips array of the overrule, then only the grips of the polyline's vertices are drawn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;&lt;SPAN&gt;If I loop through the grips of a Polyline, create an instance of AcDbGripData for each of them and input nullptr to setWorldDraw and setViewportDraw, then also the polyline's midpoint grips are displayed - but they are drawn as blue squares (as the "vertex" grips).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3) If I just pass on the polyline's grips to the "grips" array parameter of the overrule class , i.e. passing the "grips" array into the AcDbPolyline::getGripPoints, then all grips (vertex and segment mid-point) are displayed as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I cannot "wrap" all the grips of a polyline? The reason I want to do this, is because I want to give a special behaviour to a block containing several polylines, but at the same time offer the normal behaviour of a polyline's grip.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 20:05:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4296869#M13601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-12T20:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline Grip Overrule</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4297008#M13602</link>
      <description>&lt;P&gt;Thanks for your reply. It's impossible to imagine what is going wrong, we need to see a reproducible sample.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 21:36:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4297008#M13602</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2013-06-12T21:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline Grip Overrule</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4297533#M13603</link>
      <description>&lt;P&gt;I will try to make one if/when I get the time...because of the "special" behaviour I want to give to the block, I need to implement the polyline grips myself anyhow, so the issues I have described does not concern me right now. Thanks for your interest.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2013 13:21:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/polyline-grip-overrule/m-p/4297533#M13603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-13T13:21:18Z</dc:date>
    </item>
  </channel>
</rss>

