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


ADVERTISEMENT

AutoCAD Inventor :: How To Run Multiple Rules Simultaneously

May 3, 2012

I have an assembly with multible parts which all have iLogic rules in them. I want to controle when the rules are executed in each part, thus I have set them as "Don't run automatically". These rules are iTriggered by the top assembly, if they are active.

Is there a possibility of how I can run multiple rules simultaneously?

The code below is an example of the controle rule that determines the rules to be run but it takes one rule at the time...

 IfComponent.IsActive("5580 Heating element package 1")=TrueThen
iLogicVb.RunRule("5580 Heating element basket 1", "iTriggerRule")
EndIf
IfComponent.IsActive("5580 Heating element package 2")=TrueThen
iLogicVb.RunRule("5580 Heating element basket 2", "iTriggerRule")
EndIf
.
.
.
up to x

I have also tried with For - Next statements...But the rules are run in the order that tey are written...

As the computer has a lot of memory in reserve; I want somehow all the iTriggerRules to be run at the same time as this would save a lot of time.

View 2 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 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 :: Translucent Parts In Appearance

Nov 12, 2013

In Inventor LT, it would be very useful if some of my parts were translucent in appearance. I have  changed the "feature appearance" of the extrusion to Polycarbonate Clear" but it's still at the default grey.

View 5 Replies View Related

AutoCAD Inventor :: Change Select Set Face Colour Simultaneously?

Mar 19, 2013

Is there any way to change the colour of all faces in a select set simultaneously?

The method I am referring to is when you select faces in a part document, rickt click and select properties from the context menu, a dialog box pops up called "Face Properties" which prompts you to select a colour and click OK. when this is done all of the faces are changed at once.

How do I replicate this via the API?

Currently I have it iterate through each face in a part document and apply the colour override one by one which can take a while when there are about 1000 faces. You can see each face changing as you go.

View 3 Replies View Related

AutoCAD Inventor :: Push Modified Appearance To Parts In Assembly Where It Is Used

Apr 17, 2012

I have just recently upgraded to 2013.I have one color in particular that use dto be grey - now it is red. I have repaired the appearance so it looks correct in a part. I was able to save this backto the library, overwriting the original. This is all good. I am unable to find out how to push this updated appearance to all parts in an assembly. I used to be able to do this with the update styles tool.

View 1 Replies View Related

AutoCAD Inventor :: Assign Yellow Appearance To Subassembly But Not Affecting Parts

Aug 3, 2013

