Feature migrator 2021

Feature migrator 2021

mat_hijs
Collaborator Collaborator
1,504 Views
7 Replies
Message 1 of 8

Feature migrator 2021

mat_hijs
Collaborator
Collaborator

Does anyone know of a feature migrator that migrates assembly features to the affected parts that works on Inventor 2021? The one by coolorange works up until Inventor 2020, but they left a notice that they will not be updating this for Inventor 2021 and higher.

0 Likes
Accepted solutions (2)
1,505 Views
7 Replies
Replies (7)
Message 2 of 8

L.Greft
Advocate
Advocate
Accepted solution

There's been a similar post you can find here ,the answer by @johnsonshiue should work (see also below).

 

Hi! There is a way to make it load on 2021. After the tool is installed, please go to the following folder and find "coolOrange.FeatureMigratorAddin.Inventor.addin"

 

C:\ProgramData\Autodesk\ApplicationPlugins\coolOrange_featureMigrator.bundle\Contents\

 

Edit the file in Notepad and change the following value from 25 to 26. Save.

 

<SupportedSoftwareVersionLessThan>25..</SupportedSoftwareVersionLessThan>

 

After that, the add-in should load.

Check out my ideas: https://autode.sk/2TKe6LH
Message 3 of 8

mat_hijs
Collaborator
Collaborator

This worked, thanks a lot!

Message 4 of 8

francesco_rossato
Enthusiast
Enthusiast

Hello everyone,

 

how about the same question made by @mat_hijs but for Inventor 2022? Is there a similar way to do it?

 

Thank you,

 

Francesco

0 Likes
Message 5 of 8

mat_hijs
Collaborator
Collaborator

I haven't tested this since I try to stay away from assembly features as much as I can, but have you tried changing this value 1 step further? So, make it 27?

0 Likes
Message 6 of 8

WHolzwarth
Mentor
Mentor
Accepted solution

Two changes are needed:

In C:\ProgramData\Autodesk\ApplicationPlugins\coolOrange_featureMigrator.bundle\PackageContents.xml line 6:

<RuntimeRequirements OS="Win64" Platform="Inventor" SeriesMin="Ir21" SeriesMax="Ir27" />

 

In C:\ProgramData\Autodesk\ApplicationPlugins\coolOrange_featureMigrator.bundle\Contents\coolOrange.FeatureMigratorAddin.Inventor.addin line 12:

<SupportedSoftwareVersionLessThan>27..</SupportedSoftwareVersionLessThan>

 

I've set 27 to 28, because of upcoming next Inventor in 2022.

Walter Holzwarth

EESignature

Message 7 of 8

francesco_rossato
Enthusiast
Enthusiast

Hello @mat_hijs and @wh,

 

thank you for your reply!! I'll try to do it asap 🙂

 

Francesco

0 Likes
Message 8 of 8

francesco_rossato
Enthusiast
Enthusiast

Hello @WHolzwarth,

 

just to confirm you that I tried to change the setting and it works!

 

Thank you again 🙂