AutoCAD Inventor :: Changing Properties Of Parts List On Existing Drawing
Jun 1, 2012
Is it possible to change a Parts Only parts list on a drawing into a Structured parts list? When a new parts list is created and you select the view it automatically chooses parts and greys out, preventing you from actually changing it manually. Is it possible to get around this without having to start a new drawing?
Inventor 2011
View 1 Replies
ADVERTISEMENT
Aug 30, 2013
I need to create a column in a partslist that reads IDENTIFYING NO. instead of the factory PART NUMBER title. When i create the new property in the column chooser dialog box how do i get inventor to pull the PART NUMBER from iprops over to the IDENTIFYING NO. column.
View 4 Replies
View Related
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
Oct 30, 2012
I am trying to generate a parts list that will contain a stock number from the BOM.
When I go to customize my parts list I cannot add a stock number as it's not on the list of properties available.
Is there any chance to add other properties? (i am aware that I can add a custom property but it won't be linked to my BOM.
View 2 Replies
View Related
Dec 8, 2011
how Inventor Materials are used in your companies, what is your customization level and usage level.Do you use Inventor Materials as they come out of the box ?Do you create your own materials?
Do you modify the properties of existing Inventor materials without changing the material name?Do you show material names on 2D drawings (in parts list etc)?
View 7 Replies
View Related
Aug 10, 2012
I have a drawing with views and I made a parts list from the main view to be structured. Is there a way to create another parts list with different options or delete it and create a different one? If I do delete it and create a new one the options are greyed out. Is there a way to delete this or change it?
Dell t1500 i7 8 gb ram
Windows 7 64 bit
ati firepro v4800
View 3 Replies
View Related
Aug 22, 2012
Any way to make the drawing "sheet number", on which a "part" or "assembly" detail appears, show up in the "parts list"/"bom"?
I need to automate that information in order to prevent errors during revisions, and for company purposes.
IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit
View 7 Replies
View Related
Jun 21, 2011
I am creating a template for our title block. We normally will have multiple assembly called out on one drawing. So I created a parts list without headings and built the headings into the title block. The first parts list I enter will anchor to my border, but when i enter the second parts list, it will not anchor to my previous parts list like I would like.
View 1 Replies
View Related
Feb 15, 2011
Let's say I have two independent drawings one with a single part and 1 with an assembly + parts list containing the single part.
So I would like to have an item note on the drawing sheet with the single part referring to the assy drawing, part number & Quantity for this item in the parts list.
View 5 Replies
View Related
Mar 7, 2012
I have an assembly that is identical to another assembly with the exception of 2 or 3 components. I want to create 2 different configurations of the assembly, e.g. 12345-009 for the original assy and 12345-019 for the similar assy that has a couple of different components and/or additional components. I can create the -009 assembly and then do a "Save As" for the -019 assy and do a "Component/Replace" and add (or delete) other components.
I want both of these assemblies to be on the same drawing with a base number of 12345. I know I can do this and create a separate parts list (BOM) for each configuration and put it on the drawing. Is there a way to "merge" the two PLs so that there is a quantity column for each configuration (-009 and -019)? For example, if the same gear is used in both assemblies, I want a quantity of 1 in each column. If a component is used in one but not the other, i want only the quantity to show up in the appropriate configuration column.
I am using Inventor 2011.
View 1 Replies
View Related
Sep 15, 2011
We are using Inventor 2011.
Inventor adds extra spaces to the parts list filenames when they wrap.
The space is added just before the break.
We access the parts list in several VBA programs. Mainly to get the line Item number.
With the Filename corrupted with random space characters I cannot tie the document to the item number in code.
Is there a way to get the true fully pathed document name from a parts list Line item instead of the flakey filename that is displayed?
View 1 Replies
View Related
Jan 31, 2012
I have some hardware in my parts list drawings that has a substitute for each other. So you can use one of either item in the list. Per the ASME guidelines, those two parts share the same item number in the parts list. So my question is there any way to tell those two parts they are substitute from each other and they come into the parts list sharing that same item number. Right now i'm manually changing that item number in the parts list. But if you try to re-order those parts it's a nightmare cause it's still treating that other item as a seperate entity.
View 1 Replies
View Related
Mar 13, 2013
I'm trying to make a few assemblies inseparable for a parts list in a Drawing, but I can't seem to make it work.
I know I have to do this in the Bill of Materials menu, but for some reason the part I want to make inseparable is greyed out whiles the one that is just one part isn't.
My only option right now is to make it a weldment which works but not ideal, because now the material isn't correct.
I'm trying this on the 099.03.00.097 assembly in the picture.
View 1 Replies
View Related
Nov 4, 2013
I want to create a rule with CommandManager.pick who see the name of assembly and send a custom ipropertie to all parts of this assembly view in drawing, this is my none finish rule.
Dim doc = ThisApplication.ActiveDocument
Dim entity = ThisApplication.CommandManager.Pick(
SelectionFilterEnum.kDrawingViewFilter,
"SÉLECTIONNE UNE VUE")
modelName = IO.Path.GetFileName(ActiveSheet.View(entity.Name).ModelDocument.FullFileName)
PART = Left(modelName, 11)
EXT = Right(modelName, 3)
FIRST = Left(modelName, 3)
[code]....
I have the rule "SEND TO PARTS" in my assembly but i have this error message
MEMBER NOT FOUND. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
View 8 Replies
View Related
Nov 27, 2012
I have created an assembly that has a parts list, and in this parts list I have up to 100 mono detail drawings. I would like to know if there is a way to print all of these drawing from that list in a massive plot.
At my previous company we had something like this in AutoCAD where a script was created to look at the drawings and print all drawings mentioned in the assembly BOM and subsequent sub-assemblies, it worked beautifully.
I find that I have to print all drawings to paper or PDF individually.
View 7 Replies
View Related
Mar 7, 2012
pdf drawings are king at our company. When we creat a product, pdfs (and sometimes stp files) are generated and placed in folders organized numerically by part number.
Our challenge is that finding all the current pdfs for an assembly is not automated. Thus, to get all the current drawing pdfs, someone has to open up the top level pdf, read all the part numbers, go get/print the pdfs of the parts, subassemblies, subassembly parts, etc. This is time consuming and error prone and getting worse as the number of parts we always increasing.
I'd like to automate the process. I'm thinking about a program/script that: Extract parts list from pdf of Inventor assembly drawingCopy pdf of individual parts/subassemblies to a directoryMerge all pdf for that assembly into single pdf.
INV 2013
View 4 Replies
View Related
Nov 19, 2011
I'm using Autodesk Inventor 2012 SP1 64 Bit on a Windows 7 machine without vault.
I seem to be missing something. I cannot get the parts list in assembly drawing to fill the part number column. See the image below.
The BOM has the part number field filled out as shown below. Is there someway that I need to map the iProperty to the part number column in parts list?
View 6 Replies
View Related
Mar 1, 2013
In our “Parts list” (or BOM as we call it) on our .idw’s we have field for “LENGTH”. For example, we use round tubing. We would list the cut length of that piece of tube in the “LENGTH” column. As it stands now, we add “LENGTH” as a custom iproperty in the .ipt. Then in the drawing we add that property to the parts list to capture the length. This works fine, but I’m wondering if we can eliminate some steps by capturing the actual dimension from the sketch to automatically populate the “LENGTH” value. Needless to say, this would eliminate room for error (less typing) and will update the value automatically if length is changed or if the part is copied. I suppose the same would apply for “WIDTH” on sheet metal parts... How do I do this?
View 9 Replies
View Related
Jan 7, 2013
I am using C3D 2012. I have a pipe network catalog located on our office network server. I have a pipe size shown as 15" that is incorrect, it should read and label the pipe as 16" (see attached image). I don't know a lot of the workings how to edit this from 15 to 16 inch and what I need to do to get it correct for the other C3D users in the office.
View 1 Replies
View Related
Feb 16, 2012
I have two problems. I want to change the text size, font, and color to be consistent with my office standards. However I can not find where the Sheet List Style is stored or edited. Which brings me to the second issue, the HELP in Exchange is bogus. Like MANY of the help entries, it refers to incorrectly named or non existent features and commands. In this case it says to "Select the sheet list in the drawing, right-click, and click Edit Sheet List Table Settings." which would be fine, except there is no option in the right click menu named "Edit Sheet List Table Settings".
Clicking on the Manage tab on the ribbon and selecting style Manager, the selecting Documentation objects, then schedule table styles, yeilds...nothing. How can I edit something that has no options?
Hiding the style manager so that all you get when you click on help is a ding that tells you there is a command open, but does not bring the command window to the fore.
View 2 Replies
View Related
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
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
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
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
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
Sep 22, 2011
I have a .idw that I'm trying to make a parts list on. I select parts list and highlight everything. There are two screws that are not showing up on the parts list. I cannot select them manually either. It's acting like they are not there. Even if I do a complete parts list (adding the assemblies parts into one big list), they still don't show up.
How can I select these parts? What is wrong with them that they do not show up in the parts list?
View 2 Replies
View Related
Nov 30, 2011
I have a drawing at AutoCad and i want to change its coordinate like that
X'= X
Y'= -Z
Z'= Y
I know how to do it with the points (export their coordinates in a text and then transform the text and then import again at an Autocad) . But thus i loose all the line, arcs, etc .
View 3 Replies
View Related
Apr 4, 2012
I have a venue drawing that is in mm and I need to convert it to ft/inch so I can update and get dimensions from it. Can this be done so when I change the format in drawing units it will update the drawing units?
Current settings.
Drawing units
Length:
Type - Decimal
Percisin - 0
Angle:
Type - Decimal Degrees
Precision - 0
Insertion Scale:
Unitless
View 4 Replies
View Related
Jun 3, 2011
I am looking for a way to use the .dwg file properties of a drawing to generate an updateable drawing list/register. One that will update automatically as the file properties are updated. I have already created a title block that uses text fields to display custom properties of the file on my title block, such as the job no., drawing no. etc.
I have searched the web for answers, came across this site, joined and searched through it... There are a number of threads that 'sorta' deal with my needs but alway tend to digress more towards the "poster's" needs and away from mine. I noticed that they all talk about Lisp Routines and I have no knowledge of using them. Is that the only way to go or can I use another route? Another one was the Sheet Set Manager but I don't think that this is exactly what I am looking for...
View 1 Replies
View Related
Aug 15, 2012
I am having an issue with a drawing I have been workign on in Civil 3D. In the drawing I have a corridor and many section views thereof. I was performing some section edits and had been working with two model space viewports so I could keep track of the alignment while performing the edits. When I exitd the section editor, one of my two viewports remained aligned to the section of my corridor, though the view had returned to basic model space. When I switched back to a single viewport, I was left with the one oriented to a section view as opposed to my plan viewport. I reoriented the view to TOP only to find that that most of the drawing, at least visually, is missing. A small portion of my corridor is visible, but appears to have been mostly eaten by some digital goblin.
Similarly, only parts of the overlay I had behind the corridor are visible. I can x-ref the drawing into another drawing and everything is visible. I can copy and paste anything I can manage to select in my drawing into another drawing, where it is also fully visible. I have a couple of profile views who are missing entirely, save their axis and band contents, which I can still see. If i rotate the view one way or another, the amount of visible information changes, but I can't get everything back.
View 3 Replies
View Related
May 11, 2012
It seems like most people output the whole BOM. I only want to data in the Part Number column, preferably as a list of strings.
Here's what I have so far:
foreach (Sheet oSheet2 in aDoc.Sheets){ for (int i = 1; i < (oSheet2.PartsLists.Count+1); i++) { var oPartsList = oSheet2.PartsLists[i]; for(int k = 1; k < oPartsList.PartsListColumns.Count+1; k++) { if (oPartsList.PartsListColumns[k].Title.Equals("PART NUMBER")) { //what goes here??? } } }}
View 1 Replies
View Related