AutoCAD Inventor :: Display Pitch Diameter On External Thread

Oct 12, 2013

When we make an external threaded part, like a stud or something, I'd like to save my lathe guys some time looking things up by showing the pitch diameters on the thread callouts.

I've looked through some posts on this and it doesn't seem like there's an easy way to do it in an automated fashion, even though the data is in the Thread.xls file.  I'd really like to not have to look it up to make every print.

First, I thought I'd just use the "Custom Thread Designation" field, but as soon as I changed it in the XLS file, I kept getting alerts in Inventor saying that there was an error in the thread family because the callout applied to multiple fit classes or something like that.  So that didn't work out very well. So....

1. Is there a way to do this?
2. What is the point of the "custom thread designation" infrastructure?  Am I not using it correctly?

Inventor 2014 64-bit SP1
Win 7 Pro 64-bit SP1

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Measure Hole Diameter Of Thread M20x2.5

Sep 10, 2013

In the part attached you can measure the hole diameter of the thread M20x2.5

It is 17.294, but the smallest diameter, the tap drill, in the Thread.xls file is 17.5

View 2 Replies View Related

AutoCAD Inventor :: Thread Class On External Custom Threads Won't Show In Callout

May 2, 2012

I can't tell if this is a bug or a "feature."

I have created a custom thread.xls table so that thread callouts are in decimal format per ASME B1.1.

When I use the Hole / Thread feature note in an .idw, the thread class will not show on an external thread. If I change the format to not use Custom Thread Designation, the thread class appears. If I use the Custom Thread Designation on a threaded hole, everything works fine.

View 1 Replies View Related

AutoCAD Inventor :: Hole And Thread Dialog Box Show Different Thread Types

Oct 4, 2012

I'd like to use an "NPT" Hole Dialog thread but it doesn't show up in the Thread type list.But it does show up in the Thread Dialog/Specifications Tab/ Thread type list so it's available.

 I definitely have "NPT" in my Thread.xls & I have my Options/Files set to point to the correct Design Data folder.

Inventor Suite 2013 Ultimate

View 6 Replies View Related

AutoCAD Inventor :: Cannot Create Thread Hole (thread Option Is Grey Out)

Apr 22, 2013

My colleague installed IV2013. He has excel 2010 installed in his PC also. However he cannot create thread hole (thread option is grey out).

View 4 Replies View Related

AutoCAD Inventor :: Link Thread Data For The Thread Command

Jul 18, 2012

Autodesk Inventor 2013.

Could not find file C:Program FilesAutodeskInventor 2013Design DataXLS13XLSen-USThread.xls containing thread data.

View 3 Replies View Related

AutoCAD Inventor :: Can't Thread Holes With Thread Tool

Mar 1, 2011

I can drill a hole as needed, but can't thread a hole at all. Not with the Tapped Hole function when drilling the hole, or after drilling the hole then using the Thread Tool. Inventor will just not let me create threads this way outside of cutting a coil.

View 9 Replies View Related

AutoCAD Inventor :: Adding A Thread To The Thread.xls?

Jun 13, 2013

I am trying to add a thread class to the thread.xls. (that part is ok)

The thread is M26x2.0

I can't seem to find any information for me to simply plug in the values into the .xls, so I am thinking that I have to crunch some numbers. which is fine. I just want to make sure that this image below is the correct the reference for this task.

using the pitch, I should be able to calculate all my min and max values, but the xls has class column and a tap drill column, how would I determine these values??

Inventor Professional 2014-Update 2 - AutoCAD Electrical 2014
Win7-x64 | ASUS P8Z77-V | i7 3770 -3.4 GHz | 32GB RAM |
240GB SSD | nVidia GTX 670 4GB - 320.49

View 6 Replies View Related

AutoCAD Inventor :: How To Create ISO Screw With Custom Pitch

Oct 11, 2013

I need a screw M16 x 0.25 mm. However, I don't have the option "0.25mm". How to create a screw with custom pitch size?

View 2 Replies View Related

AutoCAD Inventor :: Create A Hole Note Without Pitch?

Nov 9, 2012

is it possible to create a hole note without pitch.

