I recently downloaded threadModeler to Inventor, it appears in App Manager, but it has not appeared in Add-Ins. I'm running on Autodesk Inventor Professional 2022 (currently fully up to date).
I understand in order to acsess the thread modeler it must be in Add-ins first.
Pleas help
Solved! Go to Solution.
Solved by DavidRobinsonUVHSK. Go to Solution.
Solved by GJackson-GMC. Go to Solution.
See link to previous thread Solved: Thread Modeler - Autodesk Community - Inventor
Attached text file with the bit you need to update.
I've tried to find the following file and the computer is unable to find any file listed as the following:
C:\ProgramData\Autodesk\ApplicationPlugins\coolOrange_coolOrangethreadModeler.bundle\Contents
See the note from that page.. It doesn't support anything past 2020.
"Note: coolOrange will not further develop the app or provide new versions for newer Inventor versions. The threadModeler for Inventor 2020 is the last version, which is published here"
You will need to model the threads yourself for printing. (coil/sweep,etc...)
Try
"C:\ProgramData\Autodesk\ApplicationPlugins\coolOrange_threadModeler.bundle\Contents"
Open addin with note pad & update line with "27"
<SupportedSoftwareVersionLessThan>27..</SupportedSoftwareVersionLessThan>
Restart Inventor and the app should show on restart, unblock & load app as normal. The app say not supported but with the change it works fine on 2021 & 2022.
Inventor 2022
Example screeshot's before and after with tread.
Ive now found where the coded needs changing, this is what it looks like so far, and currently it still does not work
Image is a little unclear but looks like you have updated the line GreaterThan>27
Should be line below LessThan>27 put GreaterThan back to 20
<SupportedSoftwareVersionGreaterThan>20..</SupportedSoftwareVersionGreaterThan>
<SupportedSoftwareVersionLessThan>27..</SupportedSoftwareVersionLessThan>
After the advice give, I found changing the grater and less than valuses to as show on the image ive posted bellow managed to get the thread moddler to work
thanks for the help.
Hi I have the same problem by the fix do not work for me.
i have tried to change to this
and insted of 25 i have tried 20, 26
and insted of 28 i have tried 27, 25
from note pad:
<Addin Type="Standard">
<ClassId>{90f6009a-a2ed-400f-9cbd-cee55ad30d23}</ClassId>
<ClientId>{90f6009a-a2ed-400f-9cbd-cee55ad30d23}</ClientId>
<DisplayName>coolOrange-ThreadModeler</DisplayName>
<Description>coolOrange Inventor ThreadModeler plug-in</Description>
<Assembly>ThreadModeler.dll</Assembly>
<LoadOnStartUp>1</LoadOnStartUp>
<UserUnloadable>1</UserUnloadable>
<Hidden>0</Hidden>
<SupportedSoftwareVersionGreaterThan>25..</SupportedSoftwareVersionGreaterThan>
<SupportedSoftwareVersionLessThan>28..</SupportedSoftwareVersionLessThan>
<DataVersion>1</DataVersion>
<UserInterfaceVersion>1</UserInterfaceVersion>
<LoadBehavior>0</LoadBehavior>
</Addin>
hope someone can help thanks
Daniel
@Anonymous wrote:
Hi I have the same problem by the fix do not work for me.
i have tried to change to this
and insted of 25 i have tried 20, 26
and insted of 28 i have tried 27, 25
from note pad:
<Addin Type="Standard">
<ClassId>{90f6009a-a2ed-400f-9cbd-cee55ad30d23}</ClassId>
<ClientId>{90f6009a-a2ed-400f-9cbd-cee55ad30d23}</ClientId>
<DisplayName>coolOrange-ThreadModeler</DisplayName>
<Description>coolOrange Inventor ThreadModeler plug-in</Description>
<Assembly>ThreadModeler.dll</Assembly>
<LoadOnStartUp>1</LoadOnStartUp>
<UserUnloadable>1</UserUnloadable>
<Hidden>0</Hidden>
<SupportedSoftwareVersionGreaterThan>25..</SupportedSoftwareVersionGreaterThan>
<SupportedSoftwareVersionLessThan>28..</SupportedSoftwareVersionLessThan>
<DataVersion>1</DataVersion>
<UserInterfaceVersion>1</UserInterfaceVersion>
<LoadBehavior>0</LoadBehavior>
</Addin>
hope someone can help thanks
Daniel
@Anonymous
Keep greater than at 20
and less than at 27 for 2022.. (2022 is version 26)
Two changes are needed, an additional one in PackageContents.xml
There in line 6 edit to SeriesMax=Ir26"
Walter Holzwarth
Hopefully this saves everyone a little time without having to piece the solution together from all these treads and replies. Here is the complete solution that worked for me:
coolOrange Thread Modeler
Steps to get it to work with Inventor 2022:
(Note – make sure Inventor is NOT open during this procedure)
This is copied and pasted from the Word document I made for my own reference if I ever have to do this again. 😁
Hope this helps!
Can't find what you're looking for? Ask the community or share your knowledge.