<?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: Cable/Harness wire not updating during animation? in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/cable-harness-wire-not-updating-during-animation/m-p/9904313#M125526</link>
    <description>&lt;P&gt;I thought this might be the case, unfortunate! This is something they should add into next year's edition as it would make animations with cables so much better. Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 14:15:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-30T14:15:07Z</dc:date>
    <item>
      <title>Cable/Harness wire not updating during animation?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/cable-harness-wire-not-updating-during-animation/m-p/9903901#M125524</link>
      <description>&lt;P&gt;Is it possible to have a cable/harness wire constantly update it's path during each frame of an animation? Basically I have a cable spanning from a stationary part to an animated rotating door but during animation/render the cable just remains as it was in the first frame of the animation. Any ideas to make this work or is it simply not possible within the current software? Any help or advice would be much appreciated!! Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 12:15:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/cable-harness-wire-not-updating-during-animation/m-p/9903901#M125524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-30T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cable/Harness wire not updating during animation?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/cable-harness-wire-not-updating-during-animation/m-p/9904225#M125525</link>
      <description>&lt;P&gt;I don't believe its possible at this time..&lt;/P&gt;
&lt;P&gt;You need to trigger a document update for harnesses to update and it seems that animation doesn't do that..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do it with ilogic in the regular part environment but I don't see how to accomplish the same in the studio environment..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of creating animations through ilogic..&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;MyValue = 3

While MyValue &amp;lt; 10
	d0 = MyValue
	System.Threading.Thread.CurrentThread.Sleep(10)
		Parameter.UpdateAfterChange = True
RuleParametersOutput()
InventorVb.DocumentUpdate()

	MyValue = MyValue + 1
	
End While
	System.Threading.Thread.CurrentThread.Sleep(1000)
While MyValue &amp;gt; 2
		d0 = MyValue
	System.Threading.Thread.CurrentThread.Sleep(10)
		Parameter.UpdateAfterChange = True
RuleParametersOutput()
InventorVb.DocumentUpdate()
	MyValue = MyValue - 1
End While&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 13:49:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/cable-harness-wire-not-updating-during-animation/m-p/9904225#M125525</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2020-11-30T13:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cable/Harness wire not updating during animation?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/cable-harness-wire-not-updating-during-animation/m-p/9904313#M125526</link>
      <description>&lt;P&gt;I thought this might be the case, unfortunate! This is something they should add into next year's edition as it would make animations with cables so much better. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 14:15:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/cable-harness-wire-not-updating-during-animation/m-p/9904313#M125526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-30T14:15:07Z</dc:date>
    </item>
  </channel>
</rss>