i use standard thread in most cases so i just want the thread to be shown in the holenote tool on drawings (like M8 not M8x1,25)

View 1 Replies View Related

AutoCAD Inventor :: 2013 - How To Cut A Profile In Shaft Along A Pitch

May 30, 2013

i am trying to design a shaft with a cut out that would cut along the shaft a a set angle and wrap around the shaft.

I am going to have a bearing ride along the cut out and cover this to a linear motion but can't seem to grasp how you do this in inventor 2013.

View 2 Replies View Related

AutoCAD Inventor :: Double Pitch Chain Animation

Nov 12, 2013

How to model a double pitch chain with sprockets so that it can be animated to show visual movement/rotation.

This chain assembly is made up of 6 sprockets. 

View 5 Replies View Related

AutoCAD Inventor :: Call Out Tap Pitch Value Without Editing Dimension

Jul 4, 2013

In the inventor drawing, while showing hole callouts for TAP, it is coming along with thread pitch (Ex: M12 x 1.5). But I dont want to show the pitch. How to call out only TAP size(Ex:- M12) without editing the dimension.

View 3 Replies View Related

AutoCAD Inventor :: Variable Pitch Helix By Equation Curve

Jun 20, 2012

You can create a variable pitch helix by using the Equation Curve feature introduced in Inventor 2013.

Create a new 3D Sketch. Start the Equation Curve command.

Here are equations that I use to create helical curves. Many other variations exist.

Cartesian coordinates:

x(t) = radius * sin(360 * num_turns * t) 
y(t) = radius * cos(360 * num_turns * t)
z(t) = height * t

[Code]....

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

View 9 Replies View Related

AutoCAD Inventor :: Conical Spring That Can Change In Pitch As It Tapers?

May 23, 2013

I need a conical spring that can change in pitch as it tapers.  Basically the spring starts in a compression style and tapers down to an expasion style.  The CNC spring machines are capable to produce it, but am I able to, through Inventor?  If not when will we have this feature capability?

View 7 Replies View Related

AutoCAD Inventor :: Create 3D Sketch Of Helical Curve That Has Accelerated Pitch?

Nov 1, 2013

I am trying to create a 3D sketch of a helical curve that has an accelerated pitch.

View 2 Replies View Related

AutoCAD Inventor :: Multi Thread Through API

Jul 29, 2012

You can organize a multi-threaded work with data through Inventor API? For example, there is a assembly and I need the first part of assembling a list of items to consider in a data set, the second part of the list - in the second data set, the third - the third and so on up to N, where N - depends on how many threads can run in the system . Whether these flows are processed and to receive data in parallel? Or go to the consistent implementation of this algorithm will first be processed by the first part, and only after it will start the second ...?

Autodesk

View 3 Replies View Related

AutoCAD Inventor :: Add-in Thread Modeler

Jan 23, 2013

I am having a terrible time getting the thread modeler to work correctly for an M16x 1.5 thread. I have tried multiple approaches to get the correct thread dimensions output.These are the steps I take:

1) Create hole (I've used both  major and minor thread diameters,16mm and 14.376mm)

2) Apply Inventor threads (M16 x 1.5)

3) Select threads from tree using the Add-in thread modeler "Controller"

4) Analyze dimensions finding both cases yield the wrong dimensions.

This add-in would be very useful and a great time saver if it would work correctly.

View 9 Replies View Related

AutoCAD Inventor :: How To Add Thread To Nut / Bolt

Jul 8, 2012

How to add a Thread to both the Nut & Bolt....i always use the Thread Tool but i would like to also know how to add an actual thread.

View 2 Replies View Related

AutoCAD Inventor :: How To Add Thread To Hole

May 16, 2013

I need to add thread to a hole but cannot do this under the edit command. How to do this ?

View 7 Replies View Related

AutoCAD Inventor :: How To Add A Thread To Chart

Sep 1, 2013

I need to make a thread of 8 D.P.I on a diameter of 104.8 mm.It's not a standard thread size.Where is the excel file with the ANSI threads?

View 9 Replies View Related

AutoCAD Inventor :: How To Get The Thread Function

Jun 13, 2012

I have recently installed Inventor 2013 Professional Ultimate and am having some issues.  I can not seem to get the Thread function to work.  When I go to apply a thread I get the follow error....

When I go to search the directory, I find that the Thread xls document is infact there, but it is not located where the program thinks it should be (XLS Folder --> en-US Folder)

I also made sure that the Design Data location was correct within the Application Options...

A reboot of the computer did not work.

View 1 Replies View Related

AutoCAD Inventor :: Why Can't 2013 Find Thread.xls

Jul 2, 2012

In my project file, under design data folder options, I have it set to c:designsStandardsStyles.  This is where I have my thread.xls located.

When I try to place a threaded feature, Inventor gives me a warning that it cant find the Thread.xls file.

It is looking for this file in c:DesignsStandardsStylesXLSen-USThread.xls.  Where is it getting this path from?

View 9 Replies View Related

AutoCAD Inventor :: 3D Printing Objects That Have A Thread

Jun 13, 2013

We are using inventor 2012 at my school and have recently purchased a makerbot 3D printer abd having lots of fun. However i recently created a model that has an M40 Thread as part of the model. However when i try to 3D print it, it doesn't recognise the thread and it isn't printed. I see the thread on the ipt but once it is saved as an stl it seems to disappear.

View 6 Replies View Related

AutoCAD Inventor :: How To Get Nuts To Turn With The Thread

Jan 10, 2013

How to make the nut in this assembly turn with the thread, all I can figure out how to do is put it all the way in then turn it 360 degrees.

i5 3570k@4.4ghz gtx 670, 8gb ddr3 1600mhz

View 3 Replies View Related

AutoCAD Inventor :: How To Make Thread In Assembly

Dec 2, 2011

How to make thread in assembly?

View 9 Replies View Related

AutoCAD Inventor :: Dimensions Snap To Thread Symbol?

Nov 30, 2012

When working in the drawing environment it is easy to accidantially snap the dimension to a thread symbol (the arc around the hole), instead of the actual hole.

I don't think need dimensions to snap to these symbols.

View 5 Replies View Related

AutoCAD Inventor :: Wrong Thread Depth In The Note?

Jul 15, 2013

In the drawing, i annotate a thread. the automatic text for thread depth is always, as far as i see, incorrect, for example if the thread depth is 50 it writes, i don't remeber, but something like 250.

Maybe it has to do with the font, altough i doubt. i am in israel, and the quantity of threads, also an automatic text, is written backwards, for example 4x instead of x4.

View 4 Replies View Related

AutoCAD Inventor :: Thread Direction Of Holes In ILogic

Aug 24, 2012

I use the following code to get the information if a thread is right or left handed from an outer thread:
 
'Gewinderichtung Gewinde1If Feature.InventorFeature("Bohrung1").HoleInfo.RightHanded = True ThenGewinde1_Richtung = "RH"'Else If Feature.InventorFeature("Bohrung1").HoleInfo.RightHanded = False Then'Gewinde1_Richtung = "LH"'ElseEnd If

Now I also need to get this information from a hole feature but I was not able to adapt the code correctly. The error I get says that "HoleInfo" for the type "HoleF eature" was not found.

View 3 Replies View Related

AutoCAD Inventor :: Thread Direction In IDW Hole Note

Jan 14, 2013

Aside from manually adding RH or LH to a hole note leader, any way of getting the HOLE Direction (left hand or right hand) into the leader note?

Windows 7 x64 -64 GB Ram, Intel Xeon E5-1620 @ 3.6 GHz
ATI FirePro V7800 2 GB, 180 GB SSD & 1 TB HDD, Inv R2013 PDS Premium SP2 Update 3 (Build 200), Vault 2013 Workgroup Update 2 (Build 17.2.9.0)

View 2 Replies View Related

AutoCAD Inventor :: How To Change Thread Note From M12x1.75 To M12

Dec 1, 2011

How can I change thread note from M12x1.75 to M12?

For our drawing standard, we don’t put the standard thread pitch into the thread note, and we have to manual to over write the thread note. But when the thread size changes and the note never get updated.  Is there any other way to get the note to link to the thread size?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved