AutoCAD Inventor :: Reference Parts Not Showing In IDW

Jun 21, 2013

I am having trouble with getting the reference parts of my assemblies to show on the IDW drawings. That is, most of them show, but some items disappear.

On the attached picture you can see what i mean... its of a circular structure with a door frame mounted. One is put in as normal assembly, one is put in as reference part.

The circular structure shows, but the door is missing (in some views). When I do a sectional view of the view where it is missing it appears.

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Showing Two Instances Of Parts List And Adding Custom Parts

Mar 30, 2012

On the main sheet of my drawing I have the overall Parts List.  Shows almost all parts except for the few that we don't want to list.  On the second sheet I inserted a Parts List to show only parts that are shown in a detail on that page, made the rest non-visible.

On the main sheet there is an item (#13) that has a QTY of 3.  Two of those Three are optional parts.  What I'm trying to do is insert a custom part into the Parts List, give it an item number of 13A and put in the description "OPTIONAL", then do an Override in the balloon to show 13A.

I get it in the Parts List, Apply it, close it, save the drawing.  Looking at the Parts List, item #13A is there, but item #14 is gone.  I go back into the Parts List and 13A is there and there's a blue box around the item # and the description.  I uncheck Static Value and number 14 shows up (item # and the description).

Then I go over to sheet two, open that Parts List and it lists 13A at the bottom with all the info I added in sheet one and it's non-visible.  Go back to sheet one, open the Parts List and there is no 13A to be found.

View 9 Replies View Related

AutoCAD Inventor :: Assemblies Showing In Parts Only Parts List

Jul 10, 2012

I have an assembly with a lot of purchased parts. I need to create a buy out list for purchasing. I've done this many times in the past and have a template set up for this purpose.

So now the problem, In this assembly, I have subassemblies showing up on my parts only parts list.

One of the subassemblies cinsists of two purchased parts. Both parts are set to purchased in the Bill of materials. If I do a parts only list on this assembly, it works as expected, showing two purchased parts. However, if I put that assembly into a higher level assembly, A parts only parts list shows the assembly instead of the individual parts.

View 2 Replies View Related

AutoCAD Inventor :: Reference Parts In BOM

Mar 20, 2012

All of the patterned parts in my assembly show up as reference parts in the BOM I have I have opened the base part for the pattern and made sure its BOM is set to normal. When I change the BOM setting in the assembly it automatically changes to reference.

View 2 Replies View Related

AutoCAD Inventor :: Reference Parts - Display

Sep 28, 2011

I had some parts that in BOM were checked as "referenced". Then at some point I changed them to "normal".

In the drawing environment they still act like reference parts even though I changed them to "normal" before created the view.

They are still see thru when I go Drawings View/Model State/Reference data/As parts. They act like they are reference parts but they are not anymore. How to make then really "normal"?

View 5 Replies View Related

AutoCAD Inventor :: BOM Reference Parts And View Boundaries?

Mar 21, 2013

I have an assembly that uses reference parts. I do not want them in the BOM, but they are used in other drawings in the BOM. When I make them reference, the iso drawing view boundaries are not correct. Can I change the size? Crop will only decrease the size not increase?

View 3 Replies View Related

AutoCAD Inventor :: BOM Reference Parts And Hidden Lines

Nov 19, 2012

I am doing a .idw drawing of an assembly that I have several parts that I do not want to appear in the BOM parts list. I have therefore set these parts as Reference parts however this has caused them to appear as "hidden type" lines in the drawing and are even visible through other parts.

Is there any way to make these parts appear in the drawing "as normal" and not be listed in the parts list?

View 9 Replies View Related

AutoCAD Inventor :: Drawing - Section - Reference Parts?

Dec 7, 2011

In a drawing Is there anyway to section (and show the hatch pattern) on reference components?

View 9 Replies View Related

AutoCAD Inventor :: Centering Parts To Assembly Reference

Dec 16, 2011

I am trying to find a simple way to center part(s) to some reference within an assembly such that if any part sizes are changed, then the assembly will stay symmetrical when updated. I would imagine that this is simply possible without adding any constraint containing a numeric value.

See attached part and assembly files showing a 4 piece frame with the angles unconstrained NE to SW. All i want to do is maintain symmetry of the frame if any parts sizes (cross-sectional or length) are changed. I've tried to add a centered plane to the angle and aligning that with a sketch point made in the assembly but i can't select any sketch features when i try to apply an assembly constraint.

View 1 Replies View Related

AutoCAD Inventor :: Reference Parts Visibility In Drawing

Jul 18, 2013

When a drawing view is made within Inventor from a presentation file (.ipn) some of the parts sometimes donot appear as properly visible.

I have attached some screen shots which might lead to some clues.

View 5 Replies View Related

AutoCAD Inventor :: ILogic - Set Pattern Parts To BOM Reference & Default

Oct 3, 2013

I made a flanged connection using I logic. Very simple Tube + Flange + Gasket + Blind flange + Bolting.Then I tried to write some ilogic rule to have Blind flange on / off when needed, hence the Gasket & Bolting also need to be off. Like in these images:

That works fine visually, but I also want the BOM to be set accordingly. For the Blind flange & Gasket my BOM is OK. But for my bolting the BOM is not OK. I tried to set the BOM structure the same way as the visibility but that failed. It only subtracted 1 bolt from my list (see code)

If Blindflange_status = 0 Then 'Bolting offComponent.InventorComponent("Bolting:1").BOMStructure = BOMStructureEnum.kReferenceBOMStructure 'Sets BOM Structure to Reference (Remove from BOM)Component.Visible("Bolting:1") = FalseElse 'Bolting onComponent.InventorComponent("Bolting:1").BOMStructure = BOMStructureEnum.kDefaultBOMStructure 'Sets BOM Structure to Reference (Remove from BOM)Component.Visible("Bolting:1") = TrueEnd If
 
Is there a way to set all parts within a pattern BOM structure? I made my bolting  by adding 1 bolt, 1 washer & 1 nut and then pattern them using feature pattern select.

Inventor 2013

View 1 Replies View Related

AutoCAD Inventor :: Reference Parts Geometry On Detailed Drawings

Jun 17, 2012

How can you force the geometry of reference parts to print behind to print behind your visible  parts. I have my reference parts print out on a light gray layer to be shown indistinct on a drawings, but it prints over my object lines in effect hiding them. This is even true if a reference part is hidden. Then hidden line will print over the object lines as well.

View 4 Replies View Related

AutoCAD Inventor :: ILogic - Set Pattern Parts To BOM Reference And Default

Oct 3, 2013

I made a flanged connection using I logic. Very simple Tube + Flange + Gasket + Blind flange + Bolting.

Then I tried to write some ilogic rule to have Blind flange on / off when needed, hence the Gasket & Bolting also need to be off. Like in these images:

That works fine visually, but I also want the BOM to be set accordingly. For the Blind flange & Gasket my BOM is OK. But for my bolting the BOM is not OK.

I tried to set the BOM structure the same way as the visibility but that failed. It only subtracted 1 bolt from my list (see code)
 
If Blindflange_status = 0 Then 'Bolting offComponent.InventorComponent("Bolting:1").BOMStructure = BOMStructureEnum.kReferenceBOMStructure 'Sets BOM Structure to Reference (Remove from BOM)Component.Visible("Bolting:1") = FalseElse 'Bolting onComponent.InventorComponent("Bolting:1").BOMStructure = BOMStructureEnum.kDefaultBOMStructure 'Sets BOM Structure to Reference (Remove from BOM)Component.Visible("Bolting:1") = TrueEnd If
 
Is there a way to set all parts within a pattern BOM structure?

I made my bolting  by adding 1 bolt, 1 washer & 1 nut and then pattern them using feature pattern select. Inventor 2013

View 9 Replies View Related

AutoCAD Inventor :: Reference Parameter Measuring Between Two Parts In Assembly

Jul 31, 2012

I need to assign the dimension in my screenshot to a parameter so I can use it to drive another assembly. However, I can't find any way to capture it in a usable manner.

In the screenshot I have an associative part inserted that contains only a sketch with the projected line and point that I wish to measure between, but the geometry in the sketch does not update when the model geometry changes. This seems to be normal behavior?

View 3 Replies View Related

AutoCAD Inventor :: Reference Parts In A Subassembly / Unable To Create Balloon And Drawing

Jun 14, 2013

I have assemblies that are comprised of reference parts - the assembly is a purchased part such as an air cylinder.  I have them as reference only in the assembly (ie right click on the parts in the model tree->BOM Reference->Reference). I do it this way so I can adjust the air cylinder how I need it, but still only asign one part number to the whole assembly - as an example we'll say "cylinderX" is the part number, and filename is "cylinderX.iam"

The problem arises when I put cylinderX.iam into other assemblies and try and make drawings of those assemblies.  Even though cylinderX.iam is not a reference part (but all it's sub components are), it shows up in an IDW just like reference parts.  I am able to make it show up how I want by editing the view properties (Edit View->Model State Tab->Reference Data Line Style "as parts"), but I still cannot balloon cylinderX.iam.  It shows up in the parts list, but I cannot attach a balloon to it.

Inventor 2013, 64-Bit
Dell Precision M6700
Windows 7 Pro
Intel Core i7-3820QM @ 2.70 GHz
16 GB Ram
NVIDIA Quadro K4000M
Space Navigator

View 4 Replies View Related

AutoCAD Inventor :: IlLogic Rule To Find All Reference Parts And Turn Off Visibility

Jun 20, 2013

I there a way of finding each Bom structured part that is set to reference in an assembly and setting the view of that component to in-visible.

Also needs to iterate into all set View reps that where created and set all views to not show the referenced parts as well.

View 8 Replies View Related

AutoCAD Inventor :: Measuring Between Tabbed Parts And Lost Dimensions With Replace Model Reference

Aug 27, 2012

Two different problems (questions). These are IV2012 files but the problems are the same in 2013.

Open the two attached ipt's. Launch the Measure Distance tool and measure between the blue an red face on the DimTest. It should read 1 inch.

Change to DimTest Derive using the tabs on the status line. Measure still gives 1 in. Change precision to All Decimals. The mouse pointer changes to calipers and the distance now measure 1.004 (which is correct)

Switch back to DimTest again using the tabs.

Measure again and notice the mouse pointer still shows the calipers which imply that it is going to return all decimals but the dimension given is still just 1 inch. Either the mouse pointer should change back or all decimals should stick.

OpenDimTest.dwg. Manage> Modify> Replace Model Reference and pick DimTestDerive.

ALL dims disappear and the origin indicator goes sick.

View 2 Replies View Related

AutoCAD Inventor :: Showing Parts In Assembly In Phantom

Jun 14, 2012

At one time I managed to divine a way of showing parts in an assembly drawing in phantom. This is characterized by the icon for the part in the browser changing to green colour. Being elderly, I have forgotten how I managed to do this.

View 8 Replies View Related

AutoCAD Inventor :: Custom Part In Parts List Not Showing Up

Mar 28, 2012

I go to the Parts List, Insert a Custom Part, click Apply, Click Ok and nothing shows up. I go back in to Edit the Parts List and the Custom Part is not there at all.

View 4 Replies View Related

AutoCAD Inventor :: Parts Showing In Vault Browser That Do Not Exist

Aug 4, 2011

I have an assembly model which I have `save copy as` to create a new assembly (80% parts the same). I have opened my new assembly and deleted/replaced parts and assemblies that I do not require.

One (released) assembly I have deleted is still showing listed in the vault browser (not in model browser). It is not in the model, is not revealed by `find in window`, is not listed in the bill of materials. If I close my assembly and reopen it is still listed there.

This has now occured in two assemblies. I have never experienced this before in many years of use. We recently upgraded to Inv 2011 and VM Pro 2011 and I'm wondering if there is a connection.

View 6 Replies View Related

AutoCAD Inventor :: Solid / Visible Parts Showing Up As Hidden Lines On IDW

Aug 3, 2010

I'm having issues involving hidden lines that should not be hidden lines in the idw environment. 

I am using Inventor 2010 suite, 64-bit.  I have  largish assembly modeled with several sub-assemblies and a few reference assemblies.   Some of the reference models are shrinkwraps from other large assemblies (surface type shrinkwrap, link broken), and other reference models are acutal assemblies that I am unable to shrinkwrap because I need the positional reps that they provide.

When I place my parent assembly, with all the normal and reference models included, on an idw, large portions of the reference models do not show up.  If I change my line style to show hidden lines, the missing parts show up.  At first, I thought that it may be because the reference parts in question were not originally in the view due to the reference data margin, so I started a new sheet and set the margin large enough to show the entire machine, as well as the state of Michigan, before I set the base view, but I still don't get those parts unless I enable hidden lines.

Even at that, Inventor is not behaving consistently.  Some of the parts that won't show unless hidden lines enabled are fabricated  parts that I or a co-worker modeled, some of the parts were imported from SAT, STEP and IGES files, and some of them are shrinkwrap parts.  On top of that, some of the parts will show up normal (without hidden lines shown) if I change the part's BOM structure from reference to normal, while others still will not show unless hidden lines are enabled, regardless of the BOM structure.  Keep in mind, none of these parts are hidden behind anything in the model, even with everything visible in my design view rep, so what's causing Inventor to think these parts are hidden.

Computer Specs:
Dell Precision M6500 mobile workstation (purchased in April 2010)
Windows 7, 64 bit OS
Intel i7 processor
8 GB RAM
NVIDIA Quadro FX 2800M graphics
Inventor Suite 2010, Subscription Advantage Pack, SP3
 
Computer Specs:
Dell Precision M6500 mobile workstation
Windows 7 SP1, 64 bit OS
Intel i7 processor
12 GB RAM
NVIDIA Quadro FX 2800M graphics
Inventor Suite 2010, Subscription Advantage Pack, SP4

View 6 Replies View Related

AutoCAD Inventor :: IAssembly - Parts List Not Showing Specific Configuration BOM

Aug 4, 2012

I'm creating a drawing for an iassembly, and I can't get the parts list to automatically show a specific configuration's BOM.  I've tried filtering, "Ballooned Items Only," and that doesn't change anything.  I've tried to create a parts list that looks at the child assembly, and the parts list reverts to the parent iassembly.

In the Browser, there's a lightening bolt next to each parts list in the tree.  There are three parts lists/configurations.

The parts list lists parts that aren't in the assembly shown, and/or shows wrong quantities.  I can manually update the bom, but I would much rather not.  Is there a macro or add in that may be useful?  I'll be making many prints from iassemblies, and this would be very useful.

View 2 Replies View Related

AutoCAD Inventor :: Stop Hidden Lines From Showing Up In Drawings After Adding Parts To Assembly?

Mar 14, 2013

I'm not sure if there's a way to stop this, but whenever I add parts to an assembly and switch to the drawing of the assembly, the hidden lines for those parts show up in every view of the assembly. Right now I'm having to go to each view and select the hide hidden lines option for each part. Is it possible to stop the hidden lines from showing up everytime I add a part?

Inventor Professional 2013
Intel Xeon W3680 @ 3.33Ghz
12GB DDR3 RAM
NVIDIA Quadro 2000 GPU
Windows 7 Professinal 64-bit

View 7 Replies View Related

AutoCAD Inventor :: 2012 Parts Lists Not Showing Correct Part Numbers In Assembly

Nov 4, 2011

Having problems with parts lists not showing the correct part numbers of the parts included in the assembly. In some cases I've made a new part by renaming an existing part but when I create a parts list it shows the part no of the original existing part used to create the new part, even though the new part is the one in the assembly. Also I have just had a number of similar assemblies and needed to produce parts lists for them. I created the first one and then used 'save as' to rename the drawing including the parts list. Then when I re-opened the newly renamed drawing I assigned it to it's new assembly. However the parts list did not update to show the new part numbers included in it's new assembly.

Is all this a glitch in the system or is there something in the set-up which is causing this problem?

View 7 Replies View Related

AutoCAD Civil 3D :: Assembly Parts Not Showing Up In Section Views?

May 16, 2013

I have created section views of my allignment and corridor in my drawing the problem I have is.  In some of the section views there is different parts of the different assemblies not showing up.  For example in one section I have my lane then my curb then no sidewalk then blvd.  It is not the same in each section view either some are missing one thing while others are missing others.

View 1 Replies View Related

AutoCAD Inventor :: Replacing Parts With Custom Parts Created From Content Center

Sep 27, 2012

I am trying to replace a custom part - created from a content center part -  with a copied part with a different name.  (I am using the replace tool in an assembly.)  However, Inventor is not replacing the part with the part I pick but rather the content center version of it.

View 3 Replies View Related

AutoCAD Inventor :: Creating Parts With Work Planes Defined By Other Parts

May 2, 2013

I am working on an assembly that is designed around a box (bounding box) that could change size.  I modeled the bounding box and placed it in a new assembly file.  All other parts have been created within the assembly by referencing that bounding box with starting work plane and project geometry.

The problem comes in when I change the bounding box dimensions.  The work planes for each additional part, which were defined by the faces of the bounding box, do not move when the sides move.  Also, my projected geometry is not updating correctly.  This is a simple box, with all 90° corners.  So, all associated parts (at this point) are just rectangles. 

View 4 Replies View Related

AutoCAD Inventor :: Parts List Update When Modifying Model Parts In Idw

Aug 21, 2012

My parts list on my idw do not update when I make changes to the model. Specifically, I have deleted a bolted connection on my design and replaced with a different components but the parts list table does not update - all I see is a lightning bolt in the browser next to the parts list but I cannot update it here.

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

AutoCAD Inventor :: Virtual Parts Weight Total BOM And Parts List

Aug 7, 2013

I was using virtual parts to add nuts and bolts to a drawing in 2013

I can make a VP bolt in the assembly, no problem, set it's size, weight, etc.

In the VP itself, there is no option for number of bolts I want it to emulate. For arguement's sake the weight was 1 pound per bolt (they are big bolts).

I can go into the BOM and say quantity 60, hit done and save the assembly.

If i open the drawing, the parts lists shows 60lbs for the 60 bolts total - which it should when summing the weight.

The problem is the BOM/assembly. If the weight of my assembly (without bolts) is 10,000lbs, the assembly sees the VP weighing 1lb and says the total weight is 10,001 lbs. Am i going to have to pattern a fake part to get this to work right? Shouldn't the total weight take into account the quantity set in the Bom??

View 2 Replies View Related

AutoCAD Inventor :: Display Density Of Materials Assigned To Various Parts In Parts List On Drawing?

Dec 9, 2013

Is there a way to display the density of materials that are assigned to varius parts in the parts list on a drawing?  I don't need the mass of the parts I just need the material density to show up next to their respective parts.

For example, if I have a part with [steel mild] material assinged to it (no matter the size) I need a column in the BOM on the drawing to show: 490.684 lbs/ft^3.  "Worry when there's something to worry about."

View 3 Replies View Related

AutoCAD Inventor :: IDW View / Parts List Changes From Structured To Parts Only

May 3, 2013

IV 2010 Suite

Been working over an idw MANY times due to project lag.Today I opened it up and tried adding balloons to an already ballooned assembly.

The parts list has not changed, and is "structured".But, if I try adding balloons, they tag each part, not the entire assembly.

Also, I verified this by trying to add another parts list, which defaults to "parts only".

I can't show my data set, b/c it's HUGE, plus it's proprietary.

IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit

View 5 Replies View Related







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