Skip to main content
9-Granite
January 4, 2024
Solved

Saving assemblies without parts coming from search.pro locations

  • January 4, 2024
  • 1 reply
  • 2334 views

I am using :

  • Creo Parametric 7.0.7.0 
  • Windows 11 Professionnal Version 22H2

I have a search.pro file and I specified its location with the search_path_file option in the config.pro file. The locations contained in the search.pro file contains standard parts that will never change.

 

My issue is that when saving an assembly, I would like to save all the parts but not the ones contained in these locations. Is it possible to achieve that and how ?

Best answer by KenFarley

The simplest way to do what you want is to not use Creo to save the files, but to copy them in the file system. We make extensive use of parts and assemblies shared among hundreds of assemblies, things like fasteners and such. To avoid your problem I always "manually" save things, rather than let Creo make copies of the parts and assemblies used in the assembly.

If there are a large number of files in a directory and I don't know which pertain to my particular assembly, I will sometimes just copy the assembly into another directory, then try to open it in a fresh session. It will yell at me about missing files, and I will copy them over to the new directory, too. Conveniently, they will all be red in the model tree so I'll know what to look for. Not optimal or a one button solution, but I end up with a "clean" assembly without a lot of unneeded files in the new work directory.

1 reply

tbraxton
22-Sapphire II
22-Sapphire II
January 4, 2024

A brute force approach is to use the OS admin permissions to set the directories as read only for users of Creo. This should prevent Creo from writing to those directories.

MatthewV9-GraniteAuthor
9-Granite
January 4, 2024

What I mean is more when saving a backup assembly to have an option to save everything but not the standard parts. I could achieve this by saving a copy and then select re-use manually for each of those standard parts and save a copy for the others (Although I would have to change every name to do that)

 

I don't know wether it's possible to tweak the behavior of "saving a backup" ?

 

23-Emerald III
January 4, 2024

Save-As-Backup is a very specific operation that is designed to make a complete openable copy of a model. The intent is to be a COMPLETE model, there is no option to change this behavior.