Waterskimike
Mechanical
Hi,
I am having this issue where the UUID's of some of my parts have changed. While the filename and all other information remains the same, I am unable to simply load them into my previous product.
Since these are all the same I should be able to just do a replace on all the parts, and choose the exact same path as what it was previously looking for. What I am having trouble with is getting the reference path for the broken link. Since the part is not loaded most of the methods that I know to get this path are not available.
in the end I would like to use this line to replace my part product with the original path.
Set Opart = oproducts.ReplaceComponent(Opart, opath, False)
any ideas?
Thanks
I am having this issue where the UUID's of some of my parts have changed. While the filename and all other information remains the same, I am unable to simply load them into my previous product.
Since these are all the same I should be able to just do a replace on all the parts, and choose the exact same path as what it was previously looking for. What I am having trouble with is getting the reference path for the broken link. Since the part is not loaded most of the methods that I know to get this path are not available.
in the end I would like to use this line to replace my part product with the original path.
Set Opart = oproducts.ReplaceComponent(Opart, opath, False)
any ideas?
Thanks