<?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 Betreff: Window Zoom Process in Inventor in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/window-zoom-process-in-inventor/m-p/8710442#M96350</link>
    <description>&lt;P&gt;Hello Vicky,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use&lt;/P&gt;
&lt;PRE&gt;AppZoomSelectCmd     'Zooms to selected entities&lt;/PRE&gt;
&lt;P&gt;Georg&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 13:28:02 GMT</pubDate>
    <dc:creator>GeorgK</dc:creator>
    <dc:date>2019-04-05T13:28:02Z</dc:date>
    <item>
      <title>Window Zoom Process in Inventor</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/window-zoom-process-in-inventor/m-p/8710381#M96348</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We wants to zoom in on a Particular area using window selection in Inventor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dim oDef As ButtonDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("AppZoomWindowCmd")&lt;/P&gt;
&lt;P&gt;oDef.Execute&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After this,it asks the user for window selection.&lt;/P&gt;
&lt;P&gt;But i need set window selection point within programming, So is there any API or Function handle this process Please help me to solve this problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that we need to zoom particular edge of constraint.&lt;/P&gt;
&lt;P&gt;You have any other idea about zoom process share your idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards and Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Vicky.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:10:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/window-zoom-process-in-inventor/m-p/8710381#M96348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-05T13:10:30Z</dc:date>
    </item>
    <item>
      <title>Betreff: Window Zoom Process in Inventor</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/window-zoom-process-in-inventor/m-p/8710442#M96350</link>
      <description>&lt;P&gt;Hello Vicky,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use&lt;/P&gt;
&lt;PRE&gt;AppZoomSelectCmd     'Zooms to selected entities&lt;/PRE&gt;
&lt;P&gt;Georg&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:28:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/window-zoom-process-in-inventor/m-p/8710442#M96350</guid>
      <dc:creator>GeorgK</dc:creator>
      <dc:date>2019-04-05T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Betreff: Window Zoom Process in Inventor</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/window-zoom-process-in-inventor/m-p/8711727#M96355</link>
      <description>&lt;P&gt;Dear Betreff,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your quick reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sorry! Please note that we have already used is function like as below code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;Coding:&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;Dim oDoc=ThisApplication.ActiveDocument&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;oDoc.SelectSet.Select(oEdge)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;Dim oDef As ButtonDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("AppZoomSelectCmd")&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;Def.Execute()&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;oDoc.SelectSet.Remove(oEdge)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; But some of the edges with shortest distance values are not Zoom in Properly when using "AppZoomSelectCmd".Is there any possibilities to Zoom in the edge with shortest length.Please help me for solving this problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; We will wait for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Vicky.&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2019 04:20:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/window-zoom-process-in-inventor/m-p/8711727#M96355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-06T04:20:45Z</dc:date>
    </item>
  </channel>
</rss>

