AbhishekChavan
Automotive
- Mar 2, 2025
- 4
Hello,
I am writing a macro to insert a part/product under a root product without having a link to it's source file.
Usually we do that with powercopy or catalog but I do not have EKL License to use this functionalities through code.
If I do it with the usual AddComponent Method from Product.Products it will still have the link with source directory and any change I made will be saved back there.
To avoid that we will save it another directory with Save Management. But, I want to avoid this method as there are many components during the process and I don't want to save it again and again in different directories.
Any help here will be useful.
Thank you.
I am writing a macro to insert a part/product under a root product without having a link to it's source file.
Usually we do that with powercopy or catalog but I do not have EKL License to use this functionalities through code.
If I do it with the usual AddComponent Method from Product.Products it will still have the link with source directory and any change I made will be saved back there.
To avoid that we will save it another directory with Save Management. But, I want to avoid this method as there are many components during the process and I don't want to save it again and again in different directories.
Any help here will be useful.
Thank you.