Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Library

  • Thread starter Thread starter toni1
  • Start date Start date
Status
Not open for further replies.
T

toni1

Guest
Hello



I'd like to put one part in to library. I make in explorer new map then i copy ther a part.

Then i write a file that the proe Find the file.

So far so good.

Then i put this file to the assembly save and close the file

When i open again the file PROE could not find me a file witch i put it from the library

WHY ???
 
Hello!



In assembly, when you use parts from various directories, not just from working directory, you should point Pro/E to those paths. By default Pro/Engineer searches parts of assembly in the working directory, so you should set up config.pro option:



search_path path to the parts used in assembly

(you can define more than one option that kind)



e.g.

search_path c:\users\proe\model



or you can define option



search_path_file path to the search.pro file

where you define paths to those parts.



e.g.

search_path_file c:\users\proe\search.pro



and then create text file named search.pro in specified directory and into that file put the lines like those



c:\users\proe\model2

c:\users\proe\model\part1 etc.



Hope this helps,

Jurij
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top