AutoCAD Inventor :: Edit Multiple Parts In Assembly And Update
Feb 7, 2013
Im working on a plastic enclosure, I needed to make a hole for a connector but this hole would cut into both the top and bottom of the enclosure. Normally when I edit parts in an assembly I just double click them, they become transparent and I can do all my edits. Since I need to make a hole that cuts into both parts, I just went to the 3D Model tab started a new sketch and extruded out the cut.
However doing it this way does not reflect the changes when the parts are opened on their own. Is there a way to have these changes trickle down to the part files?
View 9 Replies
ADVERTISEMENT
Oct 18, 2012
It is possible to create parts that can update there size from changing the "root" (possibly called the derived-from part??) dimensions. I have a tubular frame structure and there is sheet metal components that enclose this structure.
We make these units in 2 standard sizes, but in the last few months, we have been getting requests from clients for extra components to be installed or sometimes components to be removed. This changes the size of the unit. Also depending on which mine they go to, some need to be shorter or longer and wider or narrower.
I have created a frame that I can change easily to to required dimensions, but it would be a dream if all the sheet metal components updated to the frame size. Most times these doors and sheet metal components stay in the same location, so if everything updated with a simple change to the frame size, that would make my job easier, and leave me more time to create new products.
I can't upload any files due to size, but I have attached a few screen shot to clarify things. Basically it is a frame unit, with doors and access panels to electrical components inside.
View 9 Replies
View Related
Sep 6, 2013
I would like to make a form that updates / creates custom properties for ALL parts in an assembly so that i dint have to go through them one by one.
Is there any sample code anywhere or a good code resource?
View 1 Replies
View Related
Apr 12, 2012
Inventor 2012.how would I input the total quantity of doors in the .iam in order to update the Parts List quantity column? I have a lot of user inputs in the .iam file set up to change width, height, etc that are based off of Parameters in the .iam, but I don't know how the user can enter assembly quantities in order to get the Parts List to update the Quantity column correctly?
I have attempted using custom iProperties but how to get it to display based off a user input Parameter.
View 3 Replies
View Related
May 28, 2013
So I have been working on this assembly for quite a while and now Inventor 2013 doesn't let me edit my component on the fly from the assembly space like before. (the Edit button appears dim as shown below)
I am (unfortunately) running the soft on XP and it's running out of memory quite often. I was wondering if it was possible that Inventor blocks the user from using functions that could lead to a potential crash.
Windows 7 Ultimate 64-bit SP1
Intel Core i7-4930MX CPU @ 3.00GHz
32.0GB Dual-Channel DDR3 @1600MHz
NVIDIA GeForce GTX 780M 4GB Ram
240GB SSD/500GB HDD
Autodesk Product Design Suite Premium 2014
View 9 Replies
View Related
Dec 1, 2011
Im using Inventor 2011. I mirrored an assembly contained 3 smaller assembly (each assembly had 6-7 parts).
I want to edit some parts in the new mirrored assembly, but I cant.
How can I edit the mirrored parts?
View 1 Replies
View Related
Oct 14, 2011
I have a large assembly model made of many different parts. The last thing I want to do is "paint" it so I can make a drawing showing the different colors being used. My plan is to take the entire assembly and insert it into another assembly then just change the parts to the specific colors. I was wondering if there was a way to change the colors on multiple parts at once. Right now I right click the part go to iproperties and then go to occurence and choose the specific color. I know from using Solidworks that it works the opposite you click the color first and then all the parts that you want to be that color. It works out a lot quicker. If I select multiple parts the occurence tab in the properties is greyed out.
View 4 Replies
View Related
Apr 4, 2013
[URL]
I'm trying to move a bunch of unconstrained parts in an assembly. I want them to stay the same distance relative to each other so I want to move them all at once as a whole group. As the above thread states, when I use CTRL + left mouse button and select the desired parts, only one of the parts will move.
View 3 Replies
View Related
Dec 17, 2003
In an assembly with unconstrained parts, if you select multiple parts and drag the parts, only the first selected part moves.Is this just me?
View 3 Replies
View Related
Feb 15, 2013
My issue is we have Universal assemblies that never change. These assemblies are thousands of parts. (hardware gaskets other random assemblies.) this top level universal assembly never changes.
to increase time in layouts. we would like to create these universal assemblies into 1 sold part.
Is there a was to export an assembly into a single solid part.
View 1 Replies
View Related
Oct 9, 2013
I have used Inventor for quite a while but never for much more than the odd 3D model.
I have recently created templates that allow me to use Inventor to create detailed fabrication drawings rather than relying on AutoCAD. But I have run across a question with regards to the BOM. Let me try and explain my issue.
I currently create assemblies for fabricated items. However, in the complete (or top level assembly) there may be multiple fabricated items (assemblies required). At the moment I create the BOM and manually edit the quantities required to reflect the number of assemblies (and resulting parts) that are required.
In my assembly file I created a parameter called "AssemNo" which is meant to reflect the number of assemblies required. In my part files I created a parameter called "AssemQty". I would insert the following iLogic code for each part in the assembly:
quantity - This.BOM.CalculateQuantity("Model Data", "PartNumber")*AssemNo
Parameter("Part Name:1", "AssemQty") = quantity
This works but it requires me to create that line of code for every part in my assembly. I know an iLogic code can be created to search an assembly and change parameters of all parts (see below as an example to copy Occurence name to iProperties >
' set a reference to the assembly component definintion.
' This assumes an assembly document is open.
Dim oAsmCompDef As AssemblyComponentDefinition
oAsmCompDef = ThisApplication.ActiveDocument.ComponentDefinition
'Iterate through all of the occurrences
Dim oOccurrence As ComponentOccurrence
For Each oOccurrence In oAsmCompDef.Occurrences
Dim oName As String
oName = oOccurrence.Name
iProperties.Value(oOccurrence.Name, "Project", "Part Number") = oName
MessageBox.Show(oOccurrence.Name, "iLogic")
Next
Can the two be combined?
View 3 Replies
View Related
Dec 4, 2007
I have an assembly drawing .IDW with more than 50 instances of an O-ring (same ipt.). Is it possible to edit the hatching of the O-ring and all 50 will update without having to edit each individually. ?
Inv 2008 sp1
View 9 Replies
View Related
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
Jul 10, 2012
I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?
View 2 Replies
View Related
Oct 30, 2012
it is possible to make a constraint that utilized a parameter of a part within the assembly.
For example, if I wanted to use the thickness of a plate, which I defined in the part, could I call that parameter in a constraint?
View 1 Replies
View Related
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
Nov 28, 2011
Can I select a bunch of parts in an assembly and say "save these pieces as a new assembly"?
It is just such a needed tool but I cant find an easy way to accomplish this.
View 2 Replies
View Related
Apr 9, 2010
We use decals on some of our parts, but every time someone opens a part or an assembly with one of these parts, it wants to be updated. This only happens with parts that have decals on them. We use Vault and the constant updating of these parts is a pain, considering these parts have not been changed...
the .bmp is in the project workspace and vaulted. The link shows as resolved... MS Paint is the default editor...so what needs to be updated? Is there any way to tell what it wants to update?
After checking it out and updating only the .ipt is modified the .bmp that resides in the 3rd Party folder is unchanged. What am I missing?
IV 2010_Vault 2010
Windows XP Pro SP2
2.00 GB RAM
NVidia Quadro FX 4000SDI
View 9 Replies
View Related
May 6, 2013
what is the procedure for linking ILOGIC rules? There has to be some way, either they are both called from a VBA or VB.NET program.
i want to update parameters in an assembly, then write out the updated IDW to a DWG and/or PDF, then update the parameters, write out etc.
I have both the Rule working in the IAM and the Rule working in the IAM, i just want to call them sequentially.
View 2 Replies
View Related
Jul 12, 2012
I double click to update my parts list, when I select apply or ok, the updates do not happen.
I have to close Inventor and re-open to see the changes.
Windows 7 64-bit
Autodesk Design Suite Premium 2013
View 5 Replies
View Related
Feb 15, 2013
About Substitute Shrink wrap parts, it doesn't automatic update when I use UPDATE or even REBUILD ALL inside the LOD with it, even if I don't break the link with the assembly it doesn't update, so I have to go in each assembly with Substitute parts ( with are many in huge projects) and then verify with "Check for updates" in the correct LOD (which in some cases are more than one per assembly). Is there a way to update them direct from the main assembly with rebuild all or something like that ?
View 1 Replies
View Related
Aug 21, 2012
I have some parts published in the Content Center. I need to modify a dimension on some parts. I can edit the family table and modify it. The new dimensions are right. But if I open an assembly which use older versions of the modified parts, when I try to update the Content Center parts, Inventor says all standard parts are up to date. When I insert the modified from the CC, I obtain the old version.
I don't have local versions of the part.
If I insert the part with option "Update standard parts when insert", I have the old version too.
I have already made these modification on other parts with no problem, what is wrong with this part ?
I use Inventor 2010 SP4.
View 7 Replies
View Related
Apr 10, 2012
Using Inventor 2012. I have created a parts list in my .idw that is tied to a .iam Assembly file. In the .iam file I have two instances of the assembly, where one hides certain parts, the other hides others. I can manually tell the parts list which instance I want it to read (see attached image), however, is there a way to have it update automatically? I.e. when I go in to my .iam file and activate one or the other, save the file, then the parts list will auto update itself to include the correct items? Everything else from part names to iProperties auto update in the list, so I'm curious if it can read the correct assembly instance.
View 4 Replies
View Related
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
Jul 26, 2012
I am working on an assembly with subassemblies totaling over 400+ parts. I have been renaming a bunch of the files, then opening the assembly and updating the part associasions. Most parts changed their name to the respective file name, while others have not (within the assembly). When I open the actual part, the proper part name shows up, but within the assmeblies the original name shows. I went into iproperties and the occurences tab; the proper name is shown. The proper part names show up within design assistant as well (via right clicking on assembly file).
How can I have the part names within the assemblies update to the proper names?
View 7 Replies
View Related
Dec 2, 2013
I am trying to assembled these 2 parts but the elbow gives no options..how can i constrain the elbow to the straight pipe?
View 7 Replies
View Related
Mar 7, 2012
How could I rename a hole assembly and all parts (pre- or suffix)?
View 2 Replies
View Related
Nov 20, 2011
I am designing a component whose internal mechanism is housed in a plastic shell. I want to use the boss feature in the shell so I can hold together the components internally, but the boss feature is only available in the part workspace, but in order for me to know where the internal components are so I can design my shell accurately, I have to be in the assembly workspace.
Now, if I opened the shell as a part alone, and imported (through the Derive command) the parts that need to be fit into the shell, they will appear at random positions, and because you cannot create constraints in the Part Workspace, I have no effective way of holding them where they should go.
View 2 Replies
View Related
Sep 4, 2013
I have a question about getting CoG of my assembly. The only problem is that i only need 2 parts (the rest are just dummy solids with 'default material'.
When i control select two parts, right click and go 'iproperties' - the physical tab doesn't let me determine CoG of the two parts combined.
View 3 Replies
View Related
Mar 15, 2012
I have 4 columns in BOM that I call out in Parts Lists on my drawings.
I need to be able to organize parts in my assembly somehow and to be able to display if needed (on Parts List) only parts belonging to one category (level?).
I could do it by creating another custom iproperty in a part template and each part would belong to a particular group. Then I could sort them in BOM in .iam environment and have particular category visible on Parts List with the other categories with visibility turned off.
View 9 Replies
View Related
May 11, 2012
I'm working on a small Assy (25 parts). When I open one of the parts from this Assy and work on it then go back to the Assy many parts are not visible. The update button is usually off so I can't use it.
This started only about 2-3 weeks ago - in every assy. I changed the nvidia driver but didn't work.
Inventor pro 2012
Win 7 Pro. sp1 64 bit
Intel Core I7-2600 CPU
Ram - 8GB
Quadro 2000 D
Nvidia 275.89 (tested nvidia 296.70 with no luck)
View 4 Replies
View Related