AutoCAD Inventor :: Create A Subassembly Of Separate Parts In A Major Assembly
Apr 29, 2013
I have 5 separate .ipt's that were created within a major assembly. Is it possible to generate a subassembly of those 5 separate .ipt's within the major assembly keeping all the constraints?
OR
Do I have to start a separate .iam file and import each .ipt and regenerate the complicated constraints all over again?
View 5 Replies
ADVERTISEMENT
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
Feb 4, 2013
We have an issue regarding Parts Lists. We currently produce a 'master parts list drawing' for the jobs we produce. This drawing has 2 rolled up parts list on it -
1 - purchased parts - so buying can order all the required parts in one go.
2 - manufactured parts - so production know which and how many parts to make.
Both of these can be setup in Inventor (using filters) so they display only the correct parts from the BOM. However, neither of these show assembly / subassembly files (and consequently drawings). Is there any way of creating a parts list that can show assembly files only?
View 1 Replies
View Related
Jun 27, 2012
how to create a simulation of a part in a sub-assembly of the assembled design?
I manage to move only the parts in the assembly. However, I can't move the parts in a sub-assembly of the assembled design.
View 1 Replies
View Related
Sep 21, 2012
I want to import a component consisting of about 50 different parts into an assembly that is about 300 different parts.
When I "place as component" into the assembly it imports into the assembly fine as a component.
When I make an exploded view I can split the component into seperate parts but when I make an .idw file the parts list just shows the component as one part number.
I would like to the .idw to show all of the parts that are in the component separately.
Is there some kind of expansion menu or do I have to re-make the component in the assembly file?
View 4 Replies
View Related
Jan 3, 2014
I created a general assembly (GA) and placed several parts and assemblies. After I realized there are too many parts and assemblies in the GA to reasonably place on a drawing. Now I want to remove some parts and create sub-assemblies. Is there an easy proceedure to select some parts in the GA and insert them into a new sub-assembly and (hopefully) keep the constraints intact?
View 2 Replies
View Related
Jan 7, 2014
I create an IDW view of a subassembly by inserting the parent assembly, make it a non-associative view, then turn off visibility of unwanted subassemblies. When later working in the model and adding a part to one of the non-visable sub-assemblies, that part becomes visable in the IDW views in which the subassembly was non-visable, requiting me to edit all veiws in which the subassembly was non-visible. This can be quite a number of instances. Is there a way to prevent this?
I may have a more fundamental workflow problem: I create assemblies composed of subassemblies that need to be detailed sperately. I have found that in order to correctly create a structured BOM and to have the ballon lables to correspond to the structured BOM, I create the drawing views as described above. If I would just insert the subassembly to detail it, I don't understand how to get it to relate the balloon labels in the subassembly view to my master BOM.
View 6 Replies
View Related
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
Oct 31, 2013
When creating a new part in an assembly and I select a face of an existing component, how does Inventor determine the orientation and origin of that new part? I understand how Inventor works when I select the plane/origin of a part or pick out in space in the assembly.But the placement based on the face of an existing component seems random..
I normally do not like creating parts inside of an assembly but I was trying some new workflows.
View 3 Replies
View Related
Jun 24, 2013
I am trying to create a loft to shaped a back cushion and then send the loft to all parts. But I do not see Loft as an option under assembly level.
View 5 Replies
View Related
Sep 27, 2013
(in Inventor Pro 2014,64 bit):
I've made an stairs assembly that contains adaptive parts that are all controlled by the assembly parameters.
Here is my assembly and the controlling parameters. The stringers on the side are made with the frame generator and use the "extend" feature to get the appropriate length, as driven by the parameters. The reason I used frame generator is so that I can easily change sizes of the stringers down the road, if needed. I chose to make the parts associative so I could control all of the parameters from within the assembly instead of opening each part separately.
My goal now is to be able to use this assembly (or something similar) as a template to create new sets of stairs, all to be placed in the same main assembly.
I attempted to duplicate all of the parts (append a "2" at the end of each file name and replace components in the new set of stairs with the 2nd version) but ran into problems with the two stringers. I can't figure out what to do to get the Frame00001 and Skeleton00001 to reassociate to Frame00002 and Skeleton00002. So any time I change my slope, the original stairs will end up trying to copy the new stringers instead of keeping the old ones.
how can I make this assembly reference a new frame, and secondly?
View 2 Replies
View Related
Feb 8, 2010
From a VB.Net program, I'm trying to create a dimension on a drawing document between two parts in an assembly. I can get the parts using component occurrence. The line marked below throws the following error: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)).
As you may see, I have allocated memory for both "Edge" and "Face" (Dim oEdge1 As Face) albeit one is commented out. Attached is the screen shots from the attribute helper add-in. In it, you will notice that the attributes are of type: "Face".
Public Sub CreateDrawingDimension(ByVal Part1 As String, ByVal Part2 As String, ByVal AttName1 As String, ByVal AttName2 As String)
' Get the Active Drawing document
Dim oDrawDoc As Inventor.DrawingDocument
oDrawDoc = invApp.ActiveDocument
[code]........
View 2 Replies
View Related
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
Nov 15, 2013
I have a frame generator assembly that I created to take advantage of the frame analysis tools. This assembly was later broken down into the main fabricated assemblies (for drawing purposes) using the "demote frame generator component" tools. The basic question is this: can I take one of the "demoted" sub-assemblies and move it to another assembly file all-together?
best way to move the four legs from the platform assembly to the tank assembly after the fact? I was thinking I would just place the leg sub-assembly into the tank assembly and then delete it out of the platform one but I'm not sure of the ramifications.
Inventor Professional 2013 (SP-2.3), Product Design Suite Ultimate
Desktop: Intel Core i7 3.4GHz, 16.0 GB RAM, Windows 7 Ultimate SP-1, 64-bit OS, (2) GeForce GTX 580 (331.81), Space Pilot Pro (3.16.1)
Laptop: Intel Core i7 3.9GHz, 16.0 GB RAM, Windows 7 Pro SP-1, 64-bit OS, GeForce GTX 780 (331.81), SpaceNavigator (3.17.7)
View 2 Replies
View Related
Oct 4, 2011
I am working on a project which uses two gear reducers. I have built the gear reducer and saved it as an assembly file so to import it to the assembly of the project. When i import the reducer assembly into the project assembly, the reducer is shown as a single piece, not as a mechanism which i can interact with. But if i select, by doubleclicking, the reducer, it becomes active again. The problem is that i want to connect the reducer to another gear assembly and watch it interact.
View 7 Replies
View Related
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
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
Oct 3, 2012
Is there a way to run a rule which is part of a sub assembly from the parent assembly?
I have a parent skeleton assembly containing many icopy assemblies. These subassemblies are based of one master assembly which in turn has a common part. (hence why I am using the icopy feature)
This standard part has an ilogic rule which varries the number of creases in a wall panel. eg. when the panel is 1200 wide there are 2 creases, when the panel is under 800 wide there is one crease and when the panel is less than 600 wide then there are no creases.
When I insert the icopy assembly into the master skeleton assembly and click select the widths of the panels they stretch and change to suit my skeleton. However I am having to visit each copied panel to run the crease rule.
Is there an operation or some sort of trigger I can implement to make this rule run as soon as the sub assembly is inserted?
Inventor 2010 Pro SP4, Vault Collaboration 2010
HP Z820 Xeon E5-2643 0 @ 3.3Ghz 16.0GB RAM
Nvidia Quadro 5000
View 9 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
Jan 4, 2012
I have an assembly with multiple instances of a subassembly. I'd like to remove the subassembly and place the subassembly components (i.e. multiple instances) in the main assembly. When complete, the top assembly would have multiple instances of all the subassembly components.
Component promote seems like the right way to do this. So, I selected an instance of one of the subassemblies components and promoted it. That component was promoted, removing it from the subassembly as placing it in my top level assembly.
However, all the other instances of that component disappear (which makes sense since that component is no longer in the subassembly). Unfortunately, this means I have to assemble and constrain all the other instances that disappeared.
View 3 Replies
View Related
Nov 24, 2011
I have an Assembly2 in Assembly1. I'd like to insert Assembly2 to Assembly 3 without losing any constraints or adaptive feature to Assembly1, while Assembly2 replaced with Assembly3.
Assembly1.iam
- Assembly2.iam
+ Part1
+ Part2
This is what I want:
Assembly1.iam
- Assembly3.iam
- Assembly2.iam
+ Part1
+ Part2
But Assembly2 shouldn't lose any constraints to Assembly1.
Software: Inventor Series 2011 SP1 x64
OS: Vista Business x64
CPU: E6400
RAM: 2*2Gb GeIL
VGA: Quadro FX 550
View 2 Replies
View Related
Jul 22, 2013
I have 4 different sub assemblies , each with a common part , I need to line up all these common parts in my main assembly.
View 5 Replies
View Related
Nov 19, 2012
How can i use a level of detail from sub assembly in the main assembly?
View 2 Replies
View Related
Jan 29, 2013
To simplify lets say I have a square plate, vertically positioned. I have a square tube that I wish to cantilever off the plate and weld into place horizontally. EVERY time I bring that square tube in (lets say its a subassembly of its own rather than a part), it is precisely 1 inch below the top of the plate and 1 in in from the left edge.
make that happen where maybe I bring the part in and click on the two faces, it knows the other two contraints?
View 5 Replies
View Related
Aug 3, 2013
I have an assembly (A) that has a subassembly (B) that has a pattern of subassemblies (C's) that consist of many parts (D, E, F, G & H). The parts (DEFGH) are steel and have their own drawings. They do and should look like steel.
They are welded together as an assembly (C). This will be painted bright yellow. I wish to assign a yellow appearance to the subassembly, not affecting the parts. Last, when I open the upper assemblies (A or B), I expect C to have the painted color. I cannot make this work in Inventor 2013.
I can assign appearances to parts DEFGH. No error there. I can NOT assign appearances to assemblies (C). The only thing I see in the Appearance box is "Favourites" and "Inventor Material Library".
I can individuall select and highlight parts DEFGH inside the assembly C and assign an appearance to them. Sort of a work-around, but...
...this is not carried through to upper assemblies (A or B). If I just open them, all items are steel-colored, not yellow. If choose to edit one of the patterned C's inside B, only that instance is colored. None of the others in the pattern.
I must thus expand every instance in the pattern and highlight every part and set an appearance. But this is still not carried through to A. Or any of several other assemblies that also contain B.
Thus, if I want a persistent coloring, I either have to "paint" the individual parts, or I will have to scour up each and every assembly and "paint" every part inside them.
Is there really no way to assign an appearance to an assembly and have it carried through automatically to all assemblies that contain it? Like in every other solid modeler I have ever used?
View 3 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
Nov 17, 2011
I have a rule in the top assembly to update & want to run this as a final 'clean up' after various rules have run in sub assembly parts.
I have a rule within a part at the end of the line. I want this rule to goto the top assembly & run the 'Update' rule.
View 4 Replies
View Related
Apr 4, 2012
attached is a basic IV2012 part made as 1.....can i separate the 2 features and make 2 independant parts from the single part?
If yes can i then use these separate parts and place in assemblies?
View 3 Replies
View Related
Oct 12, 2011
I have an IGES file that, when opened in Inventor, comes in as a single part. In the model tree of the part are 126 Solid Bodies, each with a "Base" in it. The parts are all solids, or appear to be. Is there a way to open this file so Inventor makes each "Body" a separate .ipt file, and the IGES file a .iam file (as it can with a .stp file)? I can't attach the file, as it's 36+Mb....
View 3 Replies
View Related
Jan 9, 2012
How do you separate two objects that are considered to be the same body.
I have an car airbox made up of two separate solid objects. How can I separate them? see the attached image for a better understanding of my situation.
View 9 Replies
View Related