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


ADVERTISEMENT

AutoCAD Inventor :: Connector Information On Loom Report

Oct 23, 2012

When defining a wire, to get the correct termination at each end I would like to add Virtual Parts to the Connector Pin Name properties (Select the with, RMB - Harness Properties- From To- Properties (connector Pin Name)- Virtual Parts.

Is there any way to get properties from this onto a Loom Report allied to the wire? Our current Loom drawings list the wire with the terminal connectors at either end. I have tried using GETPART1 & GETPART2 in the cfg definition but this picks up on the Part with the Pin, not the Virtual Part on the wire.

View 5 Replies View Related

AutoCAD Inventor :: Creating Wire Loop Between Two Connector Pins

Sep 27, 2011

I'd like to use the Cable and Wiring tools to model some fibre optics. I can see how this could work well, being able to set and check for the minimum bend radius. However, I'd also like to include a loop of greater than minimum bend radius between the two connection points, we tend to do this to reduce strain on the fibres. Any elegant solution for inserting the loop?

View 3 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 :: 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 :: Shell Out A Loft

Feb 27, 2012

I need to shell out a Loft in the attached IV 2012 part file.The Loft i tried also as a new solid but the shell also cuts into the cylinder ( revolution 1 ) . I only want the 2 sides and bottom of the Loft to be Shelled, not the cylinder. What do i need to change to get the shell to work?

View 4 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 :: Possible To Fill A Shell With Sand?

Jan 24, 2012

Is it possible to fill a shell with sand?  The end use of my design will have sand - like in a childs plasitc basketball hoop/stand assembly and I would like to try to approximate the center of gravity and other useful info.

ACAD 2010
ACADE 2008
AIS 2009

View 9 Replies View Related

AutoCAD Inventor :: Error When Trying To Shell A Part?

Apr 22, 2012

When trying to shell a part i get the error: the attempted shell operation was unable to solve for a vertex....etc. i have attached the problem part file, of which the drawing is a fairly complicated frame (a chassis concept for a 3 wheeled race car i am designing)

How the part was made:It was created in an assembly using the frame generator tool and then converted to part file using the shrinkwrap feature. When using the shrinkwrap command, i selected: single solid body merging out seams between planar faces, All hole patching, break link, and remove all internal voids. and then when trying to shell i get the error message when selecting a wall thickness of 2mm.

i cant understand why the shell feature does not work as i have successfully shelled a very similar part file (with only slight differences in geometry from the file attached in the same way as what i am trying to do with this part). i can provide this part file upon request or the assembly file from which either was created. i need to shell the component in this way so that i can run accurate FEA (stress analysis) for crash simulations on it

I am using inventor 2013 (64bit OS)

View 2 Replies View Related

AutoCAD Inventor :: Making A Shell Of A Mesh?

Dec 22, 2012

I am trying to make a shell of a mesh feature after I have upscaled it.

I do not think the regular shell technique will work as my mesh feature has hundreds of surfaces. So, I decided to open the file with my part in it and then derive the same part but a little bigger using the derive button. I would then subtract out the smaller, original, one to make a shell of the bigger, derived one.

Unfortunately, when I use this method to upscale, the 2 objects are not concentric so I cannot make the uniform shell that I want to.

I have attached the file of my mesh feature in case you want to see it. not that you will have to convert the object you see on my file into a base feature before doing anything with it. I did not because it would have made the file to big to attach.

View 4 Replies View Related

AutoCAD Inventor :: Shell Command On Sphere

Aug 22, 2013

I have a funnel with a curved top.  I'm trying to project an inset of the border onto the curved surface and use the shell command to create a hollow funnel with an overhanging lip.  I have projected the inset successfully, but cannot select the resulting smaller face, just the whole original face.  

A similar problem that I tried while attempting to figure this out was shelling a sphere.  2d sketch -> 3d sketch project onto surface, and try applying shell to the resulting "face".  However I can only select the whole face when trying to shell.

View 7 Replies View Related

AutoCAD Inventor :: Shape Will Not Shell Out With 3mm Thickness

Dec 12, 2013

This shape will not shell out with  a 3mm thickness.....i suspect i may have not modelled correctly....how would you model this shape part so as it can be shelled out?

View 8 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 :: Shell Out The Part With 2mm Thickness Walls?

Nov 16, 2012

How can i shell out the part with 2mm thickness walls?

View 1 Replies View Related

AutoCAD Inventor :: Splitting Sections Of A Tank Shell

Jun 1, 2012

Is there a way to use the Split Solid tool to partially split a circle and have multiple solids after.

Ex) I would like to cut the tank at the 180 and 270 deg marks. Using the split tool still cuts through 0 and 90. I tried drawing a line from a top view that started from center going through 180, but it still goes through 0 as well.

I've attached an example shell of where I would like to have 6 solids after.

View 5 Replies View Related

AutoCAD Inventor :: Shell Feature / Removing Any Outside Walls

Sep 17, 2013

Using the shell feature. I have used a bit in the past and its always done what I want. This go around what I want is to shell without removing any outside walls, which it does no matter I seem to try. I can easily add a new outter wall back in, but if I can shell without removing an outter wall it would be just that much cleaner in my tree.

View 5 Replies View Related

AutoCAD Inventor :: Turning Assembly Model Into Shell?

Oct 5, 2012

I would like to be able to the share external geometry of a fully assembled mechanical model without surrendering any part or assembly data. Is there a way to turn this assembly into an external surface "shell"…?

View 1 Replies View Related

AutoCAD Inventor :: How To Create Oval Shape And Shell Out 2mm

Nov 10, 2011

How to create a oval shape.The attached file shows the shape i need.How do i make the shape and then shell out 2mm.

View 2 Replies View Related







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