<?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: Adding parameters to existing parts in System Administration</title>
    <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82245#M5129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you uncheck "Enable ATB" when importing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/108029_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 20:23:53 GMT</pubDate>
    <dc:creator>dgschaefer</dc:creator>
    <dc:date>2016-10-26T20:23:53Z</dc:date>
    <item>
      <title>Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82238#M5122</link>
      <description>&lt;P&gt;I have parts and assemblies that were created without using our templates. There are about 5-10 parameters I need to add to these parts and assemblies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that I can add them by just adding the parameters column to the model tree of the assembly. This does work, but is a bit of a pain because you have to tell it what kind of parameter it is for each part as you add each parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had mapkeys that would call open a config file set new_parameter_ui and New_relation_ui to no and then add the parameters. These mapkeys don't appear to work anymore (I thought I had fixed them for Creo 2, but that may have been for Wildfire 5.). Before I try to fix them, I was wondering if anyone is still using this method in Creo 3?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, is there a better method now that we are in Creo 3?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Carrie&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 14:48:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82238#M5122</guid>
      <dc:creator>CarrieIves</dc:creator>
      <dc:date>2018-12-14T14:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82239#M5123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carrie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the options is ModelCHECK. This will give you information whether parameter is available in data or not, If not it can add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check earlier post. &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ptcusercommunity.com/message/275993"&gt;Re: Modelcheck paramter setting ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 22:02:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82239#M5123</guid>
      <dc:creator>Mahesh_Sharma</dc:creator>
      <dc:date>2015-09-21T22:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82240#M5124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can recreate a mapkey for that, maybe it stills to be the faster way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14428774012649044" jivemacro_uid="_14428774012649044"&gt;
&lt;P&gt;mapkey $F2 @MAPKEY_NAMEload parameters;~ Command `ProCmdRibbonOptionsDlg` ;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Select `ribbon_options_dialog` `PageSwitcherPageList` 1 `ConfigLayout`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Activate `ribbon_options_dialog` `ConfigLayout.AddOpt`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Input `add_opt` `InputOpt` `new_parameter_ui`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Update `add_opt` `InputOpt` `new_parameter_ui`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ FocusOut `add_opt` `InputOpt`;~ Input `add_opt` `EditPanel` `no`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Input `add_opt` `EditPanel` `no`;~ Update `add_opt` `EditPanel` `no`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ FocusOut `add_opt` `EditPanel`;~ Activate `add_opt` `AddOpt`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Activate `ribbon_options_dialog` `OkPshBtn`;~ Command `ProCmdMmParams` ;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER1;#DONE;#CREATE;#STRING;PARAMETER1;VALUE1;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER2;#DONE;#CREATE;#STRING;PARAMETER2;VALUE2;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER3;#DONE;#CREATE;#STRING;PARAMETER3;VALUE3;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER4;#DONE;#CREATE;#STRING;PARAMETER4;VALUE4;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) #DONE/RETURN;#DONE/RETURN;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting on line 10, replace "Parameter1" for your parameter name, "String" with the type of parameter, and "value1" with your own value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 23:19:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82240#M5124</guid>
      <dc:creator>Jose_Costa</dc:creator>
      <dc:date>2015-09-21T23:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82241#M5125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Open your start part with the all parameters that you need.&lt;/LI&gt;&lt;LI&gt;Save a copy as a neutral file (*.neu).&lt;/LI&gt;&lt;LI&gt;Open a part that needs parameters added.&lt;/LI&gt;&lt;LI&gt;Import the neutral file, the parameters come along with the import.&lt;/LI&gt;&lt;LI&gt;Delete the import feature, the parameters will remain.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 16:02:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82241#M5125</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2015-09-24T16:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82242#M5126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try fixing my mapkeys, but didn't get there. I will try the attached mapkey at some point in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also need to add some relations, so what we are doing for right now is this:&lt;/P&gt;&lt;P&gt;I created a text file with relations similar to this:&lt;/P&gt;&lt;P&gt;created_date = "09/24/2015"&lt;/P&gt;&lt;P&gt;Any parameter I needed to add, I created a relation for and gave it a default value of some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then would open the part, select relations, open the text file and paste it into the relations box. I then verified the relations, then deleted the ones I didn't need to keep.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This seems like it will work fairly quickly for this project - there's not that many parts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 16:17:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82242#M5126</guid>
      <dc:creator>CarrieIves</dc:creator>
      <dc:date>2015-09-24T16:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82243#M5127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mind that this method will work only for string and/or real number parameter types.&lt;/P&gt;&lt;P&gt;If you try to create a integer parameter via relation you will actually get a real number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:00:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82243#M5127</guid>
      <dc:creator>GabrielZaha</dc:creator>
      <dc:date>2015-09-25T13:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82244#M5128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this method and all the parameters imported locked and un-editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts as to why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:06:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82244#M5128</guid>
      <dc:creator>M.Shuler</dc:creator>
      <dc:date>2016-10-20T20:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82245#M5129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you uncheck "Enable ATB" when importing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/108029_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 20:23:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/82245#M5129</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2016-10-26T20:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts/assembly</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/606087#M24841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This method is effective for parts,&amp;nbsp; but how to import for the assembly(.asm) ?&lt;/P&gt;
