<?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 - Flat Pattern Extents to Parameters in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393601#M65324</link>
    <description>&lt;P&gt;Use =&lt;SPAN&gt;&amp;lt;Flat Pattern Area&amp;gt; instead of sheetmetal area. U wont get any units. Hope ur issue solved&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;karth&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2020 13:10:28 GMT</pubDate>
    <dc:creator>k14348</dc:creator>
    <dc:date>2020-03-23T13:10:28Z</dc:date>
    <item>
      <title>iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9390206#M65318</link>
      <description>&lt;P&gt;I'm currently working on a script to run in new and old parts in inventor 2020 that I need to have the flat pattern area of a sheet metal part in the iProperties but without the unit string in it. I would like to be able to have this where it auto updates the iProperty when the model changes but I'm struggling to get this to work. I've tried making them parameters and exporting them but I cant get that to auto update when the model changes, and when I try to set the iProperty to &amp;lt;Sheet Metal Area&amp;gt; it adds IN2 to the end of the value and the ERP software that we are trying to implement won't accept that as the value. I don't have a problem with adding a rule to the parts but I would like to avoid that if possible.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 18:30:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9390206#M65318</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2020-03-20T18:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9390262#M65319</link>
      <description>&lt;P&gt;Definately sounds doable.&amp;nbsp; There is actually already a built-in iProperty called "Flat Pattern Area" specifically for that, under the "Design Tracking Properties" property set.&amp;nbsp; You would just have to use the available String editing tools in your Snippets / System / Strings category, to get rid of the Units string at the end.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 19:01:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9390262#M65319</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-20T19:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9390356#M65320</link>
      <description>&lt;P&gt;Will this still auto update when there are changes to the model so that the value stays accurate? I'm trying to avoid making me and my coworkers run the script anytime we change the design.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 19:49:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9390356#M65320</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2020-03-20T19:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9391174#M65321</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use&amp;nbsp;=&amp;lt;Flat Pattern Length&amp;gt; X &amp;lt;Flat Pattern Width&amp;gt; X &amp;lt;Flat Pattern Area&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope your issue resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karth&lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2020 14:13:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9391174#M65321</guid>
      <dc:creator>k14348</dc:creator>
      <dc:date>2020-03-21T14:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393368#M65322</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6288658"&gt;@jdbrown&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1060254"&gt;@k14348&lt;/a&gt;'s idea is another possible route you may be able to use.&amp;nbsp; You wouldn't need to use an iLogic Rule or VBA code to make it work either.&amp;nbsp; I don't know if you're familliar with this technique, so I'll try to explain.&amp;nbsp; Basically, within your iProperties dialog box, starting from an empty text entry slot (Like the Title, or Description text box), you can start the text with an "=" equals sign, followed by whatever string of text you want, with some live iProperty links in there wherever you want.&amp;nbsp; The live iProperty links are defined by encapsulating the name of the iProperty between the less-than &amp;amp; greater-than signs, like this &amp;lt;iProperty_Name&amp;gt;.&amp;nbsp; When you finish typing and either click Apply or Enter, the string of text will transform, and where you had the live iProperty links, it will be displaying the value of that iProperty.&amp;nbsp; You will then see an Equation symbol at the right side of that line, indicating this linked status.&amp;nbsp; Then when you go to edit that line again, it will transform back to showing how you typed it in (unless you select all then start typing which will replace the linked status).&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 11:07:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393368#M65322</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-23T11:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393591#M65323</link>
      <description>&lt;P&gt;I am familiar with this method. It is a part of how I setup my title block for certain parts. The only problem with this method is that is has the unit string in there, which another software we are using won't accept. The software needs a unitless number value. When I've attempted with the =&amp;lt;Sheet Metal Area&amp;gt; it just changes the property to a number value minus the unit string but it loses the formula so it won't update.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 13:06:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393591#M65323</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2020-03-23T13:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393601#M65324</link>
      <description>&lt;P&gt;Use =&lt;SPAN&gt;&amp;lt;Flat Pattern Area&amp;gt; instead of sheetmetal area. U wont get any units. Hope ur issue solved&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;karth&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 13:10:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393601#M65324</guid>
      <dc:creator>k14348</dc:creator>
      <dc:date>2020-03-23T13:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393714#M65325</link>
      <description>&lt;P&gt;Thank you Karth. I was not aware of that particular one. I just tried this out and apparently this will not work for my situation. The software I'm sending this information to accepts that value on the first attempt with that, however it removes the formula and changes it to the calculated value of the formula so it will not update after that. I guess at his point I will need a rule that will auto-run on sheet metal parts to update the value on any model change but that's not something that I can do with my current iLogic knowledge.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 13:53:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393714#M65325</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2020-03-23T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393885#M65326</link>
      <description>&lt;P&gt;Those iProperties are built-in and should always be up-to-date, unless you've made modifications to the model without a document update.&lt;/P&gt;&lt;P&gt;However, the equation (whatever it is?) will likely need to be updated using a local iLogic rule, since were dealing with an iProperty instead of a Parameter.&amp;nbsp;&amp;nbsp; The contents of the local rule can be specified within an external rule, then that same exteral rule can create the local rule with those specifications into your local files fairly easily.&amp;nbsp; I would probably save the resulting value to a Parameter, then set that parameter to 'Export', and set its 'Custom PropertyFormat' to Number.&amp;nbsp; That way everytime the parameter updates, it will automatically update the Custom iProperty (same name as the Parameter) it is linked to.&amp;nbsp; You can also specify within those Custom Property Format, that you don't want the Units String.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 15:05:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393885#M65326</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-23T15:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393973#M65327</link>
      <description>&lt;P&gt;What do I need in my internal rule in order to make it update the parameter on a change to the model? I've got the coding in place to create the necessary parameters. But it just gets the extents at the moment the rule is run and changes the parameter to that. I just don't know how to keep the parameters updated when the model changes.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 15:33:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9393973#M65327</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2020-03-23T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396121#M65328</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;whenever u run this code description value will automatically get updated if it is a sheetmetal part.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sub Desupdate()

Dim openDoc As AssemblyDocument
Set openDoc = ThisApplication.ActiveDocument
Dim doc As Document
For Each doc In openDoc.AllReferencedDocuments
    If doc.SubType = "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" Then

        Dim oProp As Property
        Set oProp = doc.PropertySets.Item("Design Tracking Properties").Item("Description")
        oProp.Value = "=&amp;lt;Flat Pattern Length&amp;gt; X &amp;lt;Flat Pattern Width&amp;gt; X &amp;lt;Flat Pattern Area&amp;gt;"
        
    End If
Next

End Sub
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Karth&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 11:33:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396121#M65328</guid>
      <dc:creator>k14348</dc:creator>
      <dc:date>2020-03-24T11:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396140#M65329</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6288658"&gt;@jdbrown&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;There are several fairly simple ways to do something like this.&lt;/P&gt;&lt;P&gt;Perhaps the quickest is to add your iLogic rule to the appropriate location within the "Event Triggers".&lt;/P&gt;&lt;P&gt;Manage tab / iLogic panel / Event Triggers.&lt;/P&gt;&lt;P&gt;The next option, and perhaps the better option, is to add a series of dummy variables to the top of your local iLogic rule that are set to be equal to whichever Parameters that you want to use as 'triggers'.&amp;nbsp; Then every time one of those parameters changes, that rule will run.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 11:39:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396140#M65329</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-24T11:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396155#M65330</link>
      <description>&lt;P&gt;If you're using an external rule for this, and you want to be able to do the dummy variable trigger method, I would then recomend adding some code to that rule which automatically creates the local rule within the effected document, that will, in turn,&amp;nbsp; simply run your external rule, when triggered.&amp;nbsp; If you need help setting this up, I can help with that.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 11:43:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396155#M65330</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-24T11:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396638#M65331</link>
      <description>&lt;P&gt;I think what I'm going to have to do is have an internal rule with a geometry change trigger. I've already setup a few scripts to add local rules and adding the trigger should be simple enough. I was hoping to be able to get around this, but having a few specific parameters set to trigger the rule just wont work for our situation.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:26:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396638#M65331</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2020-03-24T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396671#M65332</link>
      <description>&lt;P&gt;If you're just using the Geometry Change as the only trigger, the rule wouldn't necessarily have to be a&amp;nbsp; local one.&amp;nbsp; You can specify external rules within the Events Manager to be fired when local events happen too.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:37:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396671#M65332</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-24T14:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396679#M65333</link>
      <description>&lt;P&gt;Is it any more difficult to automate/script adding a trigger to run an external rule as opposed to a local rule?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:40:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396679#M65333</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2020-03-24T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396698#M65334</link>
      <description>&lt;P&gt;Nope. Same process.&amp;nbsp; Open Event Triggers dialog box.&amp;nbsp; Upper left window lists local rules.&amp;nbsp; Lower left window lists external rules.&amp;nbsp; Drag the rule from one of those lists over under one of the events listed on the right.&amp;nbsp; Click OK. Done.&lt;/P&gt;&lt;P&gt;Pay attention to what tab within that dialog box you are in.&amp;nbsp; Anything you do within the "This Document" tab will only effect the open document.&amp;nbsp; Other tabs are pretty self explanatory.&amp;nbsp; If you use those other tabs, it will work for all documents of that type.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:46:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396698#M65334</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-24T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396717#M65335</link>
      <description>&lt;P&gt;The dummy variables technique only works on local rules though, because of the way it recognizes those local Parameters and turns them blue whithin your code screen.&amp;nbsp; An external rule isn't linked to any specific CAD file, so it doesn't know when those parameters change.&lt;/P&gt;&lt;P&gt;All rules work with Events Manager though.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 14:52:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/9396717#M65335</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-03-24T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/13970776#M178879</link>
      <description>&lt;P&gt;I am still not sure how to get this.&lt;/P&gt;&lt;P&gt;I have a sheet metal. Flat pattern width and lenght dimensions I want to get into iproperties which I will use on BOM in drawing. Is this possible?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 14:00:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/13970776#M178879</guid>
      <dc:creator>tadej.grahek</dc:creator>
      <dc:date>2026-01-09T14:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic - Flat Pattern Extents to Parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/13971064#M178882</link>
      <description>&lt;P&gt;I tried.&amp;nbsp; It doesn't update with the model properly.&amp;nbsp; Sometimes it update, sometimes it doesn't.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 16:25:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-flat-pattern-extents-to-parameters/m-p/13971064#M178882</guid>
      <dc:creator>hollypapp65</dc:creator>
      <dc:date>2026-01-09T16:25:36Z</dc:date>
    </item>
  </channel>
</rss>

