<?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: Hide units visibility in iLogic Form in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9477892#M234936</link>
    <description>&lt;P&gt;Hi Axel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does literally work just like what Curtis described. Let's say you have a numerical parameter call "LENGTH" and its value equals 1200mm. You can create a text parameter called "LENGTH_TXT" and set its value to "" or anystring.&lt;/P&gt;
&lt;P&gt;In the iLogic rule, simply write "LENGTH_TXT = LENGTH." Then LENGTH_TXT's value will become 1200 without the unit.&lt;/P&gt;
&lt;P&gt;On the Form, simply show "LENGTH_TXT" instead.&lt;/P&gt;
&lt;P&gt;You do want to keep the two parameters in sync at all time.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 20:00:11 GMT</pubDate>
    <dc:creator>johnsonshiue</dc:creator>
    <dc:date>2020-04-28T20:00:11Z</dc:date>
    <item>
      <title>Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/7914150#M234932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an application where user should not see units in ilogic form.Is it possible to hide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 14:25:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/7914150#M234932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-06T14:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/7914319#M234933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I recall, the way I've had to do this in the past is to create a user TEXT parameter and use that in the form, and then in the iLogic code, hand the value from the TEXT parameter to the numeric parameter.&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>Fri, 06 Apr 2018 15:24:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/7914319#M234933</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2018-04-06T15:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/7916894#M234934</link>
      <description>&lt;P&gt;Thank You Curtis.It worked.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 05:04:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/7916894#M234934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-09T05:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9477892#M234936</link>
      <description>&lt;P&gt;Hi Axel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does literally work just like what Curtis described. Let's say you have a numerical parameter call "LENGTH" and its value equals 1200mm. You can create a text parameter called "LENGTH_TXT" and set its value to "" or anystring.&lt;/P&gt;
&lt;P&gt;In the iLogic rule, simply write "LENGTH_TXT = LENGTH." Then LENGTH_TXT's value will become 1200 without the unit.&lt;/P&gt;
&lt;P&gt;On the Form, simply show "LENGTH_TXT" instead.&lt;/P&gt;
&lt;P&gt;You do want to keep the two parameters in sync at all time.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:00:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9477892#M234936</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2020-04-28T20:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9478939#M234937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good! you're right the units were eventually hidden. However the matter now is that I cannot change the value when I try to write a different one from (i.e.) 1200, it does not change, it stays at 1200. Then I check the user parameter text on the parameters window and its value is actually 1200 (instead of "") but does not modify neither in the parameters window nor the form. I most provably overlooked something. I followed your steps: create a txt param, create a rule (txt param = model param), and use the txt one within the form. It make sense, when you change the txt one it'll change the model one at the end. But as I said it does not change for some reason. BTW, another thing I did not get was keeping values sync, what did you mean exactly with this? (perhaps this is my mistake?)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 07:23:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9478939#M234937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-29T07:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9480903#M234938</link>
      <description>&lt;P&gt;Hi! Please share your files here. It should be doable. I suspect the rule was not structured properly.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 20:41:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9480903#M234938</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2020-04-29T20:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9501378#M234939</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for my late answer. The file is attached. As I said it works (no units shown) but I can't change the value on the form, most probably because of the rule as you commented. I'm sure it'll be something stupid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 09:30:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9501378#M234939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-08T09:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9502780#M234940</link>
      <description>&lt;P&gt;Hi! The rule is correct but there is no trigger. Go to Manage -&amp;gt; iLogic -&amp;gt; Event Triggers -&amp;gt; add "HideUnits" to "Any Model Parameter Change" or "Part Geometry Change."&lt;/P&gt;
&lt;P&gt;It should work.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 20:21:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9502780#M234940</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2020-05-08T20:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide units visibility in iLogic Form</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9506057#M234941</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked eventually! Told you that it was something stupid: it worked just interchanging the equality params within the rule ("model=TXT" instead of "TXT=model").&amp;nbsp;BTW, I did not eventually need any event trigger.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help after all!&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 08:22:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hide-units-visibility-in-ilogic-form/m-p/9506057#M234941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-11T08:22:39Z</dc:date>
    </item>
  </channel>
</rss>