&lt;P&gt;It is not possible to import neutral file in assembly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy-paste is one of option , it is effective for unlocked parameters only, also errors i.e. missing few parameters while copy-paste.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 05:08:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/606087#M24841</guid>
      <dc:creator>shantanu_padwad</dc:creator>
      <dc:date>2019-04-15T05:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts/assembly</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/657021#M25670</link>
      <description>&lt;P&gt;I was having the same issue. The assembly I created had all the parameters and I didn't want to have to re-create these all over again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to Copy / Paste the parameters from the ASM to the PART. All the values carried over as well.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 19:31:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/657021#M25670</guid>
      <dc:creator>spaceghost173</dc:creator>
      <dc:date>2020-03-27T19:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/744836#M27225</link>
      <description>&lt;P&gt;Hi Jose&lt;BR /&gt;I appreciate your mapkey which is very short and easy to modify for my own parameters,&amp;nbsp;&lt;BR /&gt;however, after running it, the parameters display is no more a table but a menu... why ? how to fix that ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pier_8wd_0-1629468640101.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/45351i057DC1631914E3FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pier_8wd_0-1629468640101.png" alt="Pier_8wd_0-1629468640101.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 14:10:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/744836#M27225</guid>
      <dc:creator>Pier_8wd</dc:creator>
      <dc:date>2021-08-20T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/744841#M27226</link>
      <description>&lt;P&gt;The mapkey has to change the UI setting to menus in order to add parameters. He forgot to end the mapkey by resetting that value.&lt;/P&gt;
&lt;P&gt;Check out the Update Parameters mapkey I added in this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.ptc.com/t5/3D-Part-Assembly-Design/Insert-Import-Parameters-to-Existing-Assembly/m-p/744061#M120551" target="_blank"&gt;Re: Insert/Import Parameters to Existing Assembly - PTC Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 14:39:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/744841#M27226</guid>
      <dc:creator>BenLoosli</dc:creator>
      <dc:date>2021-08-20T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to existing parts</title>
      <link>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/744846#M27227</link>
      <description>&lt;P&gt;Wooo, thanks Ben ! Your mapkey also include the "designate" option which I was searching !&lt;BR /&gt;Thanks a lot !&lt;BR /&gt;I still don"t understand why something so basic need to be so complicated ... well, that's Creo (..)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 15:31:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/System-Administration/Adding-parameters-to-existing-parts/m-p/744846#M27227</guid>
      <dc:creator>Pier_8wd</dc:creator>
      <dc:date>2021-08-20T15:31:34Z</dc:date>
    </item>
  </channel>
</rss>

