AutoCAD Inventor :: VBA / Change Materials For Standard Parts

Mar 13, 2003

I couldn't found a way to change the materials of the standard parts in Inventor, so i made a (quick and dirty) VBA program so i can change the material and color of the publiced (and used in projects) parts.

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Display Density Of Materials Assigned To Various Parts In Parts List On Drawing?

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

AutoCAD Inventor :: Bill Of Materials / Parts List

Mar 5, 2013

How & where I can add fields that I require for my equipment. I see I can add it to the bill of materials in the assembly but that doesn't carry through to the drawing.

I see that I can add to the parts list in the drawing but i don't want to have to add the information into my drawings every time I use one of my machines.

Basically I am busy creating a library of all the machines I use. This library will then be used for numerous drawing for many different clients. I need the required info to be in my drawing from the beginning without me having to add it to every clients drawing.

View 6 Replies View Related

AutoCAD Inventor :: How To Get Solid Models Of Standard Parts

Jan 8, 2013

Where to get solid models of the standard parts uned in the first robotics competition, which has jast begun? Seems the parts are available in the prt format, but my IV2013 will not open them.

View 1 Replies View Related

AutoCAD Inventor :: Importing Parts From STEP To 2011 - Materials Changes?

Oct 24, 2011

I am trying to change the materials that are assigned to a STEP file I imported to a different "default" so I can then change a few of the surfaces individually. Is there a way to change the entire part's materials to one material that I select?  When I try only one "base" highlights at a time and I can't select the entire part at one time. I am using AutoDesk Inventor 2011 Professional.

View 8 Replies View Related

AutoCAD Inventor :: Place Some Standard Block In Parts Or Assemblies?

Jul 2, 2012

Is it possible to place some standard block in parts or assemblies and then make it visible in idw's.

View 7 Replies View Related

AutoCAD Inventor :: Bill Of Materials - Actual Parts And Assemblies Quantity

Sep 16, 2013

Im trying to generate a list of parts and assemblies that has all the quantities included in it.Ive found that if i use the structured view it does not multiply the part count by the number of assemblies, so if i export the bill of materials i wont get the actual number of parts that i require.

If i use the parts only list then it wont include the sub assemblies.the job that im working on has hundreds of sub assemblies and thousands of parts so manually adding them up is not an option.Using Inventor 2014 Pro.

View 9 Replies View Related

AutoCAD Inventor :: Fractional Length For Standard Content Center Parts

Jan 17, 2013

This would be for standard, not custom cc parts.  I read that you can save a cc part file as a template with the G_L parameter set as fractions, and then use it to replace the family template in cc, but that doesn't work (or I'm doing it wrong).  It worked once, then stopped?  I know there has to be a way of doing this.

I tried exporting values from cc as custom iProps, then tried to populate description iProp with these, but that doesn't work. 

View 9 Replies View Related

AutoCAD Inventor :: Multi Body Parts Not Working In 2013 Pro And Standard?

Jun 7, 2012

So there seems to be a problem with the multi body part functions in 2013.

Once you create a multi body, or a multi body feature, and then try to go back and edit it you can no longer select difference bodies.

A little more digging and it almost seems like the problem is that you can not use "ctrl" to multi select bodies.

Inventor Pro 2014 SP1
Vault Pro 2014
Windows 7 x64
2.53 Xeon
Quadro FX 3800
24GB RAM

View 4 Replies View Related

AutoCAD Inventor :: Adding Some Standard Pressed Sheet Metal Parts

Mar 7, 2013

Another iLogic question for you all.

I would like a simple rule adding to some standard pressed sheet metal parts that we have. The code would look at the current model tree and if any features are added to the part then a character (lets say a *) is placed into the "Vendor" field within the iProperties. 

Is this possible?

Inventor 2010 Pro SP4, Vault Collaboration 2010
HP Z820 Xeon E5-2643 0 @ 3.3Ghz 16.0GB RAM
Nvidia Quadro 5000

View 5 Replies View Related

AutoCAD Inventor :: Partlist - Can Change Standard Field

Jul 31, 2013

I've made a partlist with these columns:

Item, qty, stock number, part number, description, standard.

stock number, part number and description can me changed in iproperties of the ipt file.

But where can i change standard?

View 1 Replies View Related

AutoCAD Inventor :: Change Setup To Use Standard Assembly?

Mar 21, 2013

When we use the Productivity/Add Assembly functionality, it produce a Weldment Assembly instead of a Standard Assembly.

How do we change the setup to use a Standard Assembly?

View 1 Replies View Related

AutoCAD Inventor :: Change DimStyle To Active Standard?

Jun 20, 2012

Changes all dimensions, balloons, ect (define more if you want) to current object default in active standard.

