<?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: Change iproperty weld material in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582673#M61980</link>
    <description>&lt;P&gt;My apologies. Found the problem&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim oMaterial As Inventor.Asset = Nothing&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Should be&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim oMaterial As Inventor.MaterialAsset = Nothing&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time was running out so I jumped to forum too quickly&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2020 14:21:12 GMT</pubDate>
    <dc:creator>Cadkunde.nl</dc:creator>
    <dc:date>2020-06-16T14:21:12Z</dc:date>
    <item>
      <title>Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582085#M61975</link>
      <description>&lt;P&gt;You can get iproperty "weld Material" in a weldment assembly&lt;/P&gt;&lt;P&gt;which is also discussed here:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/ilogic-read-weldment-material-name/td-p/5891969" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/ilogic-read-weldment-material-name/td-p/5891969&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I got a form that allows engineers to easily manipulate all iproperties.&lt;/P&gt;&lt;P&gt;In case of a weldment assembly we also want them to chance ' material'&amp;nbsp; of the assembly from that form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I use this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;oDoc.PropertySets.Item("Design Tracking Properties").Item("Weld Material").Value = "Steel, Mild"&lt;/PRE&gt;&lt;P&gt;When i go to: Welds -&amp;gt; iProperties -&amp;gt; Physical -&amp;gt; Material, I still see the old material.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i open my form again, which on load get:&lt;/P&gt;&lt;P&gt;Me.combobox.selectedItem =&amp;nbsp;oDoc.PropertySets.Item("Design Tracking Properties").Item("Weld Material").Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value is changed to Steel mild (just an example)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So apparently the iProperty("Weld material") did change, but not if you look at Welds -&amp;gt; iProperties -&amp;gt; Physical -&amp;gt; Material.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i change the material manually in&amp;nbsp;Welds -&amp;gt; iProperties -&amp;gt; Physical -&amp;gt; Material, my form responds to it as well on load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This behaviour is different from when you change iproperty material in a part document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I doing something wrong or did I stumble upon a bug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can test this behaviour with this ilogic script:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;DTP_PropertySet&lt;/SPAN&gt; = &lt;SPAN&gt;ThisDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Document&lt;/SPAN&gt;.&lt;SPAN&gt;PropertySets&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Design Tracking Properties"&lt;/SPAN&gt;)
&lt;SPAN&gt;oWeldMatl&lt;/SPAN&gt; = &lt;SPAN&gt;DTP_PropertySet&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Weld Material"&lt;/SPAN&gt;).&lt;SPAN&gt;Value&lt;/SPAN&gt;
&lt;SPAN&gt;MessageBox&lt;/SPAN&gt;.&lt;SPAN&gt;Show&lt;/SPAN&gt;(&lt;SPAN&gt;"Currently:"&lt;/SPAN&gt; &amp;amp; &lt;SPAN&gt;oWeldMatl&lt;/SPAN&gt;, &lt;SPAN&gt;"iLogic"&lt;/SPAN&gt;)

