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
ADVERTISEMENT
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
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
Feb 19, 2012
I used the BEDIT command (editor) on my block to modify the text size then save the block editor changes. Then use ATTSYNC to perform the changes on all existing blocks references to resize the texts, but after i complete the ATTSYNC command, the text in all the blocks disappear.
View 2 Replies
View Related
Apr 12, 2012
I've got the Pipe Table style just as I need it except for one thing. I have all circular pipes and I would like the "size" column to display in inches rather than in feet. In the past I was able to multiply this number by 12 in the style composer but that doesn't seem to work anymore.
View 2 Replies
View Related
Aug 30, 2011
I've been working on converting a VBA macro to an Add-In (my first). I thought all was going well, but I'm struggling to share the InventorApplication object within my add-in...
All the googling I've done suggests the most suitable way is to declare it as a global variable. So I followed the work flow on this page:
([URL]......) and created a module to declare my global variables. I've then referenced this module back in the original class, but when I do, I get a message saying "modDeclarations is a type and cannot be used as an expression"..
So here's what I've got:
View 3 Replies
View Related
Nov 6, 2012
Ok so where are Global Forms saved in 2013?
Inventor Pro 2013 (PDS Ultimate)
Vault Pro 2013
Windows 7 64
Xeon 2.4 Ghz 12GB
View 3 Replies
View Related
Dec 21, 2013
I am new to Inventor API, but have some experiences in SolidWorks API.
How can I select an entity at a given spacial point (x, y, z)? For example, I want to select a face or edge that is on a given (x, y, z) point. I can not find such an API, except for interactive selections.
View 3 Replies
View Related
Jul 2, 2013
I've found myself using this code often:
// Get the transient geometry object. We'll use this to create pure geometryCComPtr<TransientGeometry> pTrGeom;pTrGeom = pApp->TransientGeometry;
But I was thinking, once I have pTrGeom can I just declare a global to hold it while my Inventor instance is running?
Alternatively I suppose I could have a global function which does this:
CComPtr<TransientGeometry> GetTransientGeometryPtr(){ static CComPtr<TransientGeometry> pTrGeom = NULL ;
if (pTrGeom == NULL) pTrGeom = pApp->TransientGeometry; return (pTrGeom) ;}
So it reduces to a one-liner. But in COM is that static valid? I know the code is not complete above, but you get the idea.
What do other C++ COM programmers do here...?
View 8 Replies
View Related
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
Oct 18, 2013
I have a Global Form in 2013 that I want to get into 2014. I cannot seem to export it from the iLogic browser, not can I edit it in the editor.
Inventor Professional 2014
Windows 7, x64
Dual-core i7, 8GB RAM
NVIDIA Quadro FX 880M
HP Elitebook 8540w
View 1 Replies
View Related
Nov 9, 2011
So 2011 had some issue and I though 2012 would get those fixed. I was wrong. More problems occur. With 2011 I was able to open assemblies directly through vault. Now with 2012, since the vault issue updates as it opens, I crash on any sizeable model or assembly. So now just to open a file, I must get it, then go to inventor and open it, and hit no when the refresh window come up. If I hit yes, it crashes. If I hit no it open, then if i hit local/global update it crashes. So technically I cant do any new work with any of my larger assemblies (2000+ parts) I have sent out numerous error reposrt, only for autodesk to say that they can replicate the problem. I have SP1 installed, and this is happening with other users at my company as well.
System:
Windows 7
64 Bit
Solid State HD
24GB RAM
Xenon Processor
Nvidia Quadro FX 580
View 1 Replies
View Related
Apr 4, 2013
I would like to instantly launch an External Rule just by clicking on a button in the Global Forms area of the iLogic browser. Is this possible, and if so, how would I do it?
Product Design Suite Ultimate 2014 | Vault Basic 2014 (SP1)
Dell Precision M6600 | Intel i7-2820QM - 16GB
nVIDIA Quadro 4000M | Windows 7/64 Pro
View 2 Replies
View Related
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
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
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
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
View Related
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
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
Sep 23, 2013
how can i access the value in this column using vba?
View 1 Replies
View Related
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
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
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
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
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
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
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
Feb 7, 2011
I have an assembly with a custom iproperty column that filled a need that has recently been removed. How do I delete the column from the BOM editor? I realize the iProp will still exist in the part files, I just want it gone from the BOM editor when I open it. I thought I could just delete it from the "Add Custom iProperty Columns" button but no dice.
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 6 Replies
View Related
Sep 14, 2012
I need to show column locations in a Plan (overhead) view. The columns are so small that they don't show up very well. Is there an "automagic" (I'd prefer not to have to manually place some kind of sketched symbol on each columns linework) way to do a PART REP (so-called) in a drawing?
I'm using 2012 Premium.
View 9 Replies
View Related
Jan 9, 2012
A quick way to add a single column to multiple items in the Content Center? The column would be the same across the board, and I really don't want to edit several hundred family tables one at a time if I don't have to.
View 2 Replies
View Related
Sep 13, 2012
Is there a command in Inventor to add values in a column in the Part list ( BOM) and to display a total value bottom like the Grand Total in Revit?
View 2 Replies
View Related