Sub ChangeDimStyle()'J.Kriek 2012 Dim oApp As Application Dim oIdw As DrawingDocument Dim oDim As DrawingDimension Dim oBalloon As Balloon Dim oDimStyle As DrawingStandardStyle Dim oSheet As Sheet Set oApp = ThisApplication

[Code]....

View 9 Replies View Related

AutoCAD Inventor :: Change Active Drawing Standard With ILogic

Sep 2, 2011

I am trying to have one drawing with B size and E size sheets I am trying to get the border, title block and standard to change when the sheet format changes. I can get it to work when I run the rule but have hard time find information to just change when sheet format changes. And I can't find anything or I should say a sample of how to. I think I found the code just don't know how to make it work. Here is what I  have so far.

SubMain()

IfActiveSheet.Size="E"Then
ActiveSheet.TitleBlock="G&T (E)"
ActiveSheet.Border="G&T Border (E)"
EndIf
IfActiveSheet.Size="B"Then
[code].......

View 9 Replies View Related

AutoCAD Inventor :: Creating Parts With Costs That Change With Dimension Change For BOM

Nov 16, 2011

How do I create an Inventor part with a cost that will update according to the part dimensions changing. For example, we design products using aluminum extrusions and our cost is determined by foot length. How can I create the extrusion part to have a per foot cost that will dynamically update when I change the parts length for an assembly? It seems to me to be a fundamental need for many industries.

I will happily take any links to information that will explain this process. I cannot find anything online that clearly explains the process of creating parts with costs and variables.

View 1 Replies View Related

AutoCAD Inventor :: ILogic Rule - Change Linear Units In Active Standard

Jul 16, 2013

Within an IDW file, you can go to the Styles Editor, then click on a standard.  On the General tab, there's a drop down for the unit of length.

Provide the code so that I can change this setting from Inches to mm with an iLogic rule?

View 2 Replies View Related

AutoCad :: Standard Parts Library Naming Modifications?

Oct 11, 2011

We are in the process of setting a naming convention for all the various parts we use, and having changed the Inventor library already, the Autocad stations (ver 2011 mechanical) are next. While I won't be the one doing this work, I want to get a jump on it as it's impeding my current work. The problem is, I don't even know where to start looking. We would be starting with the fastener library, changing the standard descriptions to suit our new convention.

View 0 Replies View Related

AutoCAD Civil 3D :: Hydraflow Import Changes All Parts To Standard Style?

Jun 19, 2013

one would think that you could just export the .stm file into hydraflow, make some changes, and import, and all would be fine.  when i export, all of the structures in hydraflow come up as drop curb.  how can they come in as what they actually are.. aka, when the part i use is a 2x4 box, it should come into hydraflow as a "grate inlet", or a st-mh will come in as a "manhole".

and then likewise, when the changes are made, and its brought back into autocad, they all come in as a "standard" style.  except the outfalls, which show as a "standard" style, but come in with a different block, and get a whole new label (outfal - x)

View 3 Replies View Related

AutoCAD Inventor :: Change Material In BOM -> Not Possible For All Parts

Jan 10, 2013

If I need to change the material of all parts in an assembly I find it convenient to do this in the BOM. In the 'parts only' view I add the material column, change the first one and just drag it down like in Excel.

There are however some parts where the material is greyed-out (see attached image) and I cannot change them in to something else. I already traced this to parts which are present in multiple different sub-assemblies. I guess that's also the reason for the blueish/red icon instead of a normal part icon.

If I open one of the sub-assemblies the part is fine and I can change the material.

Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Change Color Of Parts

Dec 23, 2012

Inventor pro 2013 - how do I change the color of a part.Inventor 2012 had a menu called Color Override that I can't find now.

View 6 Replies View Related

Illustrator :: Path Settings Constantly Return To Standard - Change Standard Settings?

Dec 24, 2013

 I'm having some problems with drawing paths in Illustrator. Everytime I draw a new path, this new path shows up in the standard settings. The 'brush defenition' turns back to 'basic' and the 'variable width profile' back to 'uniform'. It would save me a lot of time if I could change those standard settings into what I prefer.

View 5 Replies View Related

AutoCAD Inventor :: How To Change Or Edit A Link Between Parts

Feb 25, 2012

I have two parts, one uses some parameters from another one by link.

Now I have copied both and need to update ties between copies since a copy still has a link to original part.

Seems like there is no possible to just change or edit a link from one part to another in Parameters window.

Instead to update a new link I should clean all borrowed parameters in all sketches, delete the folder, make new link and set all parameters back. is it possible to change or edit the link in some easy way?

View 4 Replies View Related

AutoCAD Inventor :: Change Parts To Unique Layers In IDW

