<?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: Toggle Derived Sheet Metal Option 'Link Sheet Metal Style' in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/12472797#M25196</link>
    <description>&lt;P&gt;Just dropping a few more links in here to the 2024 online help documentation for a few of the API objects that can be involved.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartDefinition" target="_blank" rel="noopener"&gt;DerivedPartDefinition&lt;/A&gt;&amp;nbsp;(the base type)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartUniformScaleDef" target="_blank" rel="noopener"&gt;DerivedPartUniformScaleDef&lt;/A&gt;&amp;nbsp;(a Type derived from that base Type)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartCoordinateSystemDef" target="_blank" rel="noopener"&gt;DerivedPartCoordinateSystemDef&lt;/A&gt;&amp;nbsp;(a Type derived from that base Type)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartTransformDef" target="_blank" rel="noopener"&gt;DerivedPartTransformDef&lt;/A&gt;&amp;nbsp;(a Type derived from that base Type)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When we review the methods and properties available to these object types that may be used when deriving a part into another document, we can see that there are two properties exposing control over linking face color from source, and sketch formatting from source, but not a property exposing control over linking a sheet metal style.&amp;nbsp; Since sheet metal is a document sub type of a part document, there may need to be an additional derived type of derived part definition that is more specifically for sheet metal parts.&amp;nbsp; It may not be a viable solution to just add an extra property to any of those existing types, because not all parts are sheet metal parts.&amp;nbsp; But I suppose they could just ignore that property when the source part is not a sheet metal part.&amp;nbsp; I do not know that scenario is currently being handled behind the scenes, but I also have not seen anything exposed in the Inventor API specifically for this yet.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2024 19:16:36 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2024-01-02T19:16:36Z</dc:date>
    <item>
      <title>Toggle Derived Sheet Metal Option 'Link Sheet Metal Style'</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11873139#M25190</link>
      <description>&lt;P&gt;I've used Make Components to create hundreds of derived sheet metal parts and I have already Constrained duplicates and set up all of the assemblies and sub assemblies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just realized that I didn't have the Link Sheet Metal Styles option selected when making those parts. Is there a way to access that via iLogic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally I would run some code on the top level assembly to filter through all the sheet metal components and toggle that on. I can't find any snippets relating to that setting. Is it accessible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 23:14:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11873139#M25190</guid>
      <dc:creator>andrewdroth</dc:creator>
      <dc:date>2023-04-04T23:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Derived Sheet Metal Option 'Link Sheet Metal Style'</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11873256#M25191</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/381041"&gt;@andrewdroth&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you got an image of where that toggle is located? Is it within the derive dialogue box? If so you may need to derive again with that switched on. I haven't used its functionality so not sure if it is exposed but most options are.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 00:39:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11873256#M25191</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-04-05T00:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Derived Sheet Metal Option 'Link Sheet Metal Style'</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11873422#M25192</link>
      <description>&lt;P&gt;I had a quick k look through the API help and don't see much there for that option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See link &lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/A-derived-sheet-metal-part-has-lost-its-sheet-metal-style-link-to-its-base-component-in-Inventor.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt; of the process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across a &lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/how-to-determine-option-quot-link-sheet-metal-style-quot-of/m-p/8395979#M91319" target="_blank" rel="noopener"&gt;post&lt;/A&gt; from 2018 saying that option wasn't there. I suspect nothing has changed since. Can you post an image of the results? Does it link parameters etc? You may need to replicate its function if it isn't exposed in the API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ideas/api-to-determine-the-option-quot-link-sheet-metal-styles-quot-in/idi-p/8396444" target="_blank" rel="noopener"&gt;Here&lt;/A&gt; is a link to the post in the idea station. Needs a vote up only on 20&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 02:43:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11873422#M25192</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-04-05T02:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Derived Sheet Metal Option 'Link Sheet Metal Style'</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11875151#M25193</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7946284"&gt;@A.Acheson&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what the option looks like when you go to edit the derived part.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrewdroth_0-1680709501462.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1198798iF40449C13BF48557/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrewdroth_0-1680709501462.png" alt="andrewdroth_0-1680709501462.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I voted for that idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point because all of my assemblies are set up using these parts, it would be too late to remake the parts. My only option is to open all the parts, edit the derived part feature, and check that box.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 15:47:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11875151#M25193</guid>
      <dc:creator>andrewdroth</dc:creator>
      <dc:date>2023-04-05T15:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Derived Sheet Metal Option 'Link Sheet Metal Style'</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11875253#M25194</link>
      <description>&lt;P&gt;If you know what the results of ticking that box is you can still likely replicate most of the results by code. You just won't have the box ticked. If these are one off's that might be a good option but if you are going to be doing lots of changes with them then that might become annoying later on down the road.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 16:28:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/11875253#M25194</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-04-05T16:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Derived Sheet Metal Option 'Link Sheet Metal Style'</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/12466926#M25195</link>
      <description>Hi. Did you manage to find a solution? I faced a similar task in my project.</description>
      <pubDate>Fri, 29 Dec 2023 09:25:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/12466926#M25195</guid>
      <dc:creator>grahov</dc:creator>
      <dc:date>2023-12-29T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Derived Sheet Metal Option 'Link Sheet Metal Style'</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/12472797#M25196</link>
      <description>&lt;P&gt;Just dropping a few more links in here to the 2024 online help documentation for a few of the API objects that can be involved.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartDefinition" target="_blank" rel="noopener"&gt;DerivedPartDefinition&lt;/A&gt;&amp;nbsp;(the base type)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartUniformScaleDef" target="_blank" rel="noopener"&gt;DerivedPartUniformScaleDef&lt;/A&gt;&amp;nbsp;(a Type derived from that base Type)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartCoordinateSystemDef" target="_blank" rel="noopener"&gt;DerivedPartCoordinateSystemDef&lt;/A&gt;&amp;nbsp;(a Type derived from that base Type)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DerivedPartTransformDef" target="_blank" rel="noopener"&gt;DerivedPartTransformDef&lt;/A&gt;&amp;nbsp;(a Type derived from that base Type)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When we review the methods and properties available to these object types that may be used when deriving a part into another document, we can see that there are two properties exposing control over linking face color from source, and sketch formatting from source, but not a property exposing control over linking a sheet metal style.&amp;nbsp; Since sheet metal is a document sub type of a part document, there may need to be an additional derived type of derived part definition that is more specifically for sheet metal parts.&amp;nbsp; It may not be a viable solution to just add an extra property to any of those existing types, because not all parts are sheet metal parts.&amp;nbsp; But I suppose they could just ignore that property when the source part is not a sheet metal part.&amp;nbsp; I do not know that scenario is currently being handled behind the scenes, but I also have not seen anything exposed in the Inventor API specifically for this yet.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 19:16:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/toggle-derived-sheet-metal-option-link-sheet-metal-style/m-p/12472797#M25196</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-01-02T19:16:36Z</dc:date>
    </item>
  </channel>
</rss>

