AutoCAD Inventor :: Add Tolerance Onto Second Line
Sep 13, 2013
I have a drawing I am trying to ordinate dimension and I was wondering if it was possible to place a symetric tolerance for a dimension on a second line under the actual dimension?
View 6 Replies
ADVERTISEMENT
Feb 5, 2012
I'm trying to get hole tolerance by Inventor API using c++ but the value returned is not correct.
the code is:
Parameter* diam = m_Feature->GetHoleDiameter(); // m_Feature is a given HoleFeature
double tol = diam->Tolerance; // returned 1.0
BSTR str = diam->Tolerance->HoleTolerance; // returned "0".
// The correct value is 2.89
How can I get the correct tolerance value?
View 1 Replies
View Related
Apr 30, 2009
While looking at the different tolerance methods, I see a couple called MIN and MAX, which just tack these words to the end of the dimension. Is there a way to customize the tolerance methods to add suffixes or prefixes to dimensions, such as TYP or 2 PLCS or something like that, so that I can minimize my detailing time.
View 5 Replies
View Related
Dec 6, 2013
Seeing the behavior for these symbol alignments, preferably also in earlier version of inventor?
Unable to display content. Adobe Flash is required.
In the video i'm showing an A2 sized sheet, the effect is less apparent on smaller sizes but still noticable.
But i'm mainly trying to establish if this is worth opening a support ticket for...
Using IV2014 Pro SP1 update 1, Win7-64bit
View 2 Replies
View Related
Jan 10, 2014
Whats the importance of "Shell Connector Tolerance"in the create new simulation dialog box. Any example or some kind of illustration to explain this.
C1
Inventor Professional 2013
Vault Collaboration 2013
View 1 Replies
View Related
Jan 30, 2008
Is it possible to set the default tolerance of a part via the API? If so ,How? Also, how would I ensure that those values are used in the drawing dimensions. I don't see any link to the values that I put into the model and the dimensions in the drawing.
View 3 Replies
View Related
Jan 11, 2014
I have the simple (for you ) question about hole tolerance window: I want to open hole tolerance dialog box and "click" OK button (ofcourse I want to do that via VBA code). Only this, I wouldn't change tolerance type or value of tolerance.
I show you what I want on screen.
View 1 Replies
View Related
Apr 13, 2011
When I export .idw in autocad .dwg, the tolerance text height of dimensions with 'Limits/Fits-Show tolerance' change, becoming the same of the dimensions text, while the tolerance text height of dimensions without 'Limits/Fits-Show tolerance' remain the same of the .idw file. Why? There's something I can do, to ensure that text height no change? See the attached pictures that show the problem.
I use Inventor 2011 with SP1.
View 6 Replies
View Related
Feb 14, 2005
Any method to set all the Tolerance Types for a GeneralDimension via VBA.
The Tolerance object, accessible via the GeneralDimension object, offers methods to set Deviation, Fits, Limits & Symmetric tolerance types, but I can’t find a way to set other Tolerance types, such as Reference, Basic, Max & Min
View 3 Replies
View Related
May 22, 2013
I've got an iFeature created that's very handy. It's basically a reamed hole with a counter bore for a purchased locating pin.
Here's the rub: Is there a way to specify a tolerance to that hole that will come through the i Feature? As in, I can draw the hole with a diameter of 0.501" within the definition of the iFeature. That's easy. However, when I do a print, I'd like to be able to just snap a leader to it that will have the "Use Part Tolerance" box checked and will reflect the correct tolerance.
As an aside, one of the reasons I want to do this is because I use Hole Tables a lot. In a hole table, I can manually go in and change the call out for the hole to show the correct tolerance, but in order to keep the grouping together, I have to do EVERY hole individually.
View 1 Replies
View Related
Jul 28, 2010
All the values I put in to set my tolerance are being rounded to three decimal places even though the value is four place and I am setting the dimension precision to four place.
For Example: I have a hole of diameter 2.0466. It is to have a tolerance of +.0005/-.0000. When tolerance.setToDeviation is called, the .0005 is strangely forced to .001 and is set as this in the part file. The precision value had already been set to 4 at this point.
I am using the following code in Inventor 2010:
'Create hole feature
Call oCompDef.Features.HoleFeatures.AddDrilledByThroughAllExtent(oLinearPlacementDef, dDiameter, kExtentDirection)
'Get hole feature just created
Dim oHole As HoleFeature
Set oHole = oCompDef.Features.HoleFeatures.Item(oCompDef.Features.HoleFeatures.Count) ' need most recent index
[code]...
View 3 Replies
View Related
Jul 8, 2013
I need to change one dimension using iLogic. It changes due to the path taken to manufacture the part. In a nutshell majority of the time the "OD" has a +.004 / .000 tolerance and the model is drawn at the minimum size. There are cases when the "OD" has a +.005/-.005 tolerance and is modeled at the nominal size. I've learned some of the iLogic to make the change I'm after but not all. I'm having trouble setting ModelValueType to change the model size.
See the code below, for setting +/-.005"
IV2012
View 2 Replies
View Related
Nov 18, 2011
how to create a compsite position tolerance with the Feature Control Frame command? (See attachment)
View 2 Replies
View Related
Oct 4, 2010
Is there a way to define the export tolerance of a step file? Now the tolerance is always set to 0.01mm but i need a tolerance of 0.001 to go further in another CAD / CAM System.
View 6 Replies
View Related
Jul 2, 2012
I keep hving trouble with a hole and the diameter tolerance.
Create a simple hole, single diameter concentric and specific depth. I go to the tolerance window for the diameter and change it to a Limits-Linear. I enter my values .3758 and .3754. Precision is .1234. I clikc OK, then go back to the tolerance, and its reset both values to .3756 What gives???? I've deleted and recreated the hole, edited it about 10 times, and still the same effect.
View 2 Replies
View Related
Jul 22, 2013
I have noticed that as I increase my tolerance value in CONTACTS in the simulation settings my results will dramatically change.
My initial settings are 0.004" with SEPARATION as default. After completing the automatic constraints, I will manually bond all the necessary components such as nuts to bolts and welds to the plates.
Then if I change 0.004" to 0.5" and leave it as SEPARATION, to pick up clearance holes, etc., the result will resemble the way the assembly should behave.
But if I change the separation to 1.0" (and nothing else) then the simulation will run with results that are not correct, giving large deformations and very high stresses.
View 1 Replies
View Related
Aug 7, 2013
When a Basic Tolerance is used to dimension - can the size of the containing box be adjusted?
I understand this is set as a percentage of the text size - where is this value & can it be edited?
View 1 Replies
View Related
Nov 2, 2011
I'm still learning autodesk inventor, I have problem about tolerance. My tolerance more big than my primary dimension. How to edit this text..? or how to reset style editor for factory setting..?
View 1 Replies
View Related
Mar 1, 2013
Trying to get the tolerance on a hole to be what I want. I changed the tolerance on the hole, but my idw did not change. When I went back and looked at the tolerance on the hole, it was back to the original value. No matter what I do, it will not change to what I want it to be in the part. Here is a short video.
The dimension I am changing is .9688 and it keeps jumping back to .9686 when I go back into the hole tolerance.
Tried other values too and they would not take either...
Entered Value Inventor Value
.9688 .9686
.9690 .9686
.9693 .9696
.9695 .9696
Windows 7 x64 -12 GB Ram
Intel i7-930 @ 3.60ghz
nVidia GTS 250 -1GB (Driver 301.42)
INV Pro R2013, SP1.1 (update1)
Vault Basic 2013
View 6 Replies
View Related
Apr 4, 2012
How do you set the gap tolerance in Hatch command?
View 1 Replies
View Related
Jul 12, 2013
Is it possible to get your Gap Tolerance setting to stick. Mine keeps reverting to 10 by default!?
View 8 Replies
View Related
Dec 2, 2013
I've got some 2D contours that have certain vertices very close to each other in some parts of the string. Some are only 0.008 apart. The cross checking in Drawing cleanup is picking these all up as crossing strings.
anything that will possibly filter out these vertices at a set tolerance? I've tried using Snap clustered nodes but that won't work seen as though it is occurring on the same string.
View 2 Replies
View Related
Dec 5, 2011
I have a problem with a recently downloaded version of Inventor. When I start a new drawing all I get is a blank blue screen instead of one with a grid display. If I start a line I can see the cursor change to draw the line but a line does not appear. I don't know if it something with how I installed the program or just system settings.
View 2 Replies
View Related
Sep 20, 2013
I tried editing the content (text) of a Geometrical Tolerance Box ? but the usaual don't work.
I tried double clic, Properties, right clic ....
Is there some command or icon that i did not see?
I have attach a drawing.
View 2 Replies
View Related
Jan 13, 2012
I would like to know, how to access the GDT tolerance block in Autocad, I have a requirement, that I need to take the values from Xl and paste it in the tolerance block.
View 1 Replies
View Related
Apr 12, 2013
how to break diameter line into horizontal line at the end ?... there's no such option in editor style (I want to have 2 arrows for this diameter, not one as it is in editor options)
View 2 Replies
View Related
Jan 24, 2012
how to make the lines of a reference part that are in effect acting as hidden lines become removed from a view?
We've tried making the part phantom...which isn't right as we need the line representation of the part to be as the reference linestyle...
We've tried changing variables & tick boxes in the edit view dialogue boxes...but nothing works...
View 7 Replies
View Related
Jan 17, 2013
I have learned the hard way that Civil 3D has a Curve Tolerance value that is to be used when applying sample lines and computing average end cross section volume calculations along an alignment with a curve. How I discovered this was by double checking my self and using a straight alignment verses an alignment with a curve. When using the alignment with a curve the average end cross section volumes differ. I did some reading in Autocad help and it mentions that sometimes a curve tolerance value is needed when using curves and this value is changed in the compute or edit materials window. What is a curve tolerance?" The edit materials window prompts a user to enter a Degree value. How do I calculate this curve tolerance value? I assume it is related to one of the values of a curve.
View 6 Replies
View Related
Jul 29, 2013
In Autocad 2014 I can't seem to get the same properties when I choose a dimension as I have been with all previous vertions. It does not have any of the option such as text height, Tolerance, Precision etc. Is this new for 14?
View 7 Replies
View Related
Nov 23, 2007
bought a CD printer and made a template on photoshop. when using the elliptical tool (and yes, i held shift+alt to make it symmetrical/centered) to make the work paths around the inner ring, it asks something about pixel tolerance (the default was at 2.0) and after i hit okay, the circle becomes messed up.. how can i make a perfect circle? if i change the tolerance numbers to higher or lower, the circle becomes even more irregular and jagged.
this is how it looks in photoshop...
this is a smaller version (kind of easier to see the irregularities)
and this is how it looks when i print it
View 3 Replies
View Related
Jun 17, 2009
It would sure be nice to have the Tolerance within the Magic Wand be a slider so I wouldn't have to type in the value each time.
View 3 Replies
View Related