&lt;SPAN&gt;DTP_PropertySet&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Weld Material"&lt;/SPAN&gt;).&lt;SPAN&gt;Value&lt;/SPAN&gt; = &lt;SPAN&gt;"Steel, Mild"&lt;/SPAN&gt;
&lt;SPAN&gt;MsgBox&lt;/SPAN&gt;(&lt;SPAN&gt;"Now changed to: "&lt;/SPAN&gt; &amp;amp; &lt;SPAN&gt;DTP_PropertySet&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Weld Material"&lt;/SPAN&gt;).&lt;SPAN&gt;Value&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;Using Inventor 2018.3.8&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 10:01:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582085#M61975</guid>
      <dc:creator>Cadkunde.nl</dc:creator>
      <dc:date>2020-06-16T10:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582178#M61976</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3133719"&gt;@Cadkunde.nl&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide a non-confidential weldment assembly files to investigate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 11:02:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582178#M61976</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2020-06-16T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582196#M61977</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3133719"&gt;@Cadkunde.nl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd guess that in order to change the actual material, it isn't enough to change the iProperty. I believe you'll have to assign the material asset to the WeldmentComponentDefinition.WeldBeadMaterial.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See iLogic code below. I find the material in the asset library "Autodesk Material Library", copies it to the documents material assets (if it's not already in there) and then assigns it as WeldBeadMaterial &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;PRE&gt;&lt;SPAN style="color: #ff0000;"&gt;Dim&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;oAsm&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;AssemblyDocument&lt;/SPAN&gt; = &lt;SPAN style="color: #800080;"&gt;ThisDoc&lt;/SPAN&gt;.&lt;SPAN style="color: #800080;"&gt;Document&lt;/SPAN&gt;
&lt;SPAN style="color: #ff0000;"&gt;Dim&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;oAsmCompDef&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;WeldmentComponentDefinition&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;oAsm&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;ComponentDefinition&lt;/SPAN&gt;
&lt;SPAN style="color: #ff0000;"&gt;Dim&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;oLibrary&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;AssetLibrary&lt;/SPAN&gt;
&lt;SPAN style="color: #800000;"&gt;oLibrary&lt;/SPAN&gt; = &lt;SPAN style="color: #800080;"&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;AssetLibraries&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Item&lt;/SPAN&gt;(&lt;SPAN style="color: #008080;"&gt;"Autodesk Material Library"&lt;/SPAN&gt;)

&lt;SPAN style="color: #ff0000;"&gt;Dim&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;oMaterial&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Asset&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;oLibrary&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;MaterialAssets&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Item&lt;/SPAN&gt;(&lt;SPAN style="color: #008080;"&gt;"Steel, Mild"&lt;/SPAN&gt;)
&lt;SPAN style="color: #ff0000;"&gt;Try&lt;/SPAN&gt;
&lt;SPAN style="color: #800000;"&gt;oMaterial&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;oMaterial&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;CopyTo&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;oAsm&lt;/SPAN&gt;)
&lt;SPAN style="color: #ff0000;"&gt;Catch&lt;/SPAN&gt;
&lt;SPAN style="color: #800000;"&gt;oMaterial&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;oAsm&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Assets&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Item&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;oMaterial&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;DisplayName&lt;/SPAN&gt;)
&lt;SPAN style="color: #ff0000;"&gt;End&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;Try&lt;/SPAN&gt;

&lt;SPAN style="color: #800000;"&gt;oAsmCompDef&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;WeldBeadMaterial&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;oMaterial&lt;/SPAN&gt;
&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jun 2020 11:12:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582196#M61977</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-06-16T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582393#M61978</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Changing weldbeadmaterial in weldmentcomponentdefinition did the trick!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 12:48:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582393#M61978</guid>
      <dc:creator>Cadkunde.nl</dc:creator>
      <dc:date>2020-06-16T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582638#M61979</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well the code seemed to work at first.&lt;/P&gt;&lt;P&gt;But it crashes whenever i select a material for the second time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can change material of weldbead to ' Steel, Mild'&amp;nbsp; then change it to ' Generic' , If i then change it back to ' Steel, Mild'&amp;nbsp; Inventor crashes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code I currently use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;If oAssyDoc.ComponentDefinition.Type = ObjectTypeEnum.kWeldmentComponentDefinitionObject Then
            GlobalFunctions.SetiProperty("Design Tracking Properties", "Weld Material", Me.ComboBox_MatList.SelectedItem)
            Dim oAsmCompDef As WeldmentComponentDefinition = oAssyDoc.ComponentDefinition
            Dim oMaterial As Inventor.Asset = Nothing
            Try
                For Each Asset As Inventor.MaterialAsset In AddinGlobal.InventorApp.ActiveMaterialLibrary.MaterialAssets
                    If Asset.DisplayName = Me.ComboBox_MatList.SelectedItem Then
                        oMaterial = Asset
                        Exit For
                    End If
                Next
            Catch
                MsgBox("Could not find Material Library")
                Exit Sub
            End Try
            Try
                oMaterial = oMaterial.CopyTo(oAssyDoc)
            Catch ex As Exception
                oMaterial = oAssyDoc.Assets.Item(oMaterial.DisplayName)
            End Try
            If Not IsNothing(oMaterial) Then
                If Not oAsmCompDef.WeldBeadMaterial.DisplayName = oMaterial.DisplayName Then
                    oAsmCompDef.WeldBeadMaterial = oMaterial
                End If
            End If
        End If&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:06:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582638#M61979</guid>
      <dc:creator>Cadkunde.nl</dc:creator>
      <dc:date>2020-06-16T14:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582673#M61980</link>
      <description>&lt;P&gt;My apologies. Found the problem&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim oMaterial As Inventor.Asset = Nothing&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Should be&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim oMaterial As Inventor.MaterialAsset = Nothing&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time was running out so I jumped to forum too quickly&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:21:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582673#M61980</guid>
      <dc:creator>Cadkunde.nl</dc:creator>
      <dc:date>2020-06-16T14:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582681#M61981</link>
      <description>&lt;P&gt;I began to write this answer before your last post. Saw that it worked out so I'll just edit this reply to this&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:24:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/9582681#M61981</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-06-16T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/12054976#M61982</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3133719"&gt;@Cadkunde.nl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is unacceptable, you check the solution as solved when the solution doesn't work well.&lt;/P&gt;&lt;P&gt;This detracts the quality of the Autodesk Forum, such as a very good site to find solutions according to solve requirements of our jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me share the correct solution code working perfectly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Dim oAsm As AssemblyDocument = ThisDoc.Document 
