Skip to main content
4-Participant
June 16, 2017
Question

rename a part with its associated drg files

  • June 16, 2017
  • 9 replies
  • 3279 views

is there any way if my part n drg file both are open & if rename a part file den associated drg file will rename automatically???

9 replies

1-Visitor
June 16, 2017

I think this is not possible.

5-Regular Member
June 16, 2017

Hi,

I guess you don't use any PDM system. It's easy there.

I face the same problem when trying to rename more parts with their drawings.

The solution isn't nice but exists:

- check if the option rename_drawings_with_object is set to "both"

- open the top assembly and choose the command Save a Copy instead of Rename

- use e.g. Dummy.asm for copy of top assembly

- rename the parts you want. Make sure the option "copy drawings" is ticked.

- click OK, close objects, erase and open windows commander

- delete the original top assembly file and rename the dummy.asm to original name

- delete the dummy.drw if exists and close windows commander

I don't understand why there isn't same option "copy drawings" in rename window as it is in Save a Copy. But it is like it is...

Hope it will work

14-Alexandrite
June 16, 2017

To my knowledge there is not a way to rename a part and drawing file together at the same time in Creo.  It can be done within Windchill though.

Would be a great product idea though!

21-Topaz I
June 16, 2017

t is possible but there a couple requirements.

The file name of the model and the file name of its drawing has to be EXACTLY the same.


This will not work.

123abc.prt

123abca.drw

This will work.

123abc.prt

123abc.drw


There is a config.pro option that should be set.

rename_drawings_with_object

Default value = none

Values = none, both, part, assem

14-Alexandrite
June 16, 2017

Good to know, thanks for the information!