<?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: Assigning color with a material file in 3D Part &amp; Assembly Design</title>
    <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857743#M127951</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;it seems to me that the appearance mentioned in material definition file must be included in &lt;STRONG&gt;global.dmt&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;P&gt;Please read&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/cs227662" target="_blank"&gt;https://www.ptc.com/en/support/article/cs227662&lt;/A&gt;&amp;nbsp;article.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 19:18:42 GMT</pubDate>
    <dc:creator>MartinHanak</dc:creator>
    <dc:date>2023-02-22T19:18:42Z</dc:date>
    <item>
      <title>Assigning color with a material file</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857701#M127945</link>
      <description>&lt;P&gt;Is it possible to define a color from appearance.dmt to a specific material in the .mtl file itself?&lt;/P&gt;
&lt;P&gt;I want all parts made from SAE J995 Grade 5 to be a certain color. Is there an entry that can be put in the material file to change the color when the material is assigned?&lt;/P&gt;
&lt;P&gt;&lt;FONT color="headerbuttontrackingcode"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 17:36:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857701#M127945</guid>
      <dc:creator>BenLoosli</dc:creator>
      <dc:date>2023-02-22T17:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning color with a material file</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857713#M127946</link>
      <description>&lt;P&gt;Yes it is. See the article below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS50533" target="_blank" rel="noopener"&gt;https://www.ptc.com/en/support/article/CS50533&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 17:48:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857713#M127946</guid>
      <dc:creator>Chris3</dc:creator>
      <dc:date>2023-02-22T17:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning color with a material file</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857737#M127948</link>
      <description>&lt;P&gt;When defining (or redefining) the material, go to the appearance tab, select new, pick a color, and set the color as default.&amp;nbsp; Back in the Materials window select your material and save.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kdirth_0-1677092226425.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/76760i3F5C7A715DE3D2F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kdirth_0-1677092226425.png" alt="kdirth_0-1677092226425.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 19:00:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857737#M127948</guid>
      <dc:creator>kdirth</dc:creator>
      <dc:date>2023-02-22T19:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning color with a material file</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857740#M127949</link>
      <description>&lt;P&gt;I linked to the wrong thing. Try this instead:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/model-based_definition/to_edit_an_appearance_of_a_material.html" target="_blank" rel="noopener"&gt;https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/model-based_definition/to_edit_an_appearance_of_a_material.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In short you need this in your mtl file:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;Name = PTC_DEFAULT_APPEARANCE&lt;BR /&gt;Type = String&lt;BR /&gt;Default = 'glass'&lt;BR /&gt;Access = Full&lt;BR /&gt;},&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and you need a corresponding appearance in your global.dmt file&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 19:06:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857740#M127949</guid>
      <dc:creator>Chris3</dc:creator>
      <dc:date>2023-02-22T19:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning color with a material file</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857743#M127951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;it seems to me that the appearance mentioned in material definition file must be included in &lt;STRONG&gt;global.dmt&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;P&gt;Please read&amp;nbsp;&lt;A href="https://www.ptc.com/en/support/article/cs227662" target="_blank"&gt;https://www.ptc.com/en/support/article/cs227662&lt;/A&gt;&amp;nbsp;article.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 19:18:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Assigning-color-with-a-material-file/m-p/857743#M127951</guid>
      <dc:creator>MartinHanak</dc:creator>
      <dc:date>2023-02-22T19:18:42Z</dc:date>
    </item>
  </channel>
</rss>

