- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We don't have a Vault at our Company.
So, After trying few options, I found the iLOGIC DESIGN COPY tool the best option for copying our Assemblies.
We have large assemblies with many iLogic Rules in Sub-Assemblies and Parts.
The Example below shows the process we using to Copy Design.
We have a STANDARD (Generic) Assembly made that we gonna use for different projects.
Now for a new Project name "ABC" I will follow the steps below.
Step 1. Open iLogic Design Copy.
Step 2. Select all idw and Assemblies to be copied. And select Destination folder.
Step 3. Using Prefix as "ABC_" and selecting check box Rename Non-Inventor files option. And Start Copy.
That works perfect for copying everything including the iLogic Rules within Assemblies and Parts.
But the Problem starts now.
Many iLogic Rules got the Parts name in it. For example
Component.IsActive("PART-1:1") = TrueBut the PART-1 is now ABC_PART-1 in a new Design.
So, I have to change the rule as below
Component.IsActive("ABC_PART-1:1") = True
I am using Find and Replace in every Assemblies and Parts for all the names.
Still, it is a very long process for changing all the rules in all Assemblies and Parts for all the file names used in Rules.
Is that any other way I can get rid of this lengthy process to keep all my iLogic rules not to change. ?
Many thanks.
Solved! Go to Solution.