Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Library

toni1

New member
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
 

Sponsor

Articles From 3DCAD World

Back
Top