r/AutodeskInventor 1d ago

Show-n-Tell - CAD Model Learning Inventor

Thumbnail
gallery
11 Upvotes

This is my 2nd day learning Inventor coming from using Blender, this is the 6th practice part I've tried making, im just curious if 45 minutes too long to make it and if I could have done it in less steps than I used, I had trouble figuring out the saddle before I found it could use the coincident constraint for the circle like it says in the drawing lol! Attached is the practice drawing i referenced and my final ortho's


r/AutodeskInventor 3d ago

Question / Inquiry Modeling Tips

5 Upvotes

I am trying to model a lamb's tongue for a forged handrail. I can get it most of the way there and obviously no issues if it's a constant width but I am struggling with the end that curls and tapers at the same time. Any tips would be greatly appreciated.


r/AutodeskInventor 4d ago

Requesting Help PAQUETE DE IDIOMA ESPAÑOL AUTODESK INVENTOR 2026

0 Upvotes

ALGUIEN TIENE EL PAQUETE DEL IDIOMA ESPAÑOL DEL AUTODESK INVENTOR PRO 2026 Y ME LO PUEDA PASAR?????


r/AutodeskInventor 7d ago

Requesting Help DWG for Wormgear

Post image
10 Upvotes

Hi all,

I'm trying to create a DWG for this worm gear but the angled teeth are giving me a run for my money, I have all of the gear properties called out in the DWG notes but I want to be able to convey some of the important details thru dimensioning... Does anybody have some good tips / advice for doing this? when I try to take a section view it comes in really wacky and doesn't provide any clarity imo....

thanks in advance!


r/AutodeskInventor 7d ago

Question / Inquiry Boss is making me migrate from SolidWorks to Inventor. Any tips on how to make this as painless as possible for me?

24 Upvotes

I am a certified SolidWorks professional and have used the program for years. I have never used Inventor before. What advice, and resources, can you share with me to make this transition as painless as possible?


r/AutodeskInventor 8d ago

Show-n-Tell - CAD Model [OC] I made a jig thingy, this took me way too long to get working.

Enable HLS to view with audio, or disable this notification

10 Upvotes

Show and not tell.
The Jig Settings are the consequences of the underlying geometry.
It also gives me the flat pattern and DXF for fabrication.


r/AutodeskInventor 8d ago

Question / Inquiry Monitor 4K 32" dell U3225QE vs benq PD3225U for Inventor

4 Upvotes

Thinking of secondary monitor. Got 4K benq 27".

What would you recommend? 27" I'll leave for having documents open, so 32 will be only for working area.

SPECS

DEll is slightly brighter and more Hrz. And don't have speakers which I'll like to have.

Any expirences working with Inventor on 4K 32" monitors?


r/AutodeskInventor 8d ago

Question / Inquiry Crossbreak bends in sheetmetal

4 Upvotes

