<?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 Insulation by Match properties in Fabrication CADmep Forum</title>
    <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8203080#M3474</link>
    <description>&lt;P&gt;I am facing a problem which &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;never encountered before&lt;/SPAN&gt;&lt;/SPAN&gt;. when i going to match insulation properties from one pipe to another, straight pipes taking it but the fittings like, elbows are not taking that insulation and its remaining the same.&lt;/P&gt;&lt;P&gt;Can any one guide why it is happening for elbows?&lt;/P&gt;&lt;P&gt;When placing manually one by one by double click the item and going to insulation option, then it is taking, but match properties from another fitting / pipe not working for insulation.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Aug 2018 06:08:17 GMT</pubDate>
    <dc:creator>pinaki.rajak</dc:creator>
    <dc:date>2018-08-16T06:08:17Z</dc:date>
    <item>
      <title>Insulation by Match properties</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8203080#M3474</link>
      <description>&lt;P&gt;I am facing a problem which &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;never encountered before&lt;/SPAN&gt;&lt;/SPAN&gt;. when i going to match insulation properties from one pipe to another, straight pipes taking it but the fittings like, elbows are not taking that insulation and its remaining the same.&lt;/P&gt;&lt;P&gt;Can any one guide why it is happening for elbows?&lt;/P&gt;&lt;P&gt;When placing manually one by one by double click the item and going to insulation option, then it is taking, but match properties from another fitting / pipe not working for insulation.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 06:08:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8203080#M3474</guid>
      <dc:creator>pinaki.rajak</dc:creator>
      <dc:date>2018-08-16T06:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Insulation by Match properties</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8203921#M3477</link>
      <description>&lt;P&gt;use the MPROP command and select a single fitting.&lt;/P&gt;&lt;P&gt;Go to the Manufacturing tab.&lt;/P&gt;&lt;P&gt;I believe your fitting has an Insul Spec assigned to it or it is set to "Off".&lt;/P&gt;&lt;P&gt;Set that to "Not Set"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has to be done one at a time with the method above.&lt;/P&gt;&lt;P&gt;Alternatively you can run a script with the following code and select multiple objects:&lt;/P&gt;&lt;P&gt;item.insspec = "None"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moving forward you may want to change that setting on the ITM's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 12:58:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8203921#M3477</guid>
      <dc:creator>MOatman</dc:creator>
      <dc:date>2018-08-16T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Insulation by Match properties</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8205744#M3479</link>
      <description>&lt;P&gt;Thank You Sir, your first method is working well, however the script is not working, can you guide on it please?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 04:20:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8205744#M3479</guid>
      <dc:creator>pinaki.rajak</dc:creator>
      <dc:date>2018-08-17T04:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insulation by Match properties</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8206626#M3480</link>
      <description>&lt;P&gt;Copy the code I gave you&amp;nbsp; &amp;nbsp; item.insspec = "None"&amp;nbsp; &amp;nbsp; &amp;nbsp;open notepad and paste the code in there.&lt;/P&gt;&lt;P&gt;Save the text document with the extension ".cod".&amp;nbsp; Just fill in the filename and include the extension in the save dialog.&lt;/P&gt;&lt;P&gt;Then in your drawing run the command EXECUTESCRIPT and browse to the saved file. Select the items you wish to reset the insulation spec setting on and hit ENTER.&amp;nbsp; You won't see any visual difference but after it processes you will be able to control the insulation using MPROP again.&amp;nbsp; The script is just resetting the insulation spec.&amp;nbsp; More can be added to actually remove or add insulation so you can see visual differences when it runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is all new to you I encourage you to research Fabrication CADMEP scripting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/fabrication-products/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/Fabrication-UsersGuide/files/GUID-EA8355D4-5DB8-4161-96A3-3C9399063610-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/fabrication-products/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/Fabrication-UsersGuide/files/GUID-EA8355D4-5DB8-4161-96A3-3C9399063610-htm.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rem insulation variables&lt;BR /&gt;rem item.insulation.materiallock =&amp;nbsp;&lt;BR /&gt;rem item.insulation.statuslock =&amp;nbsp;&lt;BR /&gt;rem item.insulation.status =&amp;nbsp;&lt;BR /&gt;rem item.insulation.material =&amp;nbsp;&lt;BR /&gt;rem item.insulation.gauge =&amp;nbsp;&lt;BR /&gt;rem item.update()&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 13:13:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/insulation-by-match-properties/m-p/8206626#M3480</guid>
      <dc:creator>MOatman</dc:creator>
      <dc:date>2018-08-17T13:13:51Z</dc:date>
    </item>
  </channel>
</rss>

