Skip to main content
15-Moonstone
June 16, 2020
Question

Can you maintain a link to a part that lies outside of the main part's folder?

  • June 16, 2020
  • 4 replies
  • 3002 views

The main premise is this; I would like to maintain a parametric bond with one part to another.  If I change 1 part I would like it to be able to update the other.

 

I tried a new technique where I have the frame of the imported model brought over as a Copy Geom.  From this imported surface frame I am using a referenced sketch which drives other details within the main model.

 

Everything worked great.

 

Then I moved the model that spawned the Copy Geom to another folder.  I thought things were good until I went through the history of the main model and the referenced sketch had failures.

 

I believe the failures were because the main model no longer sees the imported Copy Geom model.

 

Is there a way to maintain the link between the main model and the imported Copy Geom model if they are in separate folders?

 

We don't have Windchill if that would allow the permanent linkage.  I would like to know if there is any way of maintaining an external folder part link within base Creo, but if it isn't possible would Windchill allow this?

4 replies

1-Visitor
June 16, 2020

I seem to remember wanting to do this exact thing years ago. If my memory serves me right i used the config option search_path_file which points at a search.pro file which is a list of working directories. Its worth a try.

 

Good luck

 

John 

pimm15-MoonstoneAuthor
15-Moonstone
June 16, 2020

Thank you,

 

The search_path_file does sound like it could work.

 

I am wondering how you might add a folder to this directory?

 

I am also wondering whether this means that specific folder would be globally available for linkage if I opened up any model file or if the link would be local to just the model file that needs it (as I would prefer in this instance)?

23-Emerald III
June 16, 2020

The file is pointed to from your config.pro, so it would apply to all files you open after it is set.

 

23-Emerald III
June 16, 2020

Windchill would maintain the link as it knows where all the files are within the system and any moved files will get their link updated.

Outside of Windchill, the search path option should load your file after it has moved and you have updated the search paths. You can either use Search_path in config.pro or Search_path_file and point to a search path file. I find using the file for your search paths is easier to maintain as you don't have to update config.pro everytime you need to change your search paths.

1-Visitor
June 17, 2020

You can try changing your reference handling settings. (Model tab->Operations drop down->References->Change/Backup)

KenFarley
21-Topaz II
June 18, 2020

Here's a past discussion about search paths and such that might be helpful:

 

Old Search Path Discussion