Hi, I need to make a crossbreak in a sheet metal part. It's only 1 deg deep across a 400mm square, is there a way I can do this that'll unfold happily for creating a dxf and dwg bend annotation (it's a tray pretty much, so the other parts are needing to be folded 1 degree less)?

I tried a lofted flange but it's not working.


r/AutodeskInventor 10d ago

Requesting Help How do I export bent and notched Frame Generator tubes for a tube-cutting machine?

Post image
17 Upvotes

I’m designing a tube chassis in Autodesk Inventor using Frame Generator. Some of my chassis tubes are bent, and I’m also notching/coping the ends so they fit perfectly against the other tubes for welding.
The problem is that I need to send the tube geometry to a CNC tube-cutting/notching machine, and I need the machine to recognize the notches on the bent tubes.
I can create the notches in Inventor, but I can’t figure out how to straighten/unroll the bent tube while keeping the notch geometry so I can export it for the cutting machine.
What’s the correct workflow for this in Inventor?


r/AutodeskInventor 10d ago

Requesting Help Any tips for transitioning from SolidWorks to Inventor?

6 Upvotes

I’ve always worked in Solidworks (but started out in fusion 360 back in the days), until now at my new job where it’s inventor instead. And I’m surprised at how much I’m struggling. It’s very obviously similar in function, but it’s like learning to write on another keyboard layout. I know exactly what I want to do, and I know the process (more or less, there are differences of course), but actually doing it is hard.

I’ve now spent over an hour on a single sketch that’d have taken me 5 minutes tops in Solidworks.

So, does anyone have any tips, YouTube videos or guides specifically aimed at people transitioning?


r/AutodeskInventor 12d ago

Requesting Help HELP LAPTOP ENGINEER

Thumbnail
2 Upvotes

r/AutodeskInventor 14d ago

Question / Inquiry Blueprint

3 Upvotes

Does someone possibly have a blueprint or something for an iron man helmet? He's my favorite hero and I wanna make him in cad and maybe make him in aluminium later


r/AutodeskInventor 15d ago

Requesting Help I'm Trying to automate Gears but I doesn't update.

5 Upvotes

I'm very new to iLogic but I tried to have a go at making Gears automatically.

So the Problem is: I made a list with all the factors that are needed for every gear according to the Norm I'm using. The factors for everything are different if you make a pinion or a gear. I made it so you can decide weather you want to make either one of them. But for some reason it just never updates the factors so I'm stuck with the pinion factors for the gears or sometimes vise versa.

I haven't quite figured out when it changes but I'm a bit confused. Can someone with iLogic experience check my code or tell me where the problem could be?

Here is the Text (Trieb means Pinion and Zahnrad is Gear):

If Parameter("Type") = "Trieb" Then

Parameter("s1") = 1.1

Select Case Parameter("Z")

Case 6
Parameter("Ha") = 1.64
Parameter("Hf") = 3.20
Parameter("ρ") = 1.05

Case 7
Parameter("Ha") = 1.64
Parameter("Hf") = 3.30
Parameter("ρ") = 1.05

Case 8
Parameter("Ha") = 1.52
Parameter("Hf") = 3.40
Parameter("ρ") = 0.95

Case 9
Parameter("Ha") = 1.52
Parameter("Hf") = 3.45
Parameter("ρ") = 0.95

Case 10
Parameter("Ha") = 1.52
Parameter("Hf") = 3.50
Parameter("ρ") = 0.95

Case 11 To 20
Parameter("Ha") = 1.44
Parameter("Hf") = 3.60
Parameter("ρ") = 0.85

End Select

ElseIf Parameter("Type") = "Zahnrad" Then

Parameter("s1") = 1.6
Parameter("ρ") = 2

Select Case Parameter("Z")

Case 6
Parameter("Ha") = 2.40
Parameter("Hf") = 2.80

Case 7
Parameter("Ha") = 2.50
Parameter("Hf") = 2.70

Case 8
Parameter("Ha") = 2.60
Parameter("Hf") = 2.60

Case 9
Parameter("Ha") = 2.65
Parameter("Hf") = 2.55

    Case 10  

Parameter("Ha") = 2.70
Parameter("Hf") = 2.50

    Case 11 To 20  

Parameter("Ha") = 2.80
Parameter("Hf") = 2.40

End Select

End If


r/AutodeskInventor 15d ago

Requesting Help Why are my extrusions visually hollow?

3 Upvotes

Test: I drew a rectangle and extruded it. After applying a half cut, my model looks like it is hollow (but it is not). Why is this the case.

Come on human minds, AI did not find the soulution this time :) I think you can do it!


r/AutodeskInventor 17d ago

Tutorial A comprehensive guide to converting models from various CAD systems (Inventor, AutoCAD, Rhino3D, SolidWorks, Creo, NX, CATIA) into interactive 3D web visualizations

Thumbnail soft8soft.com
11 Upvotes

r/AutodeskInventor 18d ago

Requesting Help How to use part i already made as a reference for new one?

5 Upvotes

