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


ADVERTISEMENT

AutoCAD Inventor :: Default Hole Size When Starting A New Part

Jun 22, 2006

Is there a way to default to a standard hole size when starting a new part? ie. If you mostly place 10mm dia holes can this size be configured to be default in lieu of 3mm on the hole dialogue box.

View 5 Replies View Related

AutoCAD Inventor :: Changing Default Imported Part Appearance

Nov 6, 2013

Whenever I mport a part it has the welding texture applied to it. Where can I change it to so I don't have go around and select the faces to clear them. Changing the material has no effect on removing the texture.

View 3 Replies View Related

AutoCAD Inventor :: New Part Default Sketch On Y-z Plane Can't Draw

Aug 13, 2012

Working on setting up 2013 for our department.  By default we use the application option - Part Tab - of creating a sketch on the x-z plane upon new part creation.  Now this actually works, problem is you can't draw on it, or you can't see what you are drawing.  If you exit out of the sketch and start a new one then it works.  I have found that if you switch the setting to the y-z plane is does the same thing.  Switching it to no new sketch or the x-y plane and it works fine. Tying to determine if it's actually a bug in inventor or if it's just something with what I am doing or our template files. 

View 5 Replies View Related

AutoCAD Inventor :: Can't Get COG Of Single Part Inside Assembly Using Default Feature Of ILogic

Jul 10, 2012

can't get the COG of a single part inside an assembly using the default feature of iLogic:

centerPt=iProperties.CenterOfGravityOfComponent("part1:1")

Wikihelp states that it's possible to get the COG of a part within an assembly.It doesn't seem to work anytime getting an error on some missing included references .do I need a Sub-Rule inside the single part?

View 2 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 :: 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 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 :: 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 :: Converting Default Part Template To Custom Template?

Jan 23, 2012

Converting a default part template to a custom template?  

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

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 Inventor :: Unable To Derive A Part Containing Only A Block Into A Sheet Metal Part

Nov 15, 2011

I set up our company log which gets embossed on most parts as a sketch block in an .ipt.  The .ipt contains nothing but the sketch block.  To use it, the designer only needs to derive the Logo.ipt file into their part and then use the scale setting to set the derived block to the desired size for that part.  The result is a scalable set of line geometry that can easily be used for extrusion or emboss that is standard for all users.  It works beautifully, that is until you try to use it in a sheet metal part in 2012.

For some reason, when this same part, which works perfectly in normal parts, is derived into a sheet metal part an error pops up stating that, "Selected part does not have any geometry that can be derived."  Say what?

I was able to find a workaround by directly copying the block into the sheet metal part, but you no longer have the ability to go back and scale it if needed.  Even more strange, when the block was copied over, it could not be deleted from the new part.

Is this just a bug with 2012?  Why does it work in a normal part but not sheet metal?

View 7 Replies View Related

AutoCAD Inventor :: Part Inserted In Assembly File As Tube And Pipe Run Part?

Mar 28, 2012

Dear Sir, In particular project, when I insert part in Assembly file, It is inserted as a Tube & Pipe run part. so that It is not Grounded automatically. What is the settings by which I can insert as a normal part in assembly file ? I have attached herewith the JPG file also.

View 3 Replies View Related

AutoCAD Inventor :: Make As Sheet Metal Part And Have Option To Flatten Part?

Dec 28, 2012

The part i make is from solid model>The part needs to be in sheet metal.What steps do i use to make as sheet metal part and have option to flatten part.

View 1 Replies View Related

AutoCAD Inventor :: ILogic Rule For Each Part In Assembly To Change Part Parameter

Apr 1, 2013

I`m looking for the iLogic code that can change one parameter (user defined) for each (ipt) part in assembly (iam)

The one below doesn`t work.

Sub Main Dim oApp As Inventor.Application = ThisApplication Dim oAssy As Inventor.AssemblyDocument = oApp.ActiveDocument For Each oSubDoc as Inventor.Document In oAssy.AllReferencedDocuments On Error Resume Next Parameter(oSubDoc, "FH") = 15.26 Next End Sub

View 5 Replies View Related

AutoCAD Inventor :: Simplified Part - Assembly Won't Merge Into One Seamless Part

Dec 11, 2013

I would like to simplify this assembly into one seamless part for FEM calculation:The assembly consists out of parts that, in reality, will be welded together. Due to their form, there is no way to place them exactly onto each other, therefore there are slight gaps between the parts:

Now when I try to merge the assembly into one part via "simplify" --> "create simplified part" and choose "single solid body with seams between planar faces merged", Inventor does not fill these gaps (even though it displays only one part in the bottom right corner of my window). Unfortunately, the remaining gaps brings "contact" problems in the FEM simulation.

how to close the gaps and really merge the assembly into one part?

View 6 Replies View Related

AutoCAD Inventor :: Part Created In Assembly Does Not Update To Part File

Nov 15, 2013

New user 2014

Part created in assembly does not update to part file.

View 9 Replies View Related

AutoCAD Inventor :: Can Part Make Alterations To Other Part When Inserting In Assembly

Mar 29, 2012

I have a part that has protrusions. When i mate that part up to another part that second part needs to have cutouts/holes to receive those protrusions.

i mainly use it in sheetmetal parts. and use the rectangular protrusions on de contour to mate up with corresponding cutouts in the other sheet. this works with positioning and also makes for a nice weld spot/area.

But also for making holes to accommodate a mold pin used in custom punch dies. I want the intervening part to receive a corresponding (propperly tolleranced) hole automatically. Much like a bolted connection does.

same for parts like circlips. i want them to automatically generate the seat in the part it's mated to. Rather than using the axle generator.

Ofcourse one can place the parts and do an in assembly interpart projection and go from there, but i want the part to generate the (predifined) modification to the other part. It would save time and also reduces problems as the parts are moved about or even removed.

View 7 Replies View Related







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