<?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: Constrain solving - as complicated as that in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8176995#M219446</link>
    <description>&lt;P&gt;This a bug in the solver.&amp;nbsp; Too bad the error didn't tell user which relation was conflicting.&amp;nbsp; Need to run it in debugger to see which one cause the conflict.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to guess what the solver is doing.&amp;nbsp; I could be completely wrong.&lt;/P&gt;&lt;P&gt;Before the mate is edited.&amp;nbsp; The plate cannot move.&amp;nbsp; The bolt and washer can slide and rotate on the hole.&amp;nbsp; Washer and nut could slide and rotate on the bolt.&lt;/P&gt;&lt;P&gt;The washer and the bolt.&amp;nbsp; They slide together because of face-face constrain.&amp;nbsp; Now they move, does the bolt move with the washer or the washer move with the bolt?&amp;nbsp; We don't know.&amp;nbsp; It doesn't matter to us but its important to the solver.&lt;/P&gt;&lt;P&gt;Now add the other washer and nut.&amp;nbsp; Which one move first when we drag them?&amp;nbsp; Which one move first when we edit a constrain?&lt;/P&gt;&lt;P&gt;Don't forget the plate.&amp;nbsp; It is fixed but we don't know where it fit in the sequence of events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we edit the constrain and click apply.&amp;nbsp; In our mind we'll take the washer and flip it to the other side add mate it to the plate, then do the same to the bolt and then do the same to the washer and nut.&amp;nbsp; Logical, to human, because we anticipated the result.&lt;/P&gt;&lt;P&gt;The computer have no idea what the result is until it is done.&lt;/P&gt;&lt;P&gt;Since the constrain is on the plate and washer, solve might start with them.&amp;nbsp; After that, it'll depends on if it'll go through constrains in the part its resolving now (washer or plate).&amp;nbsp; Or next part in memory ( ie. Occurrence.Item(1) ).&lt;/P&gt;&lt;P&gt;You can see it get complex real quick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assume it take the washer on the bolt first.&amp;nbsp; New mate need to move it and rotate it.&amp;nbsp; Again which first?&lt;/P&gt;&lt;P&gt;Lets move it first.&amp;nbsp; Can the mate be resolve?&amp;nbsp; No, face normal are on same direction.&lt;/P&gt;&lt;P&gt;Rotate the washer so face normal opposite.&amp;nbsp; Ok it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now who's next?&amp;nbsp; Lets fix all constrains in the washer first, my call.&lt;/P&gt;&lt;P&gt;Next constrain, assume the axis-axis with the bolt.&amp;nbsp; Looks good.&amp;nbsp; So the washer is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW it took my 30min to think and type this but less then a second for the computer to solve the whole thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets go to next part in the Occurrence list.&amp;nbsp; Is it the bolt?&amp;nbsp; Maybe not, it could be the plate or the nut.&lt;/P&gt;&lt;P&gt;Let say its the nut.&amp;nbsp; Can we resolve the nut?&amp;nbsp; It doesn't have any constrain to the washer, so it looks good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you can see during the solving, parts are in a temporary state until the solver go through everything a few times.&amp;nbsp; It may not (most likely not) get a solution in the first pass.&amp;nbsp; It'll need to go through multiple passes to get to a solution.&amp;nbsp; In between there are lots of paths and solutions.&amp;nbsp; It depends which one the solver ran into (THE rabbit hole) and get stuck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of cause we all blame the developer for not testing everything.&amp;nbsp; Well you (anyone care to read my stupid post&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;) can try to count how many possible branches this simple assembly could have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I get tried of typing.&amp;nbsp; I'll go take a break.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2018 20:20:43 GMT</pubDate>
    <dc:creator>Frederick_Law</dc:creator>
    <dc:date>2018-08-03T20:20:43Z</dc:date>
    <item>
      <title>Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8172353#M219416</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have started this thread to bring up and hopefully explain problems related to constrain solver and gain knowledge on how exactly constrain solver handles the assembly.&lt;/P&gt;&lt;P&gt;This is because I am experiencing many problems related to assembly solving that should not be expected.&lt;/P&gt;&lt;P&gt;Originally I was discussing this issues in the thread related to problems with flexible assemblies but I decided to split this topics and this thread is intended to focus on constrain solver it self.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to encourage especially people from Autodesk who have the knowledge about constrain solver it self to participate and help us understand better how this works to make our lives easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will be posting videos and data sets, so anyone could try the same what I do and see if is getting the same outcome.&lt;/P&gt;&lt;P&gt;I also would like to ask you to do the same, and if possible use videos with comment rather than long posts, as this is more easy to follow and understand the intent.&lt;/P&gt;&lt;P&gt;I will be also giving each example a name, so it was easy to track replays. So when posting please make it obvious what you are referring to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are interested in problems related to flexible assemblies please visit this thread &lt;A href="https://forums.autodesk.com/t5/inventor-forum/flexibility-not-working-properly-in-inventor-bug-that-has-been/m-p/6902620/highlight/false#M632672" target="_blank"&gt;Flexibility not working properly in inventor - BUG that has been there for ever&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 05:39:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8172353#M219416</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T05:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8172360#M219417</link>
      <description>&lt;P&gt;So here is the first example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;# 172 bug - Constrain solver - simple case 0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please watch this video.&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FlniYQ6DIFvg%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DlniYQ6DIFvg&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FlniYQ6DIFvg%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="# 172 bug video" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data set available for download: &lt;A href="https://autode.sk/2M1tKwI" target="_blank"&gt;https://autode.sk/2M1tKwI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 05:41:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8172360#M219417</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T05:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173080#M219418</link>
      <description>&lt;P&gt;It works perfectly for me--&amp;nbsp;using Inventor 2017.4.5, I opened your assembly, edited constraint Mate:10 and selected the opposite side of the grounded part.&amp;nbsp; Constraint solved instantly in preview (with the appropriate sound effect).&amp;nbsp; No error.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 11px;"&gt;&lt;STRONG&gt;Sam B&lt;/STRONG&gt;&lt;BR /&gt;Inventor Pro 2019.1 | Windows 7 SP1&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/samuel-bixler-281a0615b" target="_blank"&gt;LinkedIn&lt;BR /&gt;&lt;IMG src="https://0lojpg.bn1301.livefilestore.com/y4mBpjMsxHsiyE90fl7LZ99L9EQYMinMmTq-HRFH9JbCEzkKriwtHkW3fcvHd1Tn83fNmCEOxlu43NSCaM5t5LTUVxzkr2SykXazzjlH6fe8HEZ9J9xESPFwabQTX5LJ7gKPlhZsl0LCsXsW74obCNtIOOvc57pHxbFMWOTgbDVMzABJgwHnVMfJOWjsmiR3b-SgAE5duRw6SWoxUsKOxXgCw?width=220&amp;amp;height=20&amp;amp;cropmode=none" border="0" width="161" height="14" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 12:39:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173080#M219418</guid>
      <dc:creator>SBix26</dc:creator>
      <dc:date>2018-08-02T12:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173140#M219419</link>
      <description>&lt;P&gt;I saw the green nut move together with the red bolt, so these 2 also have a relation. It could be that the nut is preventing the bolt to swap sides. Always consider the entire set of constraints to understand how it works - or doesn't.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 12:59:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173140#M219419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-02T12:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173172#M219420</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;&lt;P&gt;yes they have obviously, but nut has no constrains on the top level so it is totally free to rotate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am installing the update &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/42901"&gt;@SBix26&lt;/a&gt; mentioned. My desktop app obviously does not work as indicates no new updates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:10:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173172#M219420</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T13:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173210#M219421</link>
      <description>&lt;P&gt;I have installed the update.&lt;/P&gt;&lt;P&gt;I see no change in the behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FVqwIzwoBuC4%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DVqwIzwoBuC4&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FVqwIzwoBuC4%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="# 172 bug video 2017 04 05" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:23:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173210#M219421</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173697#M219422</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@ SBix26&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It works perfectly for me--&amp;nbsp;using Inventor 2017.4.5, I opened your assembly, edited constraint Mate:10 and selected the opposite side of the grounded part.&amp;nbsp; Constraint solved instantly in preview (with the appropriate sound effect).&amp;nbsp; No error.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 11px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3494258"&gt;@Cris-Ideas&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the clean and simple data set!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I followed the same steps that SBix26&amp;nbsp;described, and I had the same results&amp;nbsp;&lt;SPAN&gt;using Inventor 2017.4.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am not sure what the issue would be that would cause you to see different results?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/725f242f-7d1a-41f3-b010-b7935e10b008" width="640" height="590" frameborder="0" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 15:47:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173697#M219422</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2018-08-02T15:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173749#M219423</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_W&lt;/a&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/42901"&gt;@SBix26&lt;/a&gt;&lt;/P&gt;&lt;P&gt;There must be something though.&lt;/P&gt;&lt;P&gt;What are your application options for assembly?&lt;/P&gt;&lt;P&gt;Can you save this whole set on your machine and post. I will then try on the other data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:05:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173749#M219423</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T16:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173841#M219424</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3494258"&gt;@Cris-Ideas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are your application options for assembly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ahhh-ha!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you said that it made me think about these 2 settings. I always have both of these off, but when I turned them on and tested your assembly I saw the same results as you. You can un-check them both and try your test again. But it seems to be the top one the is causing the warning in this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="114477.PNG" style="width: 502px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/530404i765B760D9131942F/image-dimensions/502x235?v=v2" width="502" height="235" role="button" title="114477.PNG" alt="114477.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:40:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173841#M219424</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2018-08-02T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173875#M219425</link>
      <description>&lt;P&gt;I, too, have that option unchecked, and when I turn it on, I get the error message.&amp;nbsp; Note, however, that if I accept the conflicting relationship, and then drag on the assembly in any way, it immediately solves correctly and all is well.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 11px;"&gt;&lt;STRONG&gt;Sam B&lt;/STRONG&gt;&lt;BR /&gt;Inventor Pro 2019.1 | Windows 7 SP1&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/samuel-bixler-281a0615b" target="_blank"&gt;LinkedIn&lt;BR /&gt;&lt;IMG src="https://0lojpg.bn1301.livefilestore.com/y4mBpjMsxHsiyE90fl7LZ99L9EQYMinMmTq-HRFH9JbCEzkKriwtHkW3fcvHd1Tn83fNmCEOxlu43NSCaM5t5LTUVxzkr2SykXazzjlH6fe8HEZ9J9xESPFwabQTX5LJ7gKPlhZsl0LCsXsW74obCNtIOOvc57pHxbFMWOTgbDVMzABJgwHnVMfJOWjsmiR3b-SgAE5duRw6SWoxUsKOxXgCw?width=220&amp;amp;height=20&amp;amp;cropmode=none" border="0" width="161" height="14" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:50:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8173875#M219425</guid>
      <dc:creator>SBix26</dc:creator>
      <dc:date>2018-08-02T16:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174187#M219426</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/42901"&gt;@SBix26&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I, too, have that option unchecked, and when I turn it on, I get the error message.&amp;nbsp; Note, however, that if I accept the conflicting relationship, and then drag on the assembly in any way, it immediately solves correctly and all is well.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes I know this behaviour even too well. Dragging makes constrain solver to solve assembly while you drag. This probably gives new boundary conditions for solve and than it works. Unless assembly is destroyed before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I unchecked "Enable relationships redundancy analysis" it solves.&lt;/P&gt;&lt;P&gt;Will make other attempts with different data sets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this makes me wonder what exactly this option does during assembly solve?&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 18:34:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174187#M219426</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174217#M219427</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3494258"&gt;@Cris-Ideas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So this makes me wonder what exactly this option does during assembly solve?&lt;/P&gt;
&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3494258"&gt;@Cris-Ideas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll take a stab at the explanation, and then someone can correct me on any of it that I get wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are situations where you can apply a constraint that does the same thing as an existing constraint. Maybe something like an mate constraint to the center of a bolt shaft and the center axis of a hole, when there was already an insert constraint between the hole and bolt... I don't know if that example is a real example that this setting catches without testing... but it illustrates the idea of redundant constraints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So why is this problematic? New users often do this as they learn, and it can cause them problem later down the line when they try to update one of the constraints... using the previous example, let's say they attempt to offset the axis to axis mate for some reason... the Insert constraint will not allow it. And so by having this on, they user is alerted to the issue before they create it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other part of redundant constraints that is of concern is the impact they have on performance as the solver tries to do all of these redundant solves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case I think you would best served by disabling both of the options I showed, since you have a good sense of assembly constraints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 18:48:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174217#M219427</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2018-08-02T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174252#M219428</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_W&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you for the explanation.&lt;/P&gt;&lt;P&gt;I however know that all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I meant in my question "what this option does during assembly solving" was rather to concern entirely different level. So I would like to know how this influences sequence of assembly solve from the programming point of view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this particular case this behaviour indicates that there is something that inventor does not like in constrain set for this assembly.&lt;/P&gt;&lt;P&gt;For us humans this situation is perfectly understandable as we know that no matter how nut is constrained with the bolt (btw. it is the nut that's making trouble, once deleted this error message disappears) it can be rotted and moved freely with the bolt in the context of the top level assembly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But obviously solves sees some problem in this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is interesting that if you delete the nut all is solving.&lt;/P&gt;&lt;P&gt;Also if you directly demote whole set all is solving&lt;/P&gt;&lt;P&gt;Also if you try to constrain washer under the nut first all is solving&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;btw. this assembly is over constrained and inventor does not indicate that by showing redundant constrains. Which in my opinion it should do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what is exactly the condition that stops inventor from successfully solve in case this option is checked while allowing for successful solve once it is unchecked?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe we need Inventor engineer to explain this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 19:04:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174252#M219428</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T19:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174259#M219429</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3494258"&gt;@Cris-Ideas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe we need Inventor engineer to explain this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yep, maybe&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/486618"&gt;@johnsonshiue&lt;/a&gt;&amp;nbsp;can help&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 19:08:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174259#M219429</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2018-08-02T19:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174306#M219430</link>
      <description>&lt;P&gt;Juts to update on # 172&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FVOKOzlRp1Kg%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DVOKOzlRp1Kg&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FVOKOzlRp1Kg%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="# 172 bug video update 01" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 19:32:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174306#M219430</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T19:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174342#M219431</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3494258"&gt;@Cris-Ideas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;So I would like to know how this influences sequence of assembly solve from the programming point of view.&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't think constrain is resolve in any particular order.&amp;nbsp; Same goes to parameter and dimension.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 19:47:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174342#M219431</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2018-08-02T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174374#M219432</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5289378"&gt;@Frederick_Law&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't think constrain is resolve in any particular order.&amp;nbsp; Same goes to parameter and dimension.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have example showing order does matter.&lt;/P&gt;&lt;P&gt;Yet to come.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 20:01:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174374#M219432</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T20:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174389#M219433</link>
      <description>&lt;P&gt;So having made signiffcant progress on # 172 I fought I will bring up another one queuing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4" color="#000000"&gt;Here is # 166 bug&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FB4nS75w9mL4%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DB4nS75w9mL4&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FB4nS75w9mL4%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="# 166 bug video" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data set available for download: &lt;A href="https://autode.sk/2MdQFS0" target="_blank"&gt;https://autode.sk/2MdQFS0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please try to remember mark witch problem you are referring to in the begging of the post.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 20:07:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8174389#M219433</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-02T20:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8176716#M219434</link>
      <description>&lt;P&gt;Hi Cris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you have access to Beta site, you may want to try the workflow on the latest Inventor Beta, which also contains the Opposed and Aligned Axial-Axial Mate like in 2019. Please note that Inventor Beta is under NDA so do not share any video or behavioral based on the Beta build.&lt;/P&gt;
&lt;P&gt;I could be wrong as always, but I believe this case could use same help from Opposed and Aligned Axial-Axial Mate.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 18:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8176716#M219434</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2018-08-03T18:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Constrain solving - as complicated as that</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8176748#M219435</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/486618"&gt;@johnsonshiue&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Witch case are you referring to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 18:21:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/constrain-solving-as-complicated-as-that/m-p/8176748#M219435</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-03T18:21:49Z</dc:date>
    </item>
  </channel>
</rss>

