Change an assembly part search path

Change an assembly part search path

Anonymous
Not applicable
694 Views
1 Reply
Message 1 of 2

Change an assembly part search path

Anonymous
Not applicable
I need to write a VB/VBA script enables to retrive an assembly components
search path location and replace it with the same part name in another
serach path location.
What are the API call enables to get an assembly's part serach path
location.
0 Likes
695 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
This is something that's a bit unique with Inventor. The search path is not
stored in the assembly, but is defined by the project file. To do what you
want all you have to do is open the assembly where the project file points
to the directory containing the new part. It's not necessary to change the
reference within the assembly.

-Brian

"Moshe Karp" wrote in message
news:C6A2068D3E7817EA9763111969A00804@in.WebX.maYIadrTaRb...
> I need to write a VB/VBA script enables to retrive an assembly components
> search path location and replace it with the same part name in another
> serach path location.
> What are the API call enables to get an assembly's part serach path
> location.
>
>
0 Likes