<?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 record function_set select in 3D Part &amp; Assembly Design</title>
    <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/record-function-set-select/m-p/73117#M3668</link>
    <description>&lt;P&gt;I had a question from the record function.&lt;/P&gt;
&lt;P&gt;I recorded the function that selected something(ex: parts,assembly,faces,notes),I don't know how can I set the parameter for select something&lt;/P&gt;
&lt;P&gt;When I want to change specify part color, I can enter quotes(" ").&lt;/P&gt;
&lt;P&gt;ex : SET_PART_COLOR "/5PARTS_ASM_4/1" :RGB 0.2,0.5,1.0&lt;/P&gt;
&lt;P&gt;But I don't know which one I select.&lt;/P&gt;
&lt;P&gt;I don't know what can I enter parameter.&lt;/P&gt;
&lt;P&gt;Maybe it is current part or any one&lt;/P&gt;
&lt;P&gt;How can I enter parameter ?&lt;/P&gt;
&lt;P&gt;Or I can enter select list to select I need part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 14:26:17 GMT</pubDate>
    <dc:creator>yhuang-2</dc:creator>
    <dc:date>2018-05-31T14:26:17Z</dc:date>
    <item>
      <title>record function_set select</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/record-function-set-select/m-p/73117#M3668</link>
      <description>&lt;P&gt;I had a question from the record function.&lt;/P&gt;
&lt;P&gt;I recorded the function that selected something(ex: parts,assembly,faces,notes),I don't know how can I set the parameter for select something&lt;/P&gt;
&lt;P&gt;When I want to change specify part color, I can enter quotes(" ").&lt;/P&gt;
&lt;P&gt;ex : SET_PART_COLOR "/5PARTS_ASM_4/1" :RGB 0.2,0.5,1.0&lt;/P&gt;
&lt;P&gt;But I don't know which one I select.&lt;/P&gt;
&lt;P&gt;I don't know what can I enter parameter.&lt;/P&gt;
&lt;P&gt;Maybe it is current part or any one&lt;/P&gt;
&lt;P&gt;How can I enter parameter ?&lt;/P&gt;
&lt;P&gt;Or I can enter select list to select I need part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 14:26:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/record-function-set-select/m-p/73117#M3668</guid>
      <dc:creator>yhuang-2</dc:creator>
      <dc:date>2018-05-31T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: record function_set select</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/record-function-set-select/m-p/73118#M3669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The command SET_PART_COLOR is specific to parts and the great thing about parts, as opposed to something like faces, is that you can see the path to the part in the structure browser.&amp;nbsp; So if you have a part that you want to change the color of, you can use the command and pass in the full pathname of the part, in double quotes, as a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume you have a top level part named "Part1".&amp;nbsp; Its full pathname is "/Part1".&amp;nbsp; The command you would enter in the command line to change the color of this part is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET_PART_COLOR "/Part1" :RGB 0.2,0.5,1.0 :done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to make the part's name a parameter within a LISP macro then the code would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(setf PartName "/Part1")&lt;/P&gt;&lt;P&gt;(SET_PART_COLOR PartName :RGB 0.2:0.5:1.0 :done)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 11:47:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/record-function-set-select/m-p/73118#M3669</guid>
      <dc:creator>sobrien-2</dc:creator>
      <dc:date>2017-02-03T11:47:28Z</dc:date>
    </item>
  </channel>
</rss>

