AutoCAD Inventor :: BOM Column Customization?

Oct 4, 2012

Is there a way to customize the BOM columns so that Inventor remembers which columns I need?  I know that I can add in the file name column etc. but I use the same columns over and over.  I find myself in every assembly adding these columns in. 

Autodesk Inventor Professional 2010

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Copy All Information From QTY Column To PartQty Column

Oct 17, 2013

In Bill of material i have custom PartQty column and is beside QTY column. I need  all informations from QTY column to PartQty column to copy. Possible with iLogic? I'm selecting now manualy copy and paste but it would be nice to have automatic. 

View 9 Replies View Related

AutoCAD Inventor :: Ipart - Standard Parameter Column Change Depending On Custom Parameter Column

Jan 3, 2013

I am trying to publish to the CC a guide rail. The vendor of the rail gives me the option of entering the desired length of the rail. After that he gives me the option to choose between the length that I entered and a shorter and longer standard length witch can be delivered faster.

I want to do the same thing with my published part, but I cannot make a key parameter to change depending on the entered custom parameter. I want the user to make the next steps when inserting from the CC: 1- select the size of the rail; 2-select the type of the rail; 3- enter the desired length of the rail; 4- choose between the desired length and the 2 recommended lengths (I need these 3 lengths to be shown)

Is this possible?

View 9 Replies View Related

AutoCAD Inventor :: IProperties And BOM Customization

Aug 15, 2012

I am now looking to work with custom iProperties that will populate our company's new BOM standard.  I have not done much with regards to customizing a BOM (I've always used the generic fields).  Now my boss has come to me and wants to use the following headings for our BOM....

REF ID, QTY. , DESCRIPTION, SHAPE, SIZE, LENGTH, MASS, TOTAL LENGTH, TOTAL MASS, COMMENTS, REF. DWG.
REV., REV. DATE

While I understand some of these fields will require the user to manually type information in (Comments and Ref. Dwg.)  The others, from my understanding, can come straight from iProperties or Parameters.  I am running INV Pro 2013. 

View 1 Replies View Related

AutoCAD Inventor :: Customization Of BOM Structure

Sep 28, 2012

I'm trying to do a customization of the Bom structure to obtain a new custom column "Qty*x" (where "X" is a number).

I need this because in my order I have multiples of these items.

View 1 Replies View Related

AutoCAD Inventor :: Content Center Customization

Feb 9, 2012

I have been working on creating custom content center families that will populate our company's part numbers and descriptions into the browser and drawing BOM.  I have been quite successful in this except with the material.  I've created custom materials for the fasteners that have the specified strengths and finishes per the fastener.  By doing this I've created a different problem.

How can I create a custom property that will insert a specified value for material into the BOM?  I've tried to change the link for Project.Material and then the part inserts as Inventor's default.  I don't think creating individual material styles for each fastener is a viable one since I'll end up with duplicate style names.

IV 2012
Running on:
Windows 7 64 bit
12 GB Ram
Intel Xeon processer

View 3 Replies View Related

AutoCAD Inventor :: Partlist Customization In Drawing

Aug 29, 2012

I have created a drawing from the parametric model assembly where i have clevis, lug plate and pin arrgt.

the model has been generated using the input excel spreadsheet where i have given the inputs like clevis thk, lug thk,pin dia etc.,

while creating the drawing partlist i have included the column of clevis thk, lug thk etc., using the iproperty, but these columns are coming separately, i just want the thk of clevis and lug in the same column so that i will make Bom for the assembly.

How to get the parametric inputs in the same column of the patlist in drawing.

View 2 Replies View Related

AutoCAD Inventor :: Lbs Mass Output Customization?

Nov 25, 2008

I need to add weight to my parts list and notes for both parts and assy. Is there a way to get the weight parsed out from the model without the "lbsmass", just the pounds number no nomenclature I have a couple of other questions on parts list customization also. Also are these better questions for the customization group?

View 2 Replies View Related

AutoCAD Inventor :: ILogic Title Block Customization

Jun 26, 2013

