AutoCAD Inventor :: Getting Family Tree Of All Parts And Sub-assemblies Of Main Assembly?

Jan 22, 2013

Is there a way of getting a family tree of all the parts and sub-assemblies of a main assembly?

I would like this so I can keep track on what parts need drawings (manufactured parts) and if the drawing has been done.

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Make Sub Assembly From Parts From Main Larger Assembly?

Oct 31, 2011

My assembly has grown (about 50 parts) to where I need to consolodate some parts into subassemblies for reuse and alternate iterations of the basic design.

When I import the original parts into a new assembly, all of the constrains I created are not there of course.

I've tried creating a new empty part and then deriving a new part from the assembly, but I can't add, delete or edit any parts.

I looked at using Shrinkwrap, Substitutes, iParts, Multi-body Parts, and Multiple Solids but I remain confused.

In retrospect, maybe I should have created the subassemblies between the part and assembly stage but I didn't.

View 4 Replies View Related

AutoCAD Inventor :: Create A Treeview Of Model Tree Which Displays Parts Assembly

May 15, 2013

I am trying to create a Treeview of Model tree which displays parts assembly...etc My code is working well and i am able to get the tree view, but the problem is how can i count the quantity of parts/assemblies and display as consolidated. For instance this below snapshot shows my treeview.

This above snapshot shows my output

Here besides all parts/assemblies i get Semi-Colons and Numbers rather than consolidated view For this part in fig

153049 QSL.1_8.8:1
153049 QSL.1_8.8:3
153049 QSL.1_8.8:3
153049 QSL.1_8.8

and Quantity as 3 separately.

View 3 Replies View Related

AutoCAD Inventor :: Copy Filename To Part Number For All Parts And Sub-assemblies In Assembly

Sep 22, 2006

here's a macro I wrote to copy the filename to the Part Number iProperty for all parts and sub-assemblies contained in a top-level assembly. I wrote this after using a bunch of custom iParts and all the Part Numbers were the same for each part! (my fault of course, but a pain to fix one at a time).

Public Sub SetAllComponentPartNumbersToFileName()
Dim oAsmDoc As AssemblyDocument
Set oAsmDoc = GetActiveAssembly
If oAsmDoc Is Nothing Then Exit Sub
SetAssemblyComponentPartNumbersToFileName oAsmDoc
End Sub

[code]....

View 4 Replies View Related

AutoCAD Inventor :: Promoting Parts In Assemblies From Stock Sub-assemblies Or Component Groups

Oct 3, 2011

I am working in an Inventor Assembly .iam, I have about 250 fasteners (screws) that are constrained to a flat washer and lock washer. I would like to put them in as a single unit (sub assembly if you will) and then promote or explode them in the top level so that my bom has 250 screws, 250 washers, and 250 lock washers all at the same level, not associated to one another except thru the constraints that were entered in the original assembly. I have tried Promote but that doesn't work because it removes the washers from the original file and I end up with only 1 instance of the assembly. Am I approaching this incorrectly? Is there a better way? I run across this scenario with different components quite often.

View 2 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 :: Open Drawing From Assembly Tree

Jun 5, 2012

In assembly mode, when you right click on a part in the tree, you had ''open drawing'' as a choice. Now it's gone in IV 2013. how to add it ?

View 2 Replies View Related

AutoCAD Inventor :: Highlighting Parts In Sub-Assemblies

Oct 16, 2012

I'm having a problem highlighting parts within a sub assembly.  A simple structure to demonstarte this issue would be:

TopLevel.iam
|
SubAssy.iam
|
ChildPart1.ipt
ChildPart2.ipt

Using this structure I wish to highligh ChildPart1.ipt, howver my vba macro code below doesn't seem to work (nothing happens):

Public Sub Highlight()
Dim SubAssy As Inventor.AssemblyDocument
Dim ChildPart1 As Inventor.ComponentOccurrence

[Code].....

View 2 Replies View Related

AutoCAD Inventor :: How To Link Parts (IPT) And Assemblies (IAM) To Each Other

Apr 3, 2009

how the file structure works and how to link parts (ipt) and assemblies (iam) to each other. I converted a large file from Mechanical desktop to inventor which was a two day process. All parts and assemblies for the main assembly were dumped into one directory. I would like to move all the part files to one location and the assembly files (sub assemblies) to another location and then tell inventor to go there and pick the items from those two locations. I have set up the project telling inventor where to go and look. I moved all the items out of the original directory and now when I open the main model assembly I have to resolve the link to each part individually. This will take forever, is there a way to have inventor go and look for the parts and assemblies without me having to resolve each one?

View 3 Replies View Related

AutoCAD Inventor :: Drag Parts Into New Assemblies

Oct 21, 2013