Dim oAsmCompDef As WeldmentComponentDefinition = oAsm.ComponentDefinition

 
Dim oLibrary As AssetLibrary
 
oLibrary = ThisApplication.AssetLibraries.Item("MATERIALS BLASAU")
Dim otxt As String = MATERIAL

 
Dim oMaterial As MaterialAsset = oLibrary.MaterialAssets.Item(otxt)
 
oMaterial.CopyTo(oAsm)

oAsmCompDef.WeldBeadMaterial = oAsm.MaterialAssets(otxt)

Logger.Trace(oAsmCompDef.WeldBeadMaterial.Name)​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;You can use a&lt;STRONG&gt; parameter multivalue&lt;/STRONG&gt; to manage the material, substituting the string &lt;STRONG&gt;"Steel"&lt;/STRONG&gt; to the &lt;STRONG&gt;user parameter Material&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, if the material is from a custom material library, you can substitute the .Item(1) for the name of the custom library like this .Item("NameOfCustomLibrary")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that this info help people like me that spent one working day following some solution.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 06:46:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/12054976#M61982</guid>
      <dc:creator>BLA_fpineda</dc:creator>
      <dc:date>2023-06-23T06:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change iproperty weld material</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/12060207#M61983</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10201413"&gt;@BLA_fpineda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all; It's totally acceptable that the original poster marks a solution that solved his problem as an accepted solution. I think that goes without saying...&lt;/P&gt;
&lt;P&gt;I find this passive aggressive post of yours somewhat disrespectful, since I've volonteered countless hours of &lt;STRONG&gt;&lt;U&gt;my free time&lt;/U&gt;&lt;/STRONG&gt; to assist other users in this forum with solutions that I'm sure has helped a lot of people throughout the years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly; Please explain why your solution is better than my original one. I might be missing something but looking at my original solution and yours, side by side, it seems to me that you basically just copied mine and now claims that yours is better. To keep the good quality of this forum up, I think you should've provided some sort of explaination to why yours is better. Why does it work better to get the materialasset by name after CopyTo, when CopyTo already returns the copied materialasset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did some testing now of my original solution and I could change the WeldBeadMaterial back and forward without any issues whatsoever, so whatever problem you have with my solution, I can't replicate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To summarize, I find your tone here pretty offensive and I think you should keep that in mind for future posts, but I'm also very curious to know in which scenario my original solution fails and yours doesn't.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 08:10:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/change-iproperty-weld-material/m-p/12060207#M61983</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2023-06-26T08:10:08Z</dc:date>
    </item>
  </channel>
</rss>

