Skip to main content
1-Visitor
March 18, 2016
Question

Select model for rename in session

  • March 18, 2016
  • 2 replies
  • 4412 views

In Creo 2 Parametric, we could select a model when renaming in session (with an assembly active).  It was convenient for the case where you want to replace a component model in an assembly with a "save-as" new model (a common task for us). 

 

In Creo 3, we are not getting the ability to select the model to rename in the first dialogue box.  Anyone else miss this?  Is it a config setting or something else specific to our installation or Creo 3?  I know more than one of us miss how it worked in Creo 2.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

2 replies

21-Topaz II
March 18, 2016

If try to rename the assy, but don't enter a new name, in the next dialog box you can rename any or all of the components.

dguidry1-VisitorAuthor
1-Visitor
March 18, 2016

Yes, which is great if you are renaming multiple components.  This was available in Creo 2 when you renamed the active model.  However, In Creo 2, we could select the model from the tree and rename it on the spot.  It is really just a small convenience, but renaming a single component is the more common use of rename in-session for us.  If PTC removed it, I guess I would like to know why?  If they didn't and it's just our installation/config, I would like to fix it.

21-Topaz II
March 18, 2016

I don't think the old way works anymore, you need to do it as I described above.  Why? I dunno.

12-Amethyst
March 18, 2016

The best solution I found for this was a mapkey that opens the selected component and opens the rename dialog box.

If nothing is selected, then renames the active component.

mapkey $F3 @MAPKEY_NAMERename part;@MAPKEY_LABELRename_part;\

mapkey(continued) ~ Command `ProCmdOpenModel@PopupMenuTree` ;~ Command `ProCmdModelRename`;

Just a workaround.

Jose

1-Visitor
May 3, 2016

Hi Jose,

This is balaji,

I want to rename the partfile(current active) after part update using VB.NET, I am working with Skelton / Assembly / Drawing files ( with some standard template format name). Once all updation / modify / other process over.

I want to rename the part / assembly / drawing files to corresponding flow name.

I have searched in vbug.pdf help file and I tried with below coding and it show error.

Dim mdl as IpfcModel

mdl = Session.CurrentModel

mdl.rename("TSekl.prt","Orgskel.prt")

Please help me how to do and where i done mistake in my part.

Regards,

Balaji.S