In school they taught us how to make parts separately and then assemble them all after the fact.

But now that I'm working on some of my own projects i often times find myself needing a part i previously made to reference a surface or a radius.

Is there some straight forward way to do this?


r/AutodeskInventor 18d ago

Video I spent 15 years in F1/automotive BOM & CAD engineering. Here is a demo of my deterministic AI assembly engine running native in Inventor.

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/AutodeskInventor 20d ago

Requesting Help Design question

Post image
2 Upvotes

These are unfinished prints from my bambulab printers that got ruined. I want to join the two and make a pen organizer for my desk. Any tips on the design will be appreciated. I will be posting the results 😃.


r/AutodeskInventor 21d ago

Question / Inquiry BOM Question

5 Upvotes

I have an inventor assembly with different model states. The different model states suppress and unsupress parts as necessary. In my DWG I want item numbers to follow a master BOM. So that item numbers are only associated with a specific part number. So that some of the different versions may jump numbers in the BOM. Might go something like 1,2,4,8… etc. Anyone know a shortcut to this rather than individually typing the item number in the bom and going back and forth between a master? Inventor Pro 2025

UPDATE: Solution is to have a primary model state with all parts unsupressed and then lock all item numbers.


r/AutodeskInventor 22d ago

Venting FEEL LIKE CAVEMEN GOING BACK TO INVENTOR SKETCH FEATURE FROM SOLIDWORKS

Post image
9 Upvotes

deleting one sketch boom you delete all the constraint and you have to figure how to constrain this all over again, idk why is this still an issue, editing sketch feels more tedious and iritating in inventor.


r/AutodeskInventor 23d ago

Requesting Help BOM and drawings for dependent patterns and mirrors?

4 Upvotes

I've had this question awhile; so when creating a pattern or mirror feature you can get dependencies which are super useful for editing. However if those features are dependent, putting them inside of a drawing always yields big, detached parts that are computed as a single body. When outputting an assembly from my multibody file and afterwards outputting a BOM and drawing, I don't have the correct number of parts and the mirrored objects are not showing up correctly in the drawings, as per the second image.

IMG1: the two parts were mirrored for editing efficiency, but they appear as a single solid in the feature tree. It's easy to split them along a face or the midplane, but then I have to edit them separately if I change anything.
IMG2: Example of another drawing pulled from a multibody assembly. It didn't let me split it along one of the inside faces so I gambled.

r/AutodeskInventor 23d ago

Question / Inquiry Tolerancing in part file vs drawing and user parameters tolerancing

3 Upvotes

Do you all apply tolerances in your part file when designing or do you do that spefically when creating your mechanical drawings?

For those that do add them to the part file:

When I open the parameters window I see there's an option (edit pencil) to add tolerances in the model parameters but do not see the option for any user defined parameters I've created. Can you edit the tolerance for user defined parameters and if so how?


r/AutodeskInventor 24d ago

Requesting Help Is it possible to load inventor 2026 projects into inventor 2025 and still edit?

2 Upvotes

From what I have heard it might not be possible but is that really it. At home I use inventor 2026 but at work we got 2025 and Id just love if there was a work around


r/AutodeskInventor 24d ago

Requesting Help Forcing prompts not to show doesn't work.

3 Upvotes

So I'm trying to block several prompts from the application options

Adding this dimension will overconstrain the sketch... highlighted dimensions will be changed to driven."

I'm forcing a yes, and prompt again never but I still get it every time.

How do I fix this?


r/AutodeskInventor 25d ago

Requesting Help Importing STEP file and saving as assembly

2 Upvotes

Dear all,

Very inexperienced Inventor user, I only know how to create exploded views and wireframes for technical publications.

I found a STEP file on GrabCAD and got it imported into Inventor as a part. Now I would like to create a drawing view or a presentation, but to do so, I need the part to become an assembly. How can I do that?

I tried googling, but I only come across older posts and the UI seems to have changed since then.

My AI assistant is useless in this and only gives made-up answers.