<?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: Read AutoLimit values in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/12616609#M136734</link>
    <description>&lt;P&gt;This is an old topic.&amp;nbsp; I don't use auto limits myself so I am unfamiliar.&amp;nbsp; I had to go to addin manager to load it, because it is not set to automatically load by default install, so I could look into what these actually are.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you could share a part you want to test with, I could help look into it.&amp;nbsp; I just don't know how to use them as a user, so I don't know how to try to use them with API.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 15:11:59 GMT</pubDate>
    <dc:creator>J-Camper</dc:creator>
    <dc:date>2024-03-05T15:11:59Z</dc:date>
    <item>
      <title>Read AutoLimit values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/3415023#M136730</link>
      <description>&lt;P&gt;Is it possible to read the value of an AutoLimit through the API in Inventor 2012?&lt;/P&gt;&lt;P&gt;I can't find anything about it in the object model.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 13:45:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/3415023#M136730</guid>
      <dc:creator>nannerdw</dc:creator>
      <dc:date>2012-04-16T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Read AutoLimit values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/11383691#M136731</link>
      <description>&lt;P&gt;Bump.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although this is an old thread I am also in need of a solution to reading/exporting autolimits. I am trying to monitor the area of multiple faces, if I could include the measurement of a limit in the parameter table that would be ideal.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 16:53:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/11383691#M136731</guid>
      <dc:creator>brian.crow</dc:creator>
      <dc:date>2022-08-26T16:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read AutoLimit values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/11383973#M136732</link>
      <description>&lt;P&gt;I don't think there is really an API method for "AutoLimits" but you can create a simple local iLogic rule like the following:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Trigger = test

If Parameter("test") &amp;gt; 30 in Then Logger.Debug("max is 30 in") : Parameter("test") = 30 in&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To Test add a numeric parameter named "test" and try to change the value above 30 in.&amp;nbsp; It will log the Debug out put and force the parameter to 30 in max value.&amp;nbsp; The "Trigger" Object is simply there to get the rule to run whenever "test" changes value.&amp;nbsp; then the condition will only change the value when it is outside of the limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 19:05:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/11383973#M136732</guid>
      <dc:creator>J-Camper</dc:creator>
      <dc:date>2022-08-26T19:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read AutoLimit values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/12593087#M136733</link>
      <description>&lt;P&gt;This is fine for a limit, but if you want to measure an angle between two surfaces and export it to a parameter it takes a bunch of work geometry, a sketch, a bunch of clicks. If you had exposed autolimits this would be literally one click. Having exposed autolimits would save me days of work and it would almost compete with what siemens nx has with measurement as a feature that exposes the value as a parameter.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 12:57:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/12593087#M136733</guid>
      <dc:creator>ObradKostadinovic</dc:creator>
      <dc:date>2024-03-01T12:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read AutoLimit values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/12616609#M136734</link>
      <description>&lt;P&gt;This is an old topic.&amp;nbsp; I don't use auto limits myself so I am unfamiliar.&amp;nbsp; I had to go to addin manager to load it, because it is not set to automatically load by default install, so I could look into what these actually are.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you could share a part you want to test with, I could help look into it.&amp;nbsp; I just don't know how to use them as a user, so I don't know how to try to use them with API.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:11:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/read-autolimit-values/m-p/12616609#M136734</guid>
      <dc:creator>J-Camper</dc:creator>
      <dc:date>2024-03-05T15:11:59Z</dc:date>
    </item>
  </channel>
</rss>