Nov 26, 2012

Any macro to do it automatically....

i still have the change occurrence layer based on material macro but cant seem to find the change layer based on part... 

yes we are still using autocad in conjunction with inventor, and on a side note have been quite enjoying the new parameters, dynamic blocks, easy scripts and customization features in autocad.

View 4 Replies View Related

AutoCAD Inventor :: Cannot Change Material For The Some Parts In The Assembly BOM

Nov 9, 2013

I wish I can open my general assembly BOM and set the proper Materials to my all my parts after migration from 2012 release.

But I cannot change Material for the some custom part in the assembly BOM in the Parts Only tab. Parts refusing to change a Material have special symbol and I guess it means “promoted assembly” – no info regarding these symbols.

I can change any Material in Structured and Model Data tabs but it is extremely inconvenient for the big assembly.

[URL]....

The questions is: Why those promoted assemblies have inaccessible Material in the Parts Only tab?

I have similar subassemblies built in similar way as you can see fro video, but one is treated as promoted assembly and other as promoted part, the question is what possible difference between those is?

View 8 Replies View Related

AutoCAD Inventor :: How To Change BOM Structure Of Library Parts

Jun 25, 2013

The BOM structure of the library parts is set up as "purchased" and I cannot change it for some reason..... is there any way to change this? 

View 4 Replies View Related

AutoCAD Inventor :: ILogic To Change Colors Of Parts

Mar 12, 2013

I am looking for a rule that will search assembly down all levels and find .ipts with the material of plywood and when found change all plywoods to color Clear - Light.

View 9 Replies View Related

AutoCAD Inventor :: Change Material For Multiple Parts At Once

Sep 20, 2011

I need to change an entire assembly's parts to a different material.  How can I do this without editing each part?

View 2 Replies View Related

AutoCAD Civil 3D :: Library For Pipe Network Parts For Items Such As Standard Type

Jan 22, 2013

I was wondering if there exists a library for pipe network parts for items such as a standard type 1 catch basin that I can add to the existing autocad pipe network parts library. Basically I'm trying to find a shortcut so that I don't have to build all of the catch basins that I need.

View 3 Replies View Related

AutoCAD Inventor :: Automate Change To IProperty Of Multiple Parts?

Jul 23, 2013

Is there a way to change an iProperty, specifically the iProperties->Project->Project field for multiple parts automatically.

I use the iLogic Design Copy Tool to copy over an entire project, and for the most part the only changes is the project number.

I didn't see a way to change this in the Design Copy Tool, possibly there is some other tools that can do this that I don't know about. But if not, I am assuming a small script (VBA??) would be required to do this? whether it is in Inventor or just an outside program to carry out this change.

I found this old thread, but it seems that people just found another way to do this?

[URL]

My workflow would follow something like this:

-Use iLogic Design Copy Tool to copy over project to new folder

-Open up full assembly

-Run rule or script to update all parts in assembly with new Project iProperty

-Save

-update the drawings as I need, (they will all need to be reviewed as some parts will be modified anyways)

Inventor Professional 2014-Update 2 - AutoCAD Electrical 2014
Win7-x64 | ASUS P8Z77-V | i7 3770 -3.4 GHz | 32GB RAM |
240GB SSD | nVidia GTX 670 4GB - 320.49

View 9 Replies View Related

AutoCAD Inventor :: ILogic To Change Parts List Style

Feb 8, 2012

Below are 2 rules that run in succession to create and save a parts list from a base view in a drawing.

I am now trying to set the parts list style to a custom style, ideally while creating the list.

Also, I have to manually go into the list to turn off visibility of certain items (based on material), does I can do this with Ilogic?  I ask because these steps precede a rule that automates placing base views of all parts in the parts list.  If I could get the style and visibility right, I could automate the entire process.

Looking for changing such a style with ilogic?

Inventor & Vault Pro 2012
Windows 7, 64bit
Core i7 920@2.67
8GB

CREATE PARTS LIST____
' Set a reference to the drawing document.
' This assumes a drawing document is active.
Dim oDrawDoc As DrawingDocument
oDrawDoc = ThisApplication.ActiveDocument
'Set a reference to the active sheet.
[Code] .....

View 9 Replies View Related

AutoCAD Inventor :: Change Appearance Of Multiple Parts Simultaneously

Aug 1, 2013

I have an assembly with multiple parts.

I wish to change the colour (how they're displayed) of a few of them.

When i right click on the part, i can select iProperties>Occurrence>Appearance

When i control + select multiple items, then right click, the Appearance tab is greyed out.

Not a huge problem at the moment, but in future, I may wish to make 30 + different parts a different colour and would like to do it in one step.

View 3 Replies View Related







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