Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding parts into an assembly from different directory

  • Thread starter Thread starter danielc
  • Start date Start date
Status
Not open for further replies.
D

danielc

Guest
Can parts be added to an assembly from another directory without getting an error cannot find part each time the assembly is freshly loaded. For example the directory my assembly is in is c:/auv and I want to add fasteners from the directory c:/auv/fasteners.



I would think it would be possible.
 
use the

search_path, option from config.pro

you can use this option as many times you need to define multiple directories



but be carefull not to have same parts in different directories with different versions.

in this case proe will load every part finds first in your assembly



xcad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top