I just installed Inventor 2014 today and I can't drag a part from the browser of one assembly into another open assembly.

It changes the cursor when I do it, but it never actually drops the model into the new assembly. 

View 3 Replies View Related

AutoCAD Inventor :: Parts List Of Sub Assemblies

May 31, 2012

I have one main assembly with two seperate sub assemblies in it.  I need to make two drawings showing the installation of both sub assemblies (one drawing for each).  I need to insert views of the main assembly into each drawing, showing the overall view of the install, but I need the balloons to represent the sub assembly BOM. 

I tried making the sub assembly I'm not currently showing, Phantom, and I have a design view set up to hide the information of the sub that is not part of the current drawing.  That seems to work fine for the first drawing, but when I change the BOM (of the main assembly) to suit the next drawing, it affects the first drawing.  How can I use one main BOM to suit two different drawings, showing only certain components?  Or can I "tell" the balloons which BOM to reference?  (I have the BOM of the sub assemblies set up the way I want them as well)

View 3 Replies View Related

AutoCAD Inventor :: ILogic Using Same Parts In Different Assemblies?

Jan 11, 2012

i placed an ilogic component (wich i use as a template to  later change dimentions) into an assembly file after changing dimentions i placed the same "template" ilogic component into the assembly but when i want to change something on the second component it also changes the first one and that only happens with only one feature of the component the other features work fine.

View 2 Replies View Related

AutoCAD Inventor :: Reusing Parts And Assemblies

Mar 19, 2013

I'm working on a project with three small and very similar vessels. I'm done with the first vessel and I want to re-use this assembly when I start to design the next one. But vessel number two will require some changes to the parts (nozzle location and so on)

My question is, how do I re-use my assemblies and parts so that I can make changes to them without it affecting my original parts and assemblies?

View 9 Replies View Related

AutoCAD Inventor :: How To Scale Parts And Assemblies

Feb 23, 2012

How do I scale parts and assemblies in Inventor.  I"d like to be able to change the size of parts, sub-assemblies and full assemblies up and down by a uniform amount.  Ideally, I'd be able to increase or decrease the size of a part or assembly in all three axis or only in one at a time.  

View 9 Replies View Related

AutoCAD Inventor :: Parts Interference On Assemblies?

Mar 9, 2012

I am puttilng parts together on an assembly and right now when I move them they stop when they hit. how do I turn this off?

View 1 Replies View Related

AutoCAD Inventor :: Rescaling Parts And Assemblies

Aug 23, 2012

Is it possible to rescale whole assemblies after they are created?

Say I have three serially linked worm drives that fit inside a cube 50 cm on a side, can I take the file and reset the dimensions to where it could fit inside a 1 cm cube? 

Does it matter how complex the assemblies are? Could an entire car be rescaled to fit inside, say, a 1 mm cube? Never mind that a normal internal combustion engine that small might not work at all because of the air viscosity at that scale--it's not real. 

View 1 Replies View Related

AutoCAD Inventor :: BOM Parts And Assemblies Are Read Only

Oct 30, 2008

I have some BOM parts and an assembly that are read only and I need to be able to enter information in the bill of materials under the status column and the comments column. The BOM parts are i-parts and the assembly is an i-assembly. Is there a way to set them to read or is this a limitation?

View 9 Replies View Related

AutoCAD Inventor :: How To Create Folder In Assembly Tree And Save Virtual Part There

Sep 25, 2013

I`m working on the code that reads a list of virtual parts from Excel and adds required qty into the assembly. So far it looks good, I  just need to know how to create a folder in a Assembly view tree and save virtual part in that folder instead of placing it in the root.
 
Dim occs As ComponentOccurrences
occs = asmDoc.ComponentDefinition.Occurrences
Dim identity As Matrixidentity = ThisApplication.TransientGeometry.CreateMatrixDim virtOcc As ComponentOccurrencevirtOcc = occs.AddVirtual(sVirtPart, identity)

View 5 Replies View Related

AutoCAD Inventor :: Suppress A Component In Main Assembly?

Oct 11, 2011

I was wondering if there was a way to suppress a component in the main assembly, and keep it from appearing in the parts list whenever I create one in the idw. environment? I am creating an iassembly, and generating different file versions from the main assembly in my table. In order for me to create different versions off of this main assembly, it is required that I suppress certain sub assemblies or components. I can't get the suppressed componenets to not show up in my parts list when I create it. I turned off enabled and visibility and it still appears in the BOM. Creating a different level of detail doesn't even solve this.

I know I can manually not have it show up in the BOM, but it becomes very time consuming trying to make certain rows not appear in the BOM table.

View 2 Replies View Related

AutoCAD Inventor :: Subassembly Not Moving In Main Assembly

Jan 6, 2012

I have a sub assembly with a sliding part in the main assembly but the sliding part is locked, the "flexible" option is greyed out?My head is not in gear this year yet!  Am I able to move unconstrained parts in sub assemblies  via the main assembly by pulling them with a mouse?

View 2 Replies View Related

AutoCAD Inventor :: Stop Update 2D DWG From Main Assembly?

Dec 5, 2013

i have some parts in my assembly wich are rotatable, i made some 2d drawings of my machine.

when change a position in the assembly it also change in the 2d drawing which is logic.

is there a way i can stop inventor from updating my 2d drawing when i change something in the main assembly?

im using inventor 2013.

View 1 Replies View Related

AutoCAD Inventor :: Show Main Assembly As Ref In Subassembly

Feb 14, 2013

I have a sub assembly that I am making a drawing of. The assembly drawing needs to also display the main assembly as a reference part (in phantom lines). The sub assembly is made up of flexible hoses that need their connection points referenced.

Inserting the main assembly into the drawing, so that I can see both the main assembly and the sub assembly together, messes up the parts list and balloons.

There must be a way to dislay the sub assembly in the main assembly and still have the part list and ballons reference the sub assembly?

View 1 Replies View Related

AutoCAD Inventor :: Creating Assemblies Out Of Multiple Parts?

Jul 11, 2012

I have a issue merging multiple parts into one assembly. When i do the constrains the parts are able to move but the pieces break part. I need to be able to move the whole assembly with all parts together without them breaking apart.

View 6 Replies View Related

AutoCAD Inventor :: Moving Assemblies With Parts Intact?

Jul 11, 2012

I can't move the assembly I'm building around without the parts moving out of place from where there constrained too. I manly use mate and flush constrains. I have to build a layout of a room later on with these assemblies in it and they must be able to be positioned where they need to be. How do you keep your constrain parts from moving out of place?

View 1 Replies View Related

AutoCAD Inventor :: Create Thumbnails For Parts / Assemblies

Nov 13, 2012

We have thousands of parts & assemblies, and want to create a thumbnail image of each for use with our production software. Unfortunately task scheduler only exports to solid models, not images. How to achieve this via macros, VB or iLogic. The process would go something like:

1) open (each) file
2) turn 'all work features off' (not essential but it would be nice so work planes don't show up in the thumbnail)
3) go to 'home view'
4) zoom to extents or zoom all
5) 'save copy as' to a set location (not same location as part or assy) with file name of "<PartNumber>.png" (not same as original filename)
6) turn 'all work features on' (if we managed to turn them off)
7) close (and repeat process for the remaining parts & assy's).

View 1 Replies View Related

AutoCAD Inventor :: Mass Properties For Parts And Assemblies

Jun 15, 2012

I initially entered a few overrides for mass on some parts that I have included in a large assembly. However I now want the calculated values of mass to be used and not the overridden values. I go to the part file, erase my value, and click update and it now shows the calculated mass for that part. However in the assembly it still shows the initial overridden value even though I have tried updating it. How do I use the calculated mass values in my assembly?

View 1 Replies View Related

AutoCAD Inventor :: Replace Assemblies (not Parts) Using ILogic?

Nov 14, 2011

Is it possible to replace sub assemblies using ilogic - I can only see a link to replace parts?

View 1 Replies View Related

AutoCAD Inventor :: Multiple Sub Assemblies In Parts List

Jul 25, 2013

Any way to create a parametric Parts List containing subassemblies, where the subs are listed, by name/item number, in colum format, and qty's are tabulated accross rows. (see attached as an example).  If the same part number occurs in multiple subs, the part is only listed once, but the quantity for each sub would be noted.  The pdf attached had to be done manually, which somewhat defeats the purpose of having software like Inventor.

View 2 Replies View Related

AutoCAD Inventor :: How To Export Assemblies And Parts To SolidEdge St4

Apr 20, 2012

How to export assemblies and/or parts from inventor to SolidEdge St4 and have the part remain editable in solidedge ST.

We are trying to send a .ipt to a designer that uses SolidEdge ST4. She can open the file and has no issues translating however it remains a dumb solid. 

Is it possible to have it be parametric and keep the features? 

Inventor has a feature recognition tool that I have use with much success I hope ST4 has something similiar.

View 3 Replies View Related

AutoCAD Inventor :: File Naming (Parts And Assemblies)

Oct 23, 2012

Need naming my parts and assemblies so i wont have trouble later finding I have numbers or names that get repeated. Need naming or diving my parts and assemblies.?

View 1 Replies View Related

AutoCAD Inventor :: Renaming Assemblies And Linked Parts?

Oct 14, 2011

where to find a tutorial that explains the usage of Design Assistant? Particularly the practice of renaming assemblies and linked parts?

View 4 Replies View Related







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