<?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: Command doesn't get executed in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/command-doesn-t-get-executed/m-p/5981376#M60805</link>
    <description>&lt;P&gt;thanks forhe info. I guess I will have to stick with DirectEdit, although I would prefer moveface command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jan 2016 08:27:21 GMT</pubDate>
    <dc:creator>fakeru</dc:creator>
    <dc:date>2016-01-10T08:27:21Z</dc:date>
    <item>
      <title>Command doesn't get executed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/command-doesn-t-get-executed/m-p/5977146#M60723</link>
      <description>&lt;P&gt;I'm trying to invoke a command execution, but without any success.&lt;/P&gt;&lt;PRE&gt;Dim oCopyControlDef As ControlDefinition
    Set oCopyControlDef = ThisApplication.CommandManager.ControlDefinitions.Item("PartMoveFaceCmd")
    oCopyControlDef.Execute&lt;/PRE&gt;&lt;P&gt;I run this code when I have a part open. I tried to select a face before running the conde, but still doesn't show up...&lt;/P&gt;&lt;P&gt;Any ideas why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alexandru&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 09:15:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/command-doesn-t-get-executed/m-p/5977146#M60723</guid>
      <dc:creator>fakeru</dc:creator>
      <dc:date>2016-01-07T09:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Command doesn't get executed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/command-doesn-t-get-executed/m-p/5979474#M60760</link>
      <description>&lt;P&gt;Fakeru.&amp;nbsp; I never realised this until now but the move face command has been retired, at least in 2016.&amp;nbsp; Its still listed in the control definitions i guess as a legacy command but its been replaced with PartDirectCmd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Public Sub MoveFace()

    Call ThisApplication.CommandManager.ControlDefinitions.Item("PartDirectCmd").Execute

End Sub&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:36:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/command-doesn-t-get-executed/m-p/5979474#M60760</guid>
      <dc:creator>CadUser46</dc:creator>
      <dc:date>2016-01-08T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Command doesn't get executed</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/command-doesn-t-get-executed/m-p/5981376#M60805</link>
      <description>&lt;P&gt;thanks forhe info. I guess I will have to stick with DirectEdit, although I would prefer moveface command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 08:27:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/command-doesn-t-get-executed/m-p/5981376#M60805</guid>
      <dc:creator>fakeru</dc:creator>
      <dc:date>2016-01-10T08:27:21Z</dc:date>
    </item>
  </channel>
</rss>

