by Paul Normand, Principal Content Developer, Autodesk DL&S
Click to forward Paul's page to your LinkedIn contacts
This page is dedicated to providing you with tips, tricks, cool links and tutorials to enhance your digital prototyping experience.
The following BottleCap zip file is a 12 MB download of a new plug and play interactive tutorial for Inventor 2013. Extract the zip file to <drive>\Program Files\Autodesk\Inventor 2013\Interactive Tutorial\en-US.
Note: When you extract the zip, the file 05 BottleCap.xml must be in the root language <en-US> folder.
/@api/deki/files/72315/=BottleCap.zip
It seems that the TNut.ipt file was omitted from the tutorial models zip file. You can download it here:
/@api/deki/files/72863/=TNut.ipt
Here is an alternate drawing file template you can use. This template uses the AutoCAD method of prompted entry to input title block information as opposed to iProperties. It also contains general notes, a revision block, confidential statement and other useful bits. If you like it, copy to your Inventor templates folder to make it available. This template is formatted for B size only. Note: The template was saved in 2012. If using with a newer version, migrate the file before using.
/@api/deki/files/55292/=Prompts_11_17.idw

Helpful Links
Automatically generate PDF's
Speaking of drawings, Inventor Jedi Steve Bedder created a blog post that shows you how to save drawings in multiple formats including PDF by using iLogic and event triggers.
The details are posted here:
http://autodeskmfg.typepad.com/blog/2012/01/using-inventor-ilogic-to-save-multipl-formats.html
Steve is a UK & Ireland MFG Technical Sales Engineer and posts some great information on the Autodesk Northern Europe Manufacturing Blog . Check it out!
http://autodeskmfg.typepad.com
Our Inventor support staff has their own blog you can check out here:
http://beinginventive.typepad.com/
A recent post to the support blog details the steps to create an ellipse by specifying two focus points and the offset distance from one of the focus points. Details to accomplish in both 2012 and 2013 are provided.
Coding wizard Brian Ekins developed a very cool macro in response to the question "How do I replay how a part was built if I don't want to use the end of part marker?".
The macro he wrote allows you to step through a model feature by feature, or fast forward to the end. Check it out here:
http://modthemachine.typepad.com/my_weblog/2011/06/stepping-through-the-features-of-a-model.html
Want to export an Inventor parts list with thumbnails to Word? Brian Ekins created an awesome add-in for Inventor that will do it for you :
http://modthemachine.typepad.com/my_weblog/2010/02/parts-list-with-thumbnail-image.html
Here's another Brian macro. A customer wants to export Work Point X, Y, Z locations from Inventor to Excel. Brian wrote some code that will do it:
http://modthemachine.typepad.com/my_weblog/2011/06/writing-work-points-to-an-excel-file.html
Use the Table of Contents below to navigate the remaining topics on the page
New 2013 spline functionality is used to create an acoustic guitar body.
2013 functionality that allows you to precisely model airfoils, cones, variable pitch threads and other complex geometry.
One of our developers provided the following examples for using Equation Curve functionality to create variable pitch helixes. Thanks Glenn!!
Create a new 3D Sketch. Start the Equation Curve command.

Here are equations that I use to create helical curves. Many other variations exist, but the following should give you some basic ideas.
Cartesian coordinates:
x(t) = radius* sin(360 * num_turns * t)
y(t) = radius* cos(360 * num_turns * t)
z(t) = height * t
= num_turns * pitch* t
Cylindrical coordinates:
r(t) = radius
theta(t) = 360 * num_turns * t
z(t) = (same as Cartesian)
Examples:
1. Constant radius, constant pitch
Cartesian coordinates:
x(t) = 3*sin(360*5*t)
y(t) = 3*cos(360*5*t)
z(t) = 5*2*t
Cylindrical coordinates:
r(t) = 3
theta(t) = 360*5*t
z(t) = 5*2*t
2. constant radius, variable pitch
Cartesian coordinates:
x(t) = 3*sin(360*5*t)
y(t) = 3*cos(360*5*t)
z(t) = 5*2*t*t
Cylindrical coordinates:
r(t) = 3
theta(t) = 360*5*t
z(t) = 5*2*t*t
3. variable radius, constant pitch
Cartesian coordinates:
x(t) = 3*t*sin(360*5*t)
y(t) = 3*t*cos(360*5*t)
z(t) = 5*2*t
Cylindrical coordinates:
r(t) = 3*t
theta(t) = 360*5*t
z(t) = 5*2*t
4. variable radius, variable pitch
Cartesian coordinates:
x(t) = 3*t*sin(360*5*t)
y(t) = 3*t*cos(360*5*t)
z(t) = 5*2*t*t
Cylindrical coordinates:
r(t) = 3*t
theta(t) = 360*5*t
z(t) = 5*2*t*t
Note: In the Equation Curvecommand, you can use t^2 instead of t*t above.

When you sweep a profile along a helical path, use the plane normal sweep (instead of perpendicular sweep) to orient profiles suitable for coilor spring.
In the example below, the sweep path is a constant radius, variable pitch helix.

More 2013 functionality very useful when you are creating and documenting multi-body parts.
"How do I turn the Inventor browser display back on after someone turns it off?" is a common question on forums.
To restore the Browser to the display:

TIP: Use Clean Screen (Ctrl+0) to toggle the display of the browser, ribbon, document tabs, and status bar on and off.
Table driven features, parts, and assemblies are often a great solution to creating configurations. The link below is the handout I created for an Autodesk University class I taught last year.
The form editing tools for Inventor 2011 have been moved to Fusion for the 2012 release. To use the freeform edit tools, click Edit Form or Edit Copy of Form in the Inventor Model tab, Fusion panel. These images show the transition from a prismatic block shape to an organic shape using the shape manipulation tools.

The following video shows editing a cylindrical extrusion with the Alias edge manipulation tool in the 2011 release. These tools were moved to Fusion for the 2012 release, but the edit steps are nearly identical.
Inventor Fusion and Moldflow Simulation Video
Watch this video to see a sample workflow using Fusion and Moldflow.
Once you discover view reps, you will want to know the answer to these 3 questions:


Watch the following video for an overview of View Reps.
Watch the following video for an overview of Pos Reps.
Watch the following video for an overview of LOD Reps.
Have you been frustrated trying to simulate a mechanism using Drive Constraint to show movement? Did you know you can use Inventor Studio to create complex movement? The following video was created by driving multiple positional representations in an Inventor Studio animation.
A very nice fixture design module is live on labs. Automated fastener placement, cloud assets and more - check it out!

Download the Inventor 2012 Jig and Fixture module from Autodesk labs here:
http://labs.autodesk.com/utilities/inventor_jigs_fixtures/
The two instructional videos posted on the labs site use the datasets included in this zip file.
The following animation shows the steps to create a part or mold fill analysis. You can display defects in the fill such as air traps and weld lines.
A new Skill Builder has been posted that uses the following functionality:

Click here to access:
A three part video skill builder and downloadable dataset has been posted on the Community Tutorial page. This skill builder leads you through the process of creating a mold base that is Inventor Tooling friendly.
Check it out here: Tooling - Author and use a Mold Base
