<?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 API navisworks in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/api-navisworks/m-p/3125718#M7982</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I&amp;nbsp;&lt;SPAN&gt;am trying to do&lt;/SPAN&gt; &lt;SPAN&gt;an API for&lt;/SPAN&gt; &lt;SPAN&gt;Navisworks&lt;/SPAN&gt; &lt;SPAN&gt;in the space of&lt;/SPAN&gt; &lt;SPAN&gt;the animation, how&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;I get the&lt;/SPAN&gt; &lt;SPAN&gt;coordinates&lt;/SPAN&gt; &lt;SPAN&gt;of the animation&lt;/SPAN&gt; &lt;SPAN&gt;and how I can&lt;/SPAN&gt; &lt;SPAN&gt;remove&lt;/SPAN&gt; &lt;SPAN&gt;or copy&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;movements to&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;animator&lt;/SPAN&gt; &lt;SPAN&gt;made ​​in&lt;/SPAN&gt; &lt;SPAN&gt;order to&lt;/SPAN&gt; &lt;SPAN&gt;use&lt;/SPAN&gt; &lt;SPAN&gt;the&lt;/SPAN&gt; &lt;SPAN&gt;API,&lt;/SPAN&gt; &lt;SPAN&gt;I would greatly appreciate&lt;/SPAN&gt; &lt;SPAN&gt;your help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2011 15:04:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-08-16T15:04:35Z</dc:date>
    <item>
      <title>API navisworks</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/api-navisworks/m-p/3125718#M7982</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I&amp;nbsp;&lt;SPAN&gt;am trying to do&lt;/SPAN&gt; &lt;SPAN&gt;an API for&lt;/SPAN&gt; &lt;SPAN&gt;Navisworks&lt;/SPAN&gt; &lt;SPAN&gt;in the space of&lt;/SPAN&gt; &lt;SPAN&gt;the animation, how&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;I get the&lt;/SPAN&gt; &lt;SPAN&gt;coordinates&lt;/SPAN&gt; &lt;SPAN&gt;of the animation&lt;/SPAN&gt; &lt;SPAN&gt;and how I can&lt;/SPAN&gt; &lt;SPAN&gt;remove&lt;/SPAN&gt; &lt;SPAN&gt;or copy&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;movements to&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;animator&lt;/SPAN&gt; &lt;SPAN&gt;made ​​in&lt;/SPAN&gt; &lt;SPAN&gt;order to&lt;/SPAN&gt; &lt;SPAN&gt;use&lt;/SPAN&gt; &lt;SPAN&gt;the&lt;/SPAN&gt; &lt;SPAN&gt;API,&lt;/SPAN&gt; &lt;SPAN&gt;I would greatly appreciate&lt;/SPAN&gt; &lt;SPAN&gt;your help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 15:04:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/api-navisworks/m-p/3125718#M7982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-16T15:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: API navisworks</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/api-navisworks/m-p/3132682#M7983</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link-131f5bbcd59" class="lia-link-navigation lia-page-link lia-user-name-link" href="http://forums.autodesk.com/t5/user/viewprofilepage/user-id/858536" target="_self"&gt;&lt;SPAN&gt;MICABIM&lt;/SPAN&gt;&lt;/A&gt; ,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Frankly speaking, I am not clear on your question. As I am aware, the available API (COM) with animation are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;InwOpState .CurrentAnimation: get current animation.&lt;BR /&gt;InwOpAnimView: represents a named animation. Two properties:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Looped: Determines if the animation will keep looping indefinitely.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Smoothing: Interpolation method used between key frames.&lt;BR /&gt;InwControl. AnimationCommand:&amp;nbsp; Processes an animation command in ActiveX control&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;NW installation path&amp;gt;\api\COM\examples\ACTX_02 is a sample using the ActiveX control embedded in a VB application to create and playback animated model walkthroughs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;IMG src="http://forums.autodesk.com/t5/image/serverpage/image-id/8476iFB6C81C37B520F09/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="autodesk_logo_signature.png" title="autodesk_logo_signature.png" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;Xiaodong Liang&lt;/P&gt;
&lt;P&gt;Developer Consultant&lt;/P&gt;
&lt;P&gt;Autodesk Developer Technical Services&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2011 08:31:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/api-navisworks/m-p/3132682#M7983</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2011-08-23T08:31:33Z</dc:date>
    </item>
  </channel>
</rss>