I have an assembly (A) that has a subassembly (B) that has a pattern of subassemblies (C's) that consist of many parts (D, E, F, G & H). The parts (DEFGH) are steel and have their own drawings. They do and should look like steel.

They are welded together as an assembly (C). This will be painted bright yellow. I wish to assign a yellow appearance to the subassembly, not affecting the parts. Last, when I open the upper assemblies (A or B), I expect C to have the painted color. I cannot make this work in Inventor 2013.

I can assign appearances to parts DEFGH. No error there. I can NOT assign appearances to assemblies (C). The only thing I see in the Appearance box is "Favourites" and "Inventor Material Library".

I can individuall select and highlight parts DEFGH inside the assembly C and assign an appearance to them. Sort of a work-around, but...

...this is not carried through to upper assemblies (A or B). If I just open them, all items are steel-colored, not yellow. If choose to edit one of the patterned C's inside B, only that instance is colored. None of the others in the pattern.

I must thus expand every instance in the pattern and highlight every part and set an appearance. But this is still not carried through to A. Or any of several other assemblies that also contain B.

Thus, if I want a persistent coloring, I either have to "paint" the individual parts, or I will have to scour up each and every assembly and "paint" every part inside them.

Is there really no way to assign an appearance to an assembly and have it carried through automatically to all assemblies that contain it? Like in every other solid modeler I have ever used?

View 3 Replies View Related

AutoCAD Inventor :: How To Use Sheet Metal Style / Material Appearance In A Parts List

Mar 29, 2013

We use different types of sheet metals, from stainless to bronze, and different thicknesses.

Currently, in order to show the correct material on a parts list, I have to duplicate the material Stainless Steel, and rename it to say 20 Gauge Stainless Steel. Then again for 16 Ga, 14Ga, 12 Ga, etc...

I'd like to have the parts list show the common material such as "Stainless Steel", with another column for the sheet metal style such as "20 Gauge."

We also use items such as Plastic Laminate. I'd like to create a generic material for the physical properties of "Plastic Laminate", and then change the material appearance to say "Formica #1234 Walnut". Again, i'd like to be able to put this in (2) columns on the parts list.

View 1 Replies View Related

AutoCAD Inventor :: Change Appearance In IAM Update IPT File

Sep 12, 2013

Basically i have created a good size IAM and now need to lighten all of the appearances up.  Can i change them in the i am and have it update the individual IPT files at the same time?  or will i have to open all the ipt files and change it and save? 

View 5 Replies View Related

AutoCAD Inventor :: Change Appearance Of Sizes In Sketch?

Feb 11, 2013

to change appearance of the sizes in the sketch Image

View 9 Replies View Related

AutoCAD Inventor :: Ilogic To Change Model Color / Appearance

Sep 17, 2013

When I open a drawing, i want to be able to change the appearance of its part model.I can do it in part itself using iProperties.PartColor.

But I want to do it from inside the drawing.

View 1 Replies View Related

AutoCAD Inventor :: Change Color / Appearance Of Faces On Part File?

Dec 19, 2012

I quite often import hardware models downloaded form various mfg or supplier websites. McMaster Carr for example provides a great deal of hardware models.  While they offer native formats for SW they do not do this for IV (not many places do)

Since the [imported] models often open up with default properties, I change the material to something that closely represents the actual hardware or item.  In some cases, there are certain portions of the item that are in reality colored or textured differently and I sometimes want to duplicate that for aesthetics and a more accurate view for people that use my assembly files.

In SW, it was always real easy to select just a face (regardless of whether the surface was part of an entire part, a feature, an imported solid body, etc.  I could always change the properties of just a face or slection of faces.  Since it was a standard pc of hardware, I had no concern about updates.

I have a part file that contains two imported solid bodies.  If I select just a single face and try to change the color of it, it changes the entire part.  Not what I want.

View 9 Replies View Related

AutoCAD Inventor :: Change Appearance Of Face In Weldment Assembly Environment

Jan 29, 2013

I was wondering if there is a way to change the appearance of a face in a weldment assembly environment. I have a weldment which in the machining process a part of weld bead as well as a portion of one of the components is machined down (spot faced) and I need to change the appearance of those face to polished, but it doesn't let me do that?

View 3 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

Photoshop :: Rotate Multiple 3D Layers Simultaneously

Aug 14, 2012

My first time using this forum, as I new to Photoshop CS6.
 
How do I link(or whatever) 3D layers in order for them to move together (such as, rotating)? I have a logo that has two layers, and I want the 2nd layer to be raised up off the other layer.

I have tried to link them, but when I do that, there's a circle with a line through it, signifying this I can't rotate the; environment, scene, current view, or the shape.

How do I over come this?

View 5 Replies View Related

Photoshop :: Resize Multiple Images Simultaneously?

Jul 9, 2009

Someone told me that in an Adobe product (not sure if its PS) there is a way to resize several image files simultaneously to the same size. I cannot find a way to do this. Has anyone done this before or does anyone know how to?

View 3 Replies View Related

Illustrator :: Zoom In Multiple Documents Simultaneously?

Nov 20, 2012

Is it possible, when you have three different documents open, to zoom in all three documents simultaneously? Or to move around with the hand tool in all documents simultaneously?
 
I'm running Illustrator CS5/CS6

View 9 Replies View Related

Lightroom :: How To Import From Multiple Cards Simultaneously

Dec 27, 2011

I would like to know how to ingest multiple cards simultaneously using lightroom.

View 4 Replies View Related

Paint Shop Pro :: Viewing Multiple Images Simultaneously?

Aug 5, 2011

I'm a new user of PSP X3, having upgraded from X2 and previously from X. When I used earlier versions, I could have numerous images open in the workspace, re-sizing, comparing, cross-cloning, etc. Now with X3 I can't seem to find any setting that will allow that same multiple image viewing. I've looked at the documentation but can't find any mention of this issue.

Am I just missing some checkbox or did Corel abandon this capability?

View 5 Replies View Related

Photoshop :: Applying Effects To Multiple Layers Simultaneously

Jan 8, 2008

I'm working on an image, and I need it to say "The Wedding of Jane Smith."

I have 4 different text layers showing up, and they're all visible. (a real small "the," a much larger "Wedding," a small "of," and a large "Jane Smith.") I like to have the different words on separate text layers so I can move them around and lay them out the way I like.

I got to the point where I wanted to apply blending effects to the text (drop shadow, bevel, whatever). Now, since I have 4 different text layers, what I'd normally do is merge them into one rasterized layer and then do my effects. But I'm wondering if there is a better, more non-destructive way.

I do video graphic design at my job, working with a video editor, and it would be extremely convenient if I could apply effects to multiple text layers without first rasterizing and merging the layers. i.e. when my boss or the client is looking over my shoulder, and I can show him what the text looks like with the blending FX without having to commit to the text placement/size by rasterizing/merging.

View 5 Replies View Related

Lightroom :: How To Import Multiple Catalogs Simultaneously Into One Catalog

Nov 28, 2013

I would like to import multiple catalogs simultaneously into one catalog.
 
The thing is that I lost my main catalog in a hard-drive failure and my last backup is too old. Fortunately I always "export a folder as catalog" into the original pictures folder, so I always keep starring, color editing, etc.
 
What I would like to do now is to import each of these litle catalogs into one new main one, without having to import each at a time, but all simultaneously, which would save me an enormous amount of time.
 
Is there a way to do this?

View 3 Replies View Related

Photoshop :: Applying Effects To Multiple Text Layers Simultaneously?

Jan 8, 2008

I have 4 different text layers showing up, and they're all visible. (a real small "the," a much larger "Wedding," a small "of," and a large "Jane Smith.") I like to have the different words on separate text layers so I can move them around and lay them out the way I like.

I got to the point where I wanted to apply blending effects to the text (drop shadow, bevel, whatever). Now, since I have 4 different text layers, what I'd normally do is merge them into one rasterized layer and then do my effects. But I'm wondering if there is a better, more non-destructive way. Code:

View 1 Replies View Related

AutoCAD Inventor :: Creating Assemblies Out Of Multiple Parts?

Jul 11, 2012

I have a issue merging multiple parts into one assembly. When i do the constrains the parts are able to move but the pieces break part. I need to be able to move the whole assembly with all parts together without them breaking apart.

View 6 Replies View Related

AutoCAD Inventor :: Split Body Into Multiple Parts?

Oct 30, 2013

I have an insert that I'd like to split into several layers. Is it possible to do this with the split tool, or is it limited to only one "split tool" at a time?

In the picture, the wireframe is the 'insert', the letters indicative of cavities cut into the insert. The purple sketch lines would be typical of where the solid part would be split into multiple parts. 

INVENTOR 2014 STANDARD
IOSX and PARALLELS

View 3 Replies View Related

AutoCAD Inventor :: How To Align Multiple Parts Lists

May 22, 2012

Is there a way to align multiple Parts Lists?

I have an i Assembly with 7 distinct members.  I have a parts list displayed next to each member.  I had no problem getting the views to align, but am running into a wall with getting the Parts Lists aligned (other than just eyeballing it).

View 5 Replies View Related

AutoCAD Inventor :: Parts List For Multiple Configurations

Jul 19, 2012

I design rubber molds.  So, you have a cap, base, inserts, end plates... yadda yadda.  Sometimes we use different configurations of a mold to make slightly different parts.  For example, say by default, the "-1" configuration will be basically just the cap and base, to create a 6" part.  Then, we might have a "-2" configuration with a 1" spacer insert to create a 5" part.  What I want, is a parts list to automatically pull in the quantities for the different configurations in separate columns of the parts list.  I'm wondering if there is a way to do this using different Level of Details. 

One solution I've contemplated is creating the parts list from the "default" assy, then creating a "parts list" of the alternate assembly, but stripping off all but the quantity column... but that doesn't seem horribly elegant, and I'm not sure I can resolve all parts list rows without pegging in some dummy "custom parts".... dunno.

View 6 Replies View Related

AutoCAD Inventor :: Mating Multiple Parts To One Surface?

Jan 17, 2012

What I have is 4 bolts that I want to mate the underside of the head on all four to one surface.  Is there a way to do this in one operation?  Like a dynamic mate.

One plate surface with all four head surfaces mating to it in one operation.

View 9 Replies View Related

AutoCAD Inventor :: Separate 1 Part Into Multiple Parts

Apr 4, 2012

attached is a basic IV2012 part made as 1.....can i separate the 2 features and make 2 independant parts from the single part?

If yes can i then use these separate parts and place in assemblies?

View 3 Replies View Related

AutoCAD Inventor :: VBA Script To Constrain Multiple Parts

Jun 28, 2013

Lets say we have a plate with 100 randomly placed holes on it and 100 parts to attach to those holes. The parts aren't content center parts so they can't inserted in an easy fashion and the random hole spacing makes component pattern useless. The parts would normally be constrained using the insert command and you'd have to do all 100 separately. Would it be possible to make a script that would let you select the 100 parts then choose the selected geometry on one part and then a hole on the plate. It would apply that insert constraint and automatically select the same geometry on another part so you could simply select another hole. Then rinse and repeat until all the parts have been constrained to holes on the plate.

If something like that is possible it'd cut down the number of clicks greatly and also panning/rotating to select the different parts and holes on the plate. This isn't a daily thing we'd be doing, but it comes up enough in large assemblies it could be very useful. I haven't done any scripting for things inside parts/assemblies so I don't know what's possible while scripting.

View 1 Replies View Related

AutoCAD Inventor :: Color Multiple Parts In An Assembly?

Oct 14, 2011

I have a large assembly model made of many different parts.  The last thing I want to do is "paint" it so I can make a drawing showing the different colors being used.  My plan is to take the entire assembly and insert it into another assembly then just change the parts to the specific colors.  I was wondering if there was a way to change the colors on multiple parts at once.  Right now I right click the part go to iproperties and then go to occurence and choose the specific color.  I know from using Solidworks that it works the opposite you click the color first and then all the parts that you want to be that color.  It works out a lot quicker.  If I select multiple parts the occurence tab in the properties is greyed out.

View 4 Replies View Related







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