Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I am making an assembly using parts downloaded from the PTC manufacturer CAD portal, with the exception of a mounting plate part that I created. After assembling and constraining everything, I save and exit with no issues. But when I try to open the file, the only part left is my mounting plate and all of the downloaded parts are red in the model tree and in the regeneration manager they all say "component failed (missing model)". Not sure what issue is; everything seems to be in the right place, but I'll admit I'm not computer savvy at all so maybe I'm missing something. I've redone this assembly so many times and it is driving me up the wall
My guess is that the parts got saved to some folder that Creo cannot find.
Solutions:
1) Locate the part files and move them to the same folder as the mounting plate and assembly.
2) Create a search_path line in config.pro to point to the folder that contains the downloaded files.
3) If multiple foldeers for the downloaded parts, create a Search.pro file that has all of the folders in it and then a search_path_file line in your config.pro.
*You will need to check that I got the names right for the search path information as I use Windchill and never have to worry about where a file is located.
Thanks for your response!
Everything is in the same folder, but I am still having this issue.
Perhaps this is a rudimentary question, but how would one go about creating a search_path line in config.pro?
Hi,
please can you attach:
MH
Here are the screenshots.
Hi,
you have to move lsgl10_200.prt and w0801ma_1py_c3z1_110_70_.asm files into Z assembly directory.
Also you have to move all components included in w0801ma_1py_c3z1_110_70_.asm assembly into Z assembly directory.
MH
The component files are in sub-folders, not the same folder.
In config.pro add
search_path c:\users\mydocuments\myassembly\subcomponents
To use a search.pro file, create the file in c:\users\whatever\search
The search.pro file has lines like these:
p:\vendors\cummins\model
p:\vendors\abg\model
p:\vendors\detroit\model
p:\vendors\duetz\model
p:\vendors\kubota\model
p:\vendors\skf\model
In config.pro, add this line:
Search_path_file c:\users\whatever\search\search.pro