Skip to main content
15-Moonstone
July 1, 2015
Solved

Intelligent Fastener search_path_file in config.pro

  • July 1, 2015
  • 4 replies
  • 5561 views

Hi.

 

Creo at startup reads 3 configuration files. The first one is from the following folder: \PTC\Creo 3.0\M040\Common Files\text.

If we open config.pro inside this folder, we see in last line: search_path_file $CREO_COMMON_FILES\afx\parts\prolibrary\search.pro

 

If we open this search.pro, we see paths to the screws, bolts, washers..., that are stored in folder: \PTC\Creo 3.0\M040\Common File\afx\parts\prolibrary\.

pic1.jpg

 

But when we use screws with Intelligent Fastener tool, we see that screws are opened from folder: \PTC\Creo 3.0\M040\Common Files\afx\parts\screws_and_pins.

p3.jpgp2.jpg

 

So the search path file is not used.

So this means that, when we save assembly with screws from IF tool, every screw is saved in Working directory, and is not read from afx library.

 

So, what is the point of this search path file, if it is not used when using IF tool?

Of course we can make use of this search path, but only if we open screws manually from folder: \PTC\Creo 3.0\M040\Common Files\afx\parts\prolibrary.

Which most people probably won`t do.


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.
Best answer by OliverGräbner

This search path is used for the  PTC Creo Standard Parts Library: http://www.3dmodelspace.com/prolibrary.html

If you assemble a fastener from one of the PTC Catalog (ANSI-ENGLISH, ANSI-METRIC, ISO or JIS), then the assembled files are opened from the search path.

ptc_library.png

If you do not need this catalogs, you can remove the folders in the ...afx\parts\screws_and_pins\screws\screws.mnu file and remove the search.pro from your config.pro.

4 replies

17-Peridot
July 1, 2015

This search path is used for the  PTC Creo Standard Parts Library: http://www.3dmodelspace.com/prolibrary.html

If you assemble a fastener from one of the PTC Catalog (ANSI-ENGLISH, ANSI-METRIC, ISO or JIS), then the assembled files are opened from the search path.

ptc_library.png

If you do not need this catalogs, you can remove the folders in the ...afx\parts\screws_and_pins\screws\screws.mnu file and remove the search.pro from your config.pro.

15-Moonstone
July 1, 2015

Thanks for the answer.