AutoCAD Inventor :: Tolerance +/- Symbol Alignment

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


ADVERTISEMENT

AutoCAD Civil 3D :: Add Block Or Symbol To Alignment Label?

Jul 31, 2012

This is what I'm trying to achieve, except with a Civil3D label.I want to add the circle with the typical detail callout to an alignment label.  I can format the text just fine, but can't figure out any way to add a symbol to a label.  For example, I was thinking I would create a "water meter" style with the correct number for water meters, so there would be a block or something attached to the label.

View 8 Replies View Related

AutoCAD Inventor :: Numbers Are Added To Symbol When Using Symbol In Lieu Of Balloon

Mar 1, 2013

The attached picture is me trying to balloon a part.  I would like to just add some notes to the balloon so that I can update them manually but all I can find is to have a symbol.  So I created a symbol, the insertion point for the symbol is shown.  For some reason I get an extra number and the symbol offcenter.  Why is this happening?  What I'm really looking for is a balloon that is fully customizable so that I can just add text to the top and bottom and fill out the details.

View 5 Replies View Related

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 View Related

AutoCAD Inventor :: Getting Hole Tolerance By API Using C++

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

AutoCAD Inventor :: Different Tolerance Method

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

AutoCAD Inventor :: Shell Connector Tolerance

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

AutoCAD Inventor :: Set Default Tolerance Of Part Via API?

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

AutoCAD Inventor :: Hole Tolerance Dialog Box (VBA)

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

AutoCAD Inventor :: Tolerance Text Height

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

AutoCAD Inventor :: Setting Dimension Tolerance Types

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

AutoCAD Inventor :: Add Tolerance To Holes That Are Created By IFeatures

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

AutoCAD Inventor :: VBA - Unable To Change Tolerance Precision?

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

AutoCAD Inventor :: Using ILogic To Change Model Tolerance

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

AutoCAD Inventor :: Creating A Composite Position Tolerance?

Nov 18, 2011

how to create a compsite position tolerance with the Feature Control Frame command? (See attachment)

View 2 Replies View Related

AutoCAD Inventor :: Export Tolerance Of A Step File

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

AutoCAD Inventor :: Hole Diameter Tolerance Reset

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

AutoCAD Inventor :: Increase Tolerance Value - Simulation Will Change

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

AutoCAD Inventor :: Basic Tolerance Dimension - Size Of The Box Be Adjusted?

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

AutoCAD Inventor :: Reset Style Editor - Tolerance More Big Than Primary Dimension

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

Illustrator :: Drag A New Symbol Instance To Artboard And Resize The Instance Alignment With Pixel Grid

Oct 21, 2012

Sometimes when I drag a new symbol instance to my artboard and resize it, the instance looses it alignement with the pixel grid.
 
This happens despite the fact that...
 
I checked the box for pixel grid alignement when I created the documentthe symbol option is set for align to pixel gridthe original shape in the symbol is aligned to pixel grindthe original shape has the align to pixel grid check box in the transform panel checked 
So why when I resize the symbol instance does it break the pixel grid alignmnet and result in a blurred 1px stroke?

View 1 Replies View Related

AutoCAD Inventor :: Hole Tolerance Does Not Change When Change It

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

AutoCAD Civil 3D :: Changing Alignment Direction Where Feature Line And Alignment Coincide?

May 28, 2012

i've made a serpantine curve that starts from one line of alignment and end on the other line.

i wanted to know how can c change alignment direction when these two feature line and alignment meet each other in order to change the alignment path?

View 3 Replies View Related

AutoCAD Civil 3D :: Data Reference Alignment Stationing Differs From Original Alignment

May 3, 2012

I using a data reference/shortcut to properly label an alignment in paperspace. However when I reference the alignment in and apply the labels the aren't the same as the original alignment that I am referencing. Is there a setting where I am supposed to apply a new beginning station.

Also it seems as though the stationing(distance) isn't even matching up 1:1 with the original drawing. For example in the original base drawing my alignment starts at 10+00 with the next PI at 14+76.98, but the stationing on the reference alignment starts at 0+83.33 with the very same PI being labeled as 1+23.08. So the very same distance is 476.98' in the real design and the drawing it's being referenced in, but the stationing of the referenced alignment shows it as 39.75 Units.

I've attached a screen of the beginning of the alignment.

Civil 3D 2012
Windows 7 Service Pack 1
Intel Core i7-2600 CPU
16GB RAM

View 5 Replies View Related

AutoCAD Civil 3D :: Change Alignment Label Style Set After Alignment Has Been Created?

Jul 18, 2013

Using Civil 3d2012, Is it possible to change the alignment label style set after the alignment has been created?  For example, for an alignment that was created with alignment label set X - change the label set to alignment label set Y?  It seems like this should be pretty easy, I must be missing something obvious. 

View 2 Replies View Related

AutoCAD Civil 3D :: Alignment Style Vs Alignment Labels - PI Treated Differently?

Apr 6, 2013

I have a question on Alignment PI's. (Point of Inflection/Intersection)I have an alignment where some PI's have curves, others are merely hard bends.

Is there a way to automatically label the PI's even if they have an associated curve? (I'd like PI, PC and PT)Alternatively, can I only show markers at PI's without curves?

View 9 Replies View Related

AutoCAD Civil 3D :: Alignment Entities Not Showing Up In Alignment Grid View

May 20, 2013

I'm trying to edit some existing alignments. When I create new entities, they do not show up in the alignment grid view. Why is this?

Windows 7 x 64 bit
NVidia Quadro 2000 Dual Monitor
6.00 GB RAM
Intel Xeon W3550 @ 3.07 GHz
Civil 3D 2013 SP 2, Civil 3D 2012 SP2, Civil 3D 2011 V3, Civil 3D 2010 V3

View 5 Replies View Related

AutoCAD Civil 3D :: Launching Alignment Grid View / Alignment Entities

Aug 11, 2013

Launching alignment grid view/alignment entities,

I’m wondering if there is a way to launch alignment grid view/alignment entities (attached) without the need to first launching “alignment”? This dialogue box is quite essential in editing the values of radius, degree of curvature and deflection angle for the selected curve.

View 2 Replies View Related

AutoCAD Civil 3D :: Alignment Begin Station Inherited From Another Alignment

Aug 8, 2012

Can I inherit the station from one alignment as the begin station for another alignment?

For example. Alignment 1 is 1000 ft long and starts at sta 0+00.

At sta 8+01, Alignment 2 begins and goes off in another direction.

I manually enter 8+01 for begin station Alignment 2. Life is good. Still in the design stage, and customer needs to modify Alignment 1 to avoid something. Now Alignment 2 intersects Alignment 1 at sta 8+15, but same N/E coordinates.

I manually enter 8+15 for begin station Alignment 2.

It would be better if Alignment 2 could inherit the begin station based on the new stationing from Alignment 1.

View 7 Replies View Related

AutoCAD Inventor :: IDW To PDF Diameter Symbol

Jan 5, 2009

When I save an IDW as a PDF using the 'Save Copy As' function the spacing on the diameter logo for dimensions running up the page gets lost and makes it difficult to read and confusing. (see attached pic). I am not sure if it is a style thing, or a template issue, or just a general inventor fault.

View 9 Replies View Related

AutoCAD Inventor :: BC Symbol In Browser?

Nov 15, 2012

I have many symbols next to the bolted connections in my browser in Inventor 2013 which I do not see changing. what these stmbols mean and why there are there ?

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 4 Replies View Related







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