<?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: Dynamic Input for GripOverrule in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5660847#M39852</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The grip sample from the ObjectARX SDK implements a dynamic dimension while jigging a custom entity.&lt;/P&gt;
&lt;P&gt;It should help in understanding all that is needed for getting dynamic dynamensions to show up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am not sure if the same will work with grip overrule for a native entity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on it and will get back to you soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2015 11:24:22 GMT</pubDate>
    <dc:creator>Balaji_Ram</dc:creator>
    <dc:date>2015-06-02T11:24:22Z</dc:date>
    <item>
      <title>Dynamic Input for GripOverrule</title>
      <link>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5655768#M39851</link>
      <description>&lt;P&gt;So I'm using the code modified from this &lt;A href="http://adndevblog.typepad.com/autocad/2012/05/draw-overrule-and-grip-overrule-sample.html" target="_blank"&gt;blog post&lt;/A&gt;&amp;nbsp;from ADN to add grips to a AutoCAD CIvil 3D Profile View. Everthing works great except I want the user to be able to type in the Elevation or Station value of what the station or elevation of the grip should be after the change. Here is the current code in action:&amp;nbsp;&lt;A href="http://t.co/MAcgbA4hea" target="_blank" rel="nofollow"&gt;screencast.com/t/8ZSE4gNcPQ&lt;/A&gt;&amp;nbsp;I want to replace the AutoCAD default option to show me the distance and angle with a dynamic input box to enter either the station or elevation values. I'm not quite sure where to put the code or what to put in there. The documentation on the GripData seems a bit sparse.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm guessing it should be put in&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;public override ReturnValue OnHotGrip(ObjectId entityId, Context contextFlags)
{
     return base.OnHotGrip(entityId, contextFlags);
}
&lt;/PRE&gt;
&lt;P&gt;but not quite sure what to put in there. Searching on line hasn't been too successful in finding information on how to get AutoCAD to show the info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 20:23:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5655768#M39851</guid>
      <dc:creator>Civil3DReminders_com</dc:creator>
      <dc:date>2015-05-28T20:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input for GripOverrule</title>
      <link>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5660847#M39852</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The grip sample from the ObjectARX SDK implements a dynamic dimension while jigging a custom entity.&lt;/P&gt;
&lt;P&gt;It should help in understanding all that is needed for getting dynamic dynamensions to show up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am not sure if the same will work with grip overrule for a native entity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on it and will get back to you soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 11:24:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5660847#M39852</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2015-06-02T11:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input for GripOverrule</title>
      <link>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5662209#M39853</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a blog post that can help use GripOverrule for changing the&amp;nbsp;dynamic dimensions during grip editing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2015/06/dynamic-dimension-using-gripoverrule.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2015/06/dynamic-dimension-using-gripoverrule.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used C++ in that blog post, but the same should also be doable using .Net API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Balaji&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 05:47:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5662209#M39853</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2015-06-03T05:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Input for GripOverrule</title>
      <link>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5663286#M39854</link>
      <description>&lt;P&gt;I don't have any answers, but will say what you have there is a great addition to Profile Views.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 18:57:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dynamic-input-for-gripoverrule/m-p/5663286#M39854</guid>
      <dc:creator>redtransitconsultants</dc:creator>
      <dc:date>2015-06-03T18:57:24Z</dc:date>
    </item>
  </channel>
</rss>

