By Lei Tang on Thursday, 22 October 2020
Posted in C# Development
Likes 0
Views 804
Votes 0
Hello Mr/Miss,
One of our customer(EB-Cable) users usually copy some exist Harness to another project to reuse this Harness ,But at the moment if I just use copy/past function to copy Harness to another project then some devices which is not under the Harness will be lost. And if I copy sheets then the potential will be lost . I know one of our marco "Export project parts" Could copySheets with all harness/usage locations/potentials together when export drawings ,but it can't copy it to an exsit project. How can I copy a harness in a right way,I tried to use sheets(i).CopyTo2(selectObject.Project.DrawingsFolder, True, True, False, aucCopyTCopyMerge)” but sometimes when you copy all sheets for one harness you will get two same harness. and I tried to use function CopySheets from ExtendendUtils, some toplogy assosiations will lost .
View Full Post