Earlier I`ve used a simple code from Rob Cohee to update the title blocks and it works like a charm, however, now I would like to try to kick it up a notch.

If (ThisDrawing.ModelDocument Is Nothing) Then ReturnmodelName = IO.Path.GetFileName(ThisDrawing.ModelDocument.FullFileName)iProperties.Value("Project", "Part Number") = iProperties.Value(modelName, "Project", "Part Number")iProperties.Value("Custom", "Client") = iProperties.Value(modelName, "Custom", "Client")

I`m working with several similar projects where the Inventor models and IDW`s is copied from one project to another. A typical project can consist of 50-75 drawings and the only properties needed to change is Client, project number and drawing number (consisting of the project number and a suffix, ex 123456789-125).

I would like to try to make an .ini file with these 3 properties in the root of the project folder so they can be changed and updated easily.

View 3 Replies View Related

AutoCAD Inventor :: Marking Menu Customization Omission

Jun 6, 2012

I've been forcing myself to accumulate to the new marking menu and gestures system.  I'm starting to get used enough to them to see that it's really worth it. 

I've found that the defaults are crap for what I do in IV, which is fine because I can customize it to whatever I do use.

However, when I RMB on a component pattern it displays a unique menu for which there appears to be no option for under customization. I'd really like to replace the craptastic useless options with things that I actually use.

By the way, why does AutoDesk neglect component patterns so much?

View 4 Replies View Related

AutoCAD Inventor :: View Label Appearance Customization

Jun 21, 2013

Question regarding view labels in drawings.

I want to change the appearance of the view label to look like attached snap shot. Is this possible? I have looked through the inventor settings but cant find any options.

As a possible solution I can always create intelligent symbols which update with the drawing (like the standard view labels) but before I begin creating these I wanted to check if there was any other way?

View 3 Replies View Related

AutoCAD Inventor :: 2012 Keyboard Customization Does Not Hold

Sep 1, 2011

I want to run a macro from a keyboard shortcut like I have been doing in the last several releases of Inventor.  I can set the shortcut and it works.  If I close/restart Inventor, the shortcut is lost.

See video here. [URL] ..........

Inventor 2012, sp1

View 6 Replies View Related

AutoCAD Inventor :: Quick Access Toolbar Looses Customization?

Apr 21, 2009

Inventor Pro 2010, XP Pro SP3, Compaq nw9440 laptop with NVIDIA FX 1500 VIDEO. why tools added to Quick Access Toolbar will disappear. they were here yesterday, gone today. I've reset them to see if I can duplicate the problem.

View 6 Replies View Related

AutoCAD Inventor :: Find Documentation With Comparison Between Different Customization Techniques?

Nov 1, 2011

I'm starting to develop some customization for Inventor, and I need to decide whether to use VBA, .net, addin, plugin, or what else.According to this post .net is easier to use than VBA: URL....

I did a quick test and I found out that with VBA is much easier to use than .net: you can edit the source code while debugging, you don't need to compile and install anything, everything seems to work much smoother.Do I risk to find out that VBA has problems later in the development?

Where can I find documentation with comparison between the different customization techniques?

View 8 Replies View Related

AutoCAD Inventor :: Cannot Find Customization For Marking Menu For Sketch

Oct 16, 2011

The Marking Menu of 2012 so far is a big brake for me.
 
I wish I can make some alterations but I did not find in this huge variety of possibilities
the option to alter the context menu of the Sketch.
 
I am in Sketch. I drawing the line. I want to quit. I do right click and have the menu. the name and probably the sub name of that menu. I cannot find it at all in the Customization list. I wish at least to locate the Escape to bottom. Did not find also the option to turn the Marking menu off.

View 2 Replies View Related

AutoCAD Inventor :: Section View Annotation And Label Customization?

Jun 21, 2012

I'd like to customize the way our section marker terminators look. More like an architactual style drawing.

I'd also like to add the sheet number that the section is cut from to the section view label.

As far as I can tell, this propertie is not available for insertion in the view lable. Is there a way to make it available?

The need for these changes come from larger drawing sets were the section is cut on one sheet and shown on another. We'd like to link the sheet numbers in both the section marker terminator and view label.

View 4 Replies View Related

AutoCAD Inventor :: Balloon Customization To Reflect The Hardware Count Per Node

Aug 10, 2012

We are trying to relate to the floor how many pieces of HW should go in partiular places.

The balloon with HW count, unfortunately, gives only overall quantity which is less then useful.

I describe my problem in the graphics area attached.

Should be easy, I guess, but, so far, wecould not figure out the best way of dealing with it rather than we are using now.

View 9 Replies View Related

AutoCAD 2013 :: How To Change Name From Column To New Column

Oct 21, 2013

my drawing file , have block name 'column' but i want to change name from column to new column.

View 2 Replies View Related

AutoCAD Inventor :: Add IPart Column?

Nov 21, 2009

Is there a way to add an iPart column to the iPartTableColumns collection? I'm using Inventor 2009.

View 5 Replies View Related

AutoCAD Inventor :: Hiding BOM Column

Sep 25, 2012

Is it possible to have a column in the BOM but i do not want to show it on the drg.

like you can do it for rows for example...

View 9 Replies View Related

AutoCAD Inventor :: Add A Column To A Partslist

Jul 28, 2005

I need to add a custom column to a parts list and have it display as the last column.

oPartsList.PartsListColumns.Add (kCustomProperty)

This code runs, but nothing happens...no error...no column..

View 4 Replies View Related

Revit :: Slanted Column Meets Beam / Column Joints

Feb 7, 2012

I have a problem inserting the slanted columns when I use the "Beam/Column joints" commando. When I insert the slanted column, the beams are divided.
 
It should look like picture 1, but it always ends up as image 2. How can I solve this?

View 4 Replies View Related

AutoCAD Inventor :: FEA And Beam Column Calculator?

Mar 18, 2012

When I try to calculate bending moment stress thru "Beam and column calcultor it shows an error that is Wk and Jk is missing. Ok that is fine. If we put values for both we will get the answer. Because I have come to know thru inv discussion that many material in the CC do not have these values.

Now my question is when we insert a part for example from content centre (CC) and do FEA analysis on this part. It shows some values like deflection, stress etc etc. How is that possible? one side it is not doing in the beam calculatio but other side in FEA it is doing that.

It means we are not going to rely upon these results in the FEA. It is the same CC, same inventor, how should be trust the result in FEA.

View 8 Replies View Related

AutoCAD Inventor :: Parameter Equation Column

Sep 23, 2013

how can i access the value in this column using vba?

View 1 Replies View Related

AutoCAD Inventor :: Global SIZE Column In BOM Possible?

Feb 7, 2013

I have written code to allow me to pick the dimensions of a part and update the dimension parameter name from a list of choices presented in a form e.g. length, width, thickness, outer_diameter, wall etc. 

The parameters are exported and I can get overall sizes in the BOM with relevant expressions in columns.  So far so good.

What I would like to do is have a global SIZE column in the BOM which has expressions that vary based on another custom iproperty (PartType) which defines the part.  So for example if the PartType was 'circular plate' the expression in that parts row of the SIZE column would be <outer_diameter>x<Thickness> while if the PartType was 'tube' the expression in the that parts row would be <Outer Diameter>x<Wall>x<Length> etc

If I could do this I would not need different columns to define the sizes of every different type of material we use and also limit the number of parameters the user needs to choose from when picking part dimensions.

However looking at the BOM API I do not see an obvious way to alter the expressions. 

View 3 Replies View Related

AutoCAD Inventor :: Multiple Units In A BOM Column

Aug 2, 2013

I have a BOM that shows up as in units for length items and unitless for qty items.  When I change the  UOM to use FT units the non-length units get inch ticks.  The qty 1 which means I need one shows up as 1" where I do not require a 1 inch part but one each.  How do I remove the inch ticks?

View 5 Replies View Related

AutoCAD Inventor :: How To Get Column For Second Dimension To Display A Value

Jan 4, 2008

I'm detailing an iPart. Only two dimensions need to be included in the table. One is the driving dimension and the second is a function of the driving dimension. How do I get the column for the second dimension to display a value, rather than an equation?

Inventor Routed Systems 2010
Subscription Advantage Pack SP3
Vault Collaboration 2010
Windows 7 x64
Dell Precision M6400 Covet

View 9 Replies View Related

AutoCAD Inventor :: Method For Seeing If Column Is Present In BOM View?

Jun 3, 2013

I've seen things about getting the information from the parts in the BOM list, but not about seeing what is present in the structure itself

View 1 Replies View Related

AutoCAD Inventor :: Unknown Error Within BOM Quantities Column?

Jul 14, 2009

In five years using Inventor I've never seen this- I can't get it the parts list or BOM to register the quantities. Each box comes up with "Unknown Error" and it will not allow manual override to update those quantities.

View 8 Replies View Related

AutoCAD Inventor :: CC - Mapping Column Properties To IProperties?

Jun 18, 2012

I have copied a standard "L" to my custom library.  Now I would like to map the properties for the CC parts to be like my other parts that are not created in CC.  One of the things I need is the "Title" and "Description" iproperty fields need to be the sectional size, i.e. L3x2x3/16, L4x4x3/8....etc.

To do this, I went into the editor and created a column.  I mapped this column to Project.Description (see image) 

why this does not work?  When I create a new part and look at the BOM, I only see "Angled Steel" in the description iproperty field  (see image below) 

I did the same thing with the "Title" field and the "Project" field.  Those work great.... just can't make teh Description field happen.

This is with Inventor 2011.

View 9 Replies View Related

AutoCAD Inventor :: BOM Adding Custom Column View?

Jan 6, 2012

I have a program that create a bunch of new custom Iprop in each part of an assembly.

How can I show all those new properties when I open the BOM in the assembly file. Manually I can add a custom column but that is time consuming. Is there a way I can create a macro that will add those custom column in the BOM view?

View 1 Replies View Related







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