Skip to main content
1-Visitor
April 21, 2011
Question

asm with parts in different folders?

  • April 21, 2011
  • 1 reply
  • 3693 views

Is there a way to have parts in different files and still have an assembly not crash. I have three parts I will be working on and want to be able to periodically check the comparisons as I go. I dont need anything too complex. Its just for visual comparison. Im not crossing info from one to another or anything.

This info may be on here already but I couldnt find anything.

Thanks


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

14-Alexandrite
April 22, 2011

Hello Daryl

If you need read parts for assembly from many folders you can create your own file (*.pro) which contains the path to the directories

For example:

D:\PURCHASE_PARTS\nuts

D:\PURCHASE_PARTS\screws

D:\PURCHASE_PARTS\pins

D:\PURCHASE_PARTS\washers

When you have your own search_file.pro (your search path file) do you need set this file to config.pro with configuration options:

search_path_file ...path...\search_file.pro

Have a nice day.

Vladimir

1-Visitor
April 27, 2011

thank you , Vladimir. it is useful for me. you have a good heart.

14-Alexandrite
April 28, 2011

Thank you too Andy. It is my pleasure.

Vladimir