AutoCAD Inventor :: Subassemblies And Weights In Idws
Aug 14, 2013
I am working on a new concept design for one of our customers. A critical design parameter is the weight of each of several sub-assemblies.
I have an idw of the top level assembly where I have added Parts Lists of each of the critical subs to show the weight of the components used in each sub assembly. I would like to add a line at the bottom of each Parts List that shows the total weight of that sub assembly. I would also like the header of the Parts List to display the Part Number (from the sub assembly iprops).
Is there a way to get why I want from IV? I am currently using IV 2012. I have attached a .pdf mockup of what I want.
View 3 Replies
ADVERTISEMENT
Dec 5, 2012
Is there a way to dimension chamfers like in the second pic below so that the values update. You can do a linear dimension and then alter the text and try and find that dimension in the list, but the chamfer tool works well with two clicks but you only get it with a leader. I would like the same function but with a linear dimension sometimes. It would be good if you could choose it. 45° is probably not a really good example, but the leader version is not always so clear.
View 1 Replies
View Related
Jun 19, 2013
I've inserted <CREATION DATE> into the custom title blocks I normally use for drawings. It displays the date without preceding zeros (example: June 18, 2013 is displayed as "6/18/2013" instead of "06/18/2013"). How can I change this?
View 2 Replies
View Related
Sep 13, 2012
what is the best workflow to ensure that i am printing the most latest idw without opening the idw one by one?
View 4 Replies
View Related
Apr 10, 2013
I'm aware this has been raised before, see [URL] however this was way back in 2004. Surely there must be a solution by now!
View 1 Replies
View Related
May 14, 2012
When working in detail drawings inventor progessivly gets slower, the more information on the drawing, the worse it gets.I was watching the task manager, For ANY command, the 1st core runs at 100% for up to 30 seconds, while this is happening, Inventor is dead.
EG, add a revision row, delete a symbol, zoom in or out, pan, add a dimension, move a leader etc.for each command/move takes 10 to 30 seconds to get control, it took me 45 minutes, to add a revision row and print 15 drawings this morning.
View 9 Replies
View Related
Apr 26, 2012
we have simple assemblies with bolted weldments and few misc. parts. most assemblies are 3-20 parts a typical project would have:
-a few laser cut parts, some plastic and hardware. these items need to have part drawings sent to a vendor.
-some in house cretaed parts that need a drawing
-assembly drawing for our shop
i think i am seeing that by having one single IDW its getting hard to send all the drawings to the people that need them. an example would be if a vendor calls about one part, i may send him a 4 page PDF and tell him to look on sheet 2.the other issue that i have is that my standard work flow is:
-design a product
-hand of to another dept for them to enter SKU numbers for parts and assemblies.
so my file names never match what the final product name is. i have been using fields in the iPROP, but it would be nice to revise file names when SKUs are created. im guessing vault would be the tool for something like that?
View 3 Replies
View Related
Mar 15, 2012
To increase the speed of production, I like to generate idws of flat patterns from assembly. The following iLogic rule work fine inside a metal sheet (I had to create flat pattern before run this rule).
Imports Inventor.ViewOrientationTypeEnumImports Inventor.DrawingViewStyleEnumDim oDrawingDoc As DrawingDocumentDim oPartDoc As DocumentDim oSheet As sheetDim oTG As TransientGeometryDim oView1 As DrawingViewDim oOptions As NameValueMapoPartDoc
[Code] ........
But from an assembly there are some problem ( firstable I'm not an expert of vba and ilogic)
Imports Inventor.ViewOrientationTypeEnumImports Inventor.DrawingViewStyleEnumfmgr = ThisApplication.FilemanagerFor Each file In fmgr.filesdoc = ThisApplication.Documents.ItemByName (file.fullfileName)compdef = doc.ComponentDefinition' For each assembly or subassembly'If (doc.documenttype = 12291) Then For Each occ In compdef.Occurrences' For sheet metal or part
[Code] ........
View 1 Replies
View Related
Sep 9, 2013
How can i create a detail identification balloon in the idw's that prompt the user for the detail number and reference? Up to now we have been using sketched symbols balloon but are required to add the text manually as a second step. Is it possible in Inventor to combine this like easily done in Autocad.
AutoCAD 2011
Inventor Simulation 2011
Vault Professional 2012
View 5 Replies
View Related
Feb 28, 2012
If i make a Inventor DWG and insert one Assembly with lets say 7 subassemblies i want to color the Edges differend color i the DWG ( by right clicking on the subassembly and properties).
This takes a lot of time especially when i have differend wievs to bloon all of the subassemblies, i have to open the assemblies in the three on by one and change the edge color.
View 2 Replies
View Related
Dec 9, 2011
Is there an easy way to copy an assembly that has sub-assemblies within it. Make changes to that assembly and some of its sub-assemblies and have no effect on the original.
View 2 Replies
View Related
Mar 14, 2012
Can i use frame generator and do subassembly using one of the member and still be able to stretch the frame?
will the subassembly stretch as well?
inventor 2011
vault 2012
View 1 Replies
View Related
Aug 29, 2013
I am trying to suppress part that are labeled as "Reference" on the BOM Strutcture and I can't get the program to cycle through the subassemblies. The following code runs through all the components on the top-level assembly but I can't get it to cycle through the subassemblies.
oCompDef = ThisDoc.Document.ComponentDefinitionoAssemblyComponents = oCompDef.OccurrencesDim oOccurrence As ComponentOccurrenceDim oSubOccurrence1 As ComponentOccurrenceFor Each oOccurrence In oAssemblyComponents If (oOccurrence.BOMStructure = BOMStructureEnum.kReferenceBOMStructure) Then Component.IsActive(oOccurrence.Name) = False Else Component.IsActive(oOccurrence.Name) = True End IfNext
View 9 Replies
View Related
May 2, 2013
I have an assembly which is made with a sub assembly. The sub assembly has iLogic code that both resizes it's parts and suppresses parts that arn't needed after a change in length.
View 5 Replies
View Related
Sep 17, 2012
I would like to insert 2 or more of the same subassemblies into an assembly, yet have each subassembly a different size.
When I do this currently when I change the parameter for one of the subassemblies all the subassemblies are changed.
View 1 Replies
View Related
Feb 12, 2012
For some reason when I use my Paint Skin weights tool, the mesh does not go into a grey scale type shader. Instead, the textured model is still displayed instead of the black and doesn't display weight values in the greyscale I'm used to.
Did I mess up settings somewhere? I know I'm in Paint Skin Weights tool because I can see the bones when it goes into Xray. I can open other scene files and can view the weights just fine.
Note: I have tried the following fixes: copied the mesh into a new scene, made sure it wasn't a subdiv shape.
I am using Maya 2010
View 2 Replies
View Related
Sep 25, 2011
The model I have been working on has been trying to change it's colour all day. Finally I had a crash 'graphics adapter stopped working' and when I re-opened the model it had gone all blue. The top level assembly is all blue but the subassemblies are the proper colours when you open them.
I'm updating my graphics driver which should maybe stop the problem re-ocurring but in the meantime I need to get my top level assembly to display as per the colours in the sub assemblies.
View 1 Replies
View Related
Aug 1, 2011
When i select my mesh and click paint weights i get this error:
// Error: file: D:/Program Files/Autodesk/Maya2012/scripts/others/skinClusterInflMenu.mel line 568: No object matches name: LeftLung.liw //
LeftLung is a joint and i figure liw is "Lock Influence Weights".
I can change settings in the tool and then go to paint and it is a red x through a red circle. When i click to paint it resets all settings in the tool and logs absolutely nothing to the script editor, even with Echo All Commands on.
This leads to the next problem, locking weights is doing nothing at all. Locking them by selecting the joint or using the component editor shows them as "on" but it does not actually lock in any way. Putting influence to any other joint will remove/change the influence on the locked joints.
View 9 Replies
View Related
Nov 2, 2012
I have an assembly consisting of both sub assemblies and individual parts.When I insert the bill, it is only showing me the parts and assy's needed to build the assembly.Is there a way to have it list the sub assemblies and then their lower level parts, with quantities?
View 2 Replies
View Related
Nov 8, 2013
I've got a machine designed that has a couple hundred parts - originally built as one main assembly (with a number of weldment subassmblies). The problem is that the BOM is too large to feasibly have on the drawing and still show assembly detail. I'm trying to avoid a multi-sheet configuration.
So I've grouped certain items and demoted into subassemblies. The problem is that all the subassemblies are attached to a main frame- and I'd like to show this frame in each of the subassemblies as a reference. Is there a way to add a "phantom" copy of the framework to each of the subassemblies to that it can be seen? (and the assembler can see how the subassembly is mounted on the frame) Otherwise all these parts are just floating in space on the subassembly (and constraints are lost on the subs).
I'd like to keep the frame on the top assembly, as it may be customized for future machines, while using the same subassemblies.
2014 Product Design Suite
W7Pro-64
Intel Xeon E5-1620 @ 3.60 GHz 16GB RAM
Dual 1GB NVIDIA Quadro K600 graphics
View 9 Replies
View Related
Dec 7, 2011
When we do DWG we may have more than one Assembly on one individual DWG. When going to put the weights on the DWG through the text/Physical Property insert yadayada it keeps referring back to the original assembly. Even after changing which component we want the info to be drawn from, it refers back to the original? Are we not doing this right? Program glitch?
View 3 Replies
View Related
Apr 5, 2013
It it possible to create a design spec table so that it can import the weight from the model and display it in both kg and lbs?
View 5 Replies
View Related
Oct 3, 2013
I have a FrameGen BOM setup as desired and added the column for Mass/lbmass to get the weight. However on those rows where there are multiples of the Item QTY (2 of this, 3 of that) the Mass shows just the weight of one item rather than the combined weight...which is what I want. I tried making a custom property call WEIGHT and entering an expression, but in that selection I do have mass but not Item QTY as a selection.
View 1 Replies
View Related
May 10, 2013
I just had Inventor 2010 reinstalled on a new workstation with Windows 7. On any new drawings my line weights are fine.
On any drawings created before the new install, the line weights are all the wrong thicknesses now when I open them on my machine. They used to be fine and to our company standard.
How do I get it to where my line weights are correct on all idw drawings.
View 3 Replies
View Related
Jun 20, 2012
My current code consists of a simple line to save my .idw that is produced as a .PDF.
_invApp.ActiveDocument.SaveAs(CurrentDirectory &"Submittal_Sheet_0" & drawing_count & ".pdf", True)
Within Inventor, if you select Export --> PDF, you can select an option that disregards the lineweights set in the drawing. How to set it up in VB to do that?
View 9 Replies
View Related
Nov 24, 2013
how to set the line weights in my idw to be thin? They seem to have changed to thick lines and it's a task to keep changing them through the layers etc
View 3 Replies
View Related
Aug 13, 2013
I'm doing a parts manual and would like to have a heavier perimeter line weight around each of my parts or sub assemblies. I know I can manually change the line weights however some lines that make up part of the perimeter also run into my part or assembly so this doesn't really work. Is there a way to get inventor to do it automatically?
I'm running inventor 2012, and generating a .dwg file from an .ipn.
View 9 Replies
View Related
Jun 21, 2012
What controls the line weight in idw drawings in Inventor 13? If I zoom in on a section the line gets wider as I zoom in until it looks like a pdf drawing. I don't have this issue with Inventor 12.
View 1 Replies
View Related
Jan 10, 2012
Is it possible to select a group of parts in an assembly and then see the weight of just these parts or the centre of gravity of the selected group?
View 7 Replies
View Related
May 20, 2012
Is there a way to increase the edge weights/color of a part/assembly?
To see what I mean I attached a screenshot of a simple cylinder with the view set to shading with edges. Yeah the edges are there, but I'd really like them to stand out more.
View 4 Replies
View Related
Jul 3, 2012
Currently I cannot print line weights with the "best fit" scale option selected.
Scale options of:
model 1:1 (w/o tiling) ,custom (above .7 scale), & current window all seem to scale the lineweight correctly. But the output is not limited to the sheet edges
IDW line weights display correctly within Inventor (2013) drawing environment
The behavior is the same across all printers on my system, including PDF & from the "export to PDF" option.
It seems any scale value smaller than .7 will zap the line weights from the preview as well as the hardcopy
View 6 Replies
View Related