<?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: Ilogic message box in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178588#M274670</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes I understand now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe it is greyed out because changing one parameter will automatically change the other on a part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do this with Height. When I change a drawer height on a cabinet it changes the height of the cabinet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you attach your part?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2017 11:36:48 GMT</pubDate>
    <dc:creator>Thomas_Savage</dc:creator>
    <dc:date>2017-06-26T11:36:48Z</dc:date>
    <item>
      <title>Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154024#M274653</link>
      <description>&lt;P&gt;hallo Inventor users&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you can help me, whit an Ilogic rule.&lt;/P&gt;
&lt;P&gt;I want to trigger an Message box when the following happens:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if parameter("Hight")-Parameter("Hole depth")&amp;gt;=1.5 mm then&lt;/P&gt;
&lt;P&gt;MassageBox.Show("to littet material in bottum of hole", "Warning hole punched thru")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;End if&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I can´t seem to figure it out my self. Do I need a event trigger? I just can´t see how the event trigger can see the Hight-depth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Plz help me, I´m new to Ilogic, and I wuold really like to get the hang of it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to say thanks in advance, and sorry if my english is hard to understand it´s my 2nd language.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Mads Refsgaard&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 08:07:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154024#M274653</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-15T08:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154094#M274654</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could attach your part Please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 08:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154094#M274654</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-15T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154108#M274655</link>
      <description>&lt;P&gt;Yeah sure, but the names of The parameters, is intern language (german)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hight=Höhe&lt;/P&gt;
&lt;P&gt;Hole depth=BT&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 08:56:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154108#M274655</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-15T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154152#M274656</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When do you want the message box&amp;nbsp;to show up?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the hole depth is 1.5mm?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From your first message I don't really understand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because you have height and hole depth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:18:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154152#M274656</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-15T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154177#M274657</link>
      <description>&lt;P&gt;if Hight - hole depth is under 1,5 mm&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hight = 15 mm&lt;/P&gt;
&lt;P&gt;Hole depth = 14 mm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;15-14=1 mm &amp;gt; 1,5 = Messegebox&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don´t not if it´s to much to ask, but I have a problem more in Ilogic in the same file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if angel=0 deg then&lt;/P&gt;
&lt;P&gt;delete face1 = supressed&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;delete face2 = supressed&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;end if&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;angel is = angel of plane the holes are place on&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;delete face is = the face that don´t get cut because the holes cut funktion only go down, and that leaves a a face when the angel is not equal to 0 deg&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:29:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154177#M274657</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-15T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154190#M274658</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes I seen they was a problem with the other rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I understand now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will have a go with the first one first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of inventor are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:35:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154190#M274658</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-15T09:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154208#M274659</link>
      <description>&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the version I´m using is 2016 R2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I know that in inventor 2018 there is a new hole feature were the hole cut backwards asswel)&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:42:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154208#M274659</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-15T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154222#M274660</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached the part file with the first&amp;nbsp;code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On this code I have also done it so when the message box comes up, because&amp;nbsp;the hole depth is to much,&lt;/P&gt;
&lt;P&gt;it makes the hole 1.5mm shorter than the height. You will see what I mean when you change the height.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I done this so no one could make the hole go through the part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this is what you meant?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also added a form so it is easier to change the sizes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:52:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154222#M274660</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-15T09:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154254#M274661</link>
      <description>&lt;P&gt;Thank you man, it´s really great that you are using your time helping me, I really appreciate that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the futher rule you have but into the part:&lt;/P&gt;
&lt;P&gt;It´s really nice of you, and I know those rules seems logical to make, but I don´t need thoes, only the message box.&lt;/P&gt;
&lt;P&gt;the reason for this i, that for standart we only make the holes whit 1,5+ mm but when we are making custom designs, we can push it to the limit.&lt;/P&gt;
&lt;P&gt;but I will look at the part and the rules i a bit THANKS! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 10:14:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154254#M274661</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-15T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154259#M274662</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have done your second rule as well. With the delete face suppressed if angle is 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is what you wanted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also took the part of the rule out you didn't want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached the part below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 10:18:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154259#M274662</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-15T10:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154376#M274663</link>
      <description>&lt;P&gt;Thank you very much, I have changged in the Delete face part, I found a mistake, were face 2 did not supress, but now it works.&lt;/P&gt;
&lt;P&gt;I´m really greatfull for your help, and it have also made me learn, because I can see how i´ts done.&lt;/P&gt;
&lt;P&gt;I can see a lot of places where I can use this in my job, to gain more time, and get less mistakes, but I may just play around whit it to learn it a bit more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again Thomas, I wish you all the best.&lt;/P&gt;
&lt;P&gt;by the way are you from Denmark or any of the notheren Countrys, I think about your name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Mads Refsgaard&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 11:12:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154376#M274663</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-15T11:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154384#M274664</link>
      <description>&lt;P&gt;You're welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad I could help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Watch YouTube videos, that will help you learn iLogic a bit more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am from England.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 11:18:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154384#M274664</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-15T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154453#M274665</link>
      <description>&lt;P&gt;Yeah I have watched a great deal of youtube videos, but some times i´t hard to find the one explaining a specefik problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;okay, then I was not far off, whit my guess &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 11:52:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7154453#M274665</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-15T11:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7170134#M274666</link>
      <description>&lt;P&gt;hello again, I have now another problem with a rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;describtion of what I want:&lt;/P&gt;
&lt;P&gt;I have a plate where I Punche a hole, the hole have a distance from the edge of the plate called b.&lt;/P&gt;
&lt;P&gt;the hole have an angel, and the closest point between the edge of the plate and the angeled hole may not be under 1,5 mm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can´t post the file but here I have some pictures that illustrates it, and et the end the rule I have tried to made but does not work.&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"&gt;&lt;SPAN class="lia-message-image-wrapper"&gt;&lt;IMG class="lia-media-image" src="https://forums.autodesk.com/t5/image/serverpage/image-id/370129i1D0E54CC51447474/image-size/large?v=1.0&amp;amp;px=705" border="0" alt="Hole go thou.PNG" title="Hole go thou.PNG" /&gt;&lt;I class="lia-fa lia-fa-search-plus lia-media-lightbox-trigger"&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper"&gt;&lt;IMG class="lia-media-image" src="https://forums.autodesk.com/t5/image/serverpage/image-id/370131i0312A78654D8AE52/image-size/large?v=1.0&amp;amp;px=705" border="0" alt="Hole go thou with annotetions.PNG" title="Hole go thou with annotetions.PNG" /&gt;&lt;I class="lia-fa lia-fa-search-plus lia-media-lightbox-trigger"&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper"&gt;&lt;IMG class="lia-media-image" src="https://forums.autodesk.com/t5/image/serverpage/image-id/370132i383C17ACF1DDB630/image-size/large?v=1.0&amp;amp;px=705" border="0" alt="Hole go thou Detail.PNG" title="Hole go thou Detail.PNG" /&gt;&lt;I class="lia-fa lia-fa-search-plus lia-media-lightbox-trigger"&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so b-4.61= 10,39 = OK&lt;/P&gt;
&lt;P&gt;Min =1,5+4,61=6,11mm&lt;/P&gt;
&lt;P&gt;but the rule I have set up does not work see the ruler unter here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SyntaxEditor Code Snippet&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;b&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Tan&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Angel&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;BT&lt;/SPAN&gt; &lt;SPAN&gt;+&lt;/SPAN&gt; &lt;SPAN&gt;BB&lt;/SPAN&gt; &lt;SPAN&gt;/&lt;/SPAN&gt; &lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;Cos&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Angel&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1.5&lt;/SPAN&gt;  &lt;SPAN&gt;Then&lt;/SPAN&gt;
&lt;SPAN&gt;MessageBox&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Show&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;To little material in Seite of Plate and hole whit angel&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Warning hole punched through&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;
&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;futher informations: I don´t get any errors but the massage box does not show up then tere is under 1,5 mm ( minimum distance = 4,61 + 1,5 mm = 6,11) the massege shos at &amp;nbsp;b = ~5,2 and less so at ~0,5 mm to the edge.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 08:39:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7170134#M274666</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-22T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178231#M274667</link>
      <description>&lt;P&gt;I have 1 more question so here goes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to make a Ilogic form in a assembly with´s change the part / more then 1 part?&lt;BR /&gt;I can link the parameters from the parts to inside of the assembly, I can also make the form, but the change box is gray not not Editable.&lt;/P&gt;
&lt;P&gt;se examble unter:&lt;BR /&gt;here is a picture of a example on a form.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Form.PNG" style="width: 222px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/371366i5BE13690F763F24C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Form.PNG" alt="Form.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 08:41:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178231#M274667</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-26T08:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178414#M274668</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean swap an iPart for another iPart?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which you can do in assembly using iLogic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 09:44:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178414#M274668</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-26T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178537#M274669</link>
      <description>&lt;P&gt;no I mean I have a part that can change height length and with, this part is assembled with another part that can do the same.&lt;/P&gt;
&lt;P&gt;then I want to be able to change those parameters from in side the assembly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you understadn or do? English is not my first language.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:14:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178537#M274669</guid>
      <dc:creator>Torben.pedersen</dc:creator>
      <dc:date>2017-06-26T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic message box</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178588#M274670</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes I understand now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe it is greyed out because changing one parameter will automatically change the other on a part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do this with Height. When I change a drawer height on a cabinet it changes the height of the cabinet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you attach your part?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:36:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-message-box/m-p/7178588#M274670</guid>
      <dc:creator>Thomas_Savage</dc:creator>
      <dc:date>2017-06-26T11:36:48Z</dc:date>
    </item>
  </channel>
</rss>

