Where used?
Is there a way to see in which assembly’s a part is being used?
I have creo parametric 2.0. I don’t seem to have PDM link what is explained in the question of Mike Minsterketter.
Is there a way to see in which assembly’s a part is being used?
I have creo parametric 2.0. I don’t seem to have PDM link what is explained in the question of Mike Minsterketter.
Hi Stefan,
I've written a batch file to do this. It's a little slow and sometimes returns false positives, but it works.
The key lines are:
for /r . %%9 in (.) do findstr /m /i "%1" %%9\*.asm.* >> \whereused_%1.txt
start notepad \whereused_%1.txt
I've named it whereused.bat, and it is saved in the root directory of our Pro/E data drive (Z:).
To use it we call up a command prompt and type e.g.:
z:
cd \
whereused 12345
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.