AutoCAD Inventor :: 2012 - Parts Derived From Assembly Lose Color

May 17, 2011

Concerning Inventor 2012...

We do a good bit of deriving parts from assemblies. We have a workflow that works well for us, we create PARTS, put them in an ASSEMBLY, then create new PARTS DERIVED from ASSEMBLY. We use Boolean to add/subtract and disregard parts as needed to create these parts. These parts are now given color and reassembled in an yet another final ASSEMBLY as needed and put into a drawing.

Through Inventor 2011 this worked well. 

In Inventor 2012 the color is disapering as soon as any change is made on a source part.

1 Changing the color does not work.

2 In the derived from Assembly, opening up (in the browser) the individual .ipt's and right clicking and clicking properties and changing the color only stays until the next change to the source prt.

3 Changing EACH individual face by right click, properties and setting the FACE PROPERTIES from "as feature" to "as part" does work, but is ridiculous to change hundreds of faces on each part. (especially considering we did NOT need this step in 2011)

Is there a switch in the registry (to turn off the standard “as feature” to the parts face).

Inventor 2012
Windows 7 64, 6gb RAM, Nvidia 4000

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Unable To Exclude Parts In A Derived Assembly

Jul 14, 2013

It says i can exclude parts from the assembly, when i insert it as a derived part, but the exclude button is greyed in the insert derived part dialog box.

View 4 Replies View Related

AutoCAD Inventor :: How To Suppress Link To Derived Parts Inside Assembly

Dec 4, 2007

I am having some trouble with this quick VBA app, I want a utility that can traverse all the parts in a top level assembly and suppress the link to each derived part (multiple) in all the parts in the assembly.

I have played with the following

Public Sub SuppressLink()
Dim partdoc As PartDocument
Set partdoc = ThisApplication.ActiveDocument
partdoc.ComponentDefinition.ReferenceComponents.DerivedPartComponents.Item(1).SuppressLinkToFile = True
End Sub

Which works, but only on one part file, and only on the first derived part. Is there any easy way to make this work on ALL the dervived links and every single part inside an assembly?

View 9 Replies View Related

AutoCAD Inventor :: Placing Content Center Parts At Assembly Origin 2012

Mar 14, 2012

I have just installed Inventor 2012 and am experiencing a bizarre problem with placing content center parts.  When I start a new assembly, and place a content center part, I would expect it to locate itself central to the assembly origin.  What actually happens is that it grounds itself wherever I click on the screen.  This doesn't happen with parts that I have created myself.

Is there a bug in the system or maybe an option that I have unknowingly switched off?

Inventor Professional 2012 SP1
Windows XP Pro 64 Edition SP2

View 3 Replies View Related

AutoCAD Inventor :: 2012 Parts Lists Not Showing Correct Part Numbers In Assembly

Nov 4, 2011

Having problems with parts lists not showing the correct part numbers of the parts included in the assembly. In some cases I've made a new part by renaming an existing part but when I create a parts list it shows the part no of the original existing part used to create the new part, even though the new part is the one in the assembly. Also I have just had a number of similar assemblies and needed to produce parts lists for them. I created the first one and then used 'save as' to rename the drawing including the parts list. Then when I re-opened the newly renamed drawing I assigned it to it's new assembly. However the parts list did not update to show the new part numbers included in it's new assembly.

Is all this a glitch in the system or is there something in the set-up which is causing this problem?

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

AutoCAD Inventor :: Derived Parts And Mass

Aug 23, 2012

have one assy comprising of a valve, made in steel, an actuator made in aluminum, total weight combined is 36 kg.

I make this assy a derived ipt.. i have tried all the output options, single solid, multy solid and the weight is not the same.. since its a new ipt has its own material, ok makes sense.. .. So i use composite, i get the correct weight (yay), but now i cant turn the visibility off on the 2d drawing, in certain pipe spool view representations.

What is the correct procedure for turning multi material assys into an ipt.. to get the correct weights and get the drawings to work properly? 

View 1 Replies View Related

AutoCAD Inventor :: Changes To Derived Parts In 2013?

Jul 9, 2012

Most of my part files contain at least one sketch which is derived from another part file. These derived sketches do not update like they did in our previous versions of Inventor.

If you change the geometry on a sketch in the base component, the updates will flow through to the derived parts. If you add geometry, it also works. However, if you delete any geometry from the sketch in the base part, it will not be deleted in the derived sketches in the second, third, etc. parts. The 'deleted' sketch geometry remains in those parts until you go into all the parts which derive from the base part and manually delete it. This is a significant problem for for our workflow.

Is there an option I have missed that changes this behavior so that deleted geometry in a sketch will also be deleted in any derived sketches in other parts?

View 6 Replies View Related

AutoCAD Inventor :: Parameters Of Derived Assembly

Nov 6, 2011

Now I want to know how to exclude derived parameters of an assembly and of occurrences in this assembly.

View 6 Replies View Related

AutoCAD Inventor :: VBA - Getting Derived Part In Assembly BOM

Jul 19, 2012

I have a vba project that can extract an assembly BOM.

However, it does not output derived parts. What is wrong with my code, shown in the attached file?

What I am trying to do is create a ipt file of a "Laser-Cut" component. Use this component to make another component with drilled, tapped holes in it. Then use this plate, containing the drilled and tapped holes in an assembly.

I need to output this "Laser-Cut" part in my vba created BOM. Is it possible?

View 1 Replies View Related

AutoCAD Inventor :: Derived Parts - Varied Parameters

Sep 20, 2012

As a recent convert from ProEngineer to Inventor, if it is possible to vary the parameters exported from the source model in the derived part. The following article (see link below) explains the functionality in ProE - note the ability to see the model tree of the source part and also the ability to have varied items (dimensions, suppress features etc.) URL.....

View 3 Replies View Related

AutoCAD Inventor :: Creating A Cutout With Derived Parts

Jul 31, 2013

I am using Inventor 2012.  I have a part that has 3 different inserts of a different material that I have to cut out.  So I create 3 different assemblies with the part and the the 3 different inserts.  Then I create 3 parts to derived the cutouts. Then 3 new assemblies to create the final assembly with the part and its insert.

Does Inventor 2014 have a way to do this with an i Assembly?  I can't seem to derive a member of an i Assembly now. In my old CAD system I was able to create a table with one assembly that contained one part, three different inserts and 3 different cutouts.  Right now this seems like a lot of work. 

View 2 Replies View Related

AutoCAD Inventor :: Bolted Connection With Derived Parts?

Jan 24, 2012

I have a problem with the Bolted Conection function when using derived parts created from a multi-body part.

I created a multi-body part in which I pit some holes with the hole function (clearence hole, through, M16, normal). After that I generate all the compontents. In the generated asembly I tried to add a bolted connection (placement by hole). Normaly after selecting the start-plane and the hole it discovered patterns (if exist). Now, after selecting start plane no holes are found.

see attachment for simplified model. Autodesk Inventor Product Design Suite 2013 SP1.1

View 9 Replies View Related

AutoCAD Inventor :: Derived Assembly Associative Option?

Aug 31, 2012

I want to un check this associativity thru VBA

' Create Derived Assembly Definition for the file Filename
Dim oDerivedAssem As DerivedAssemblyDefinition
Set oDerivedAssem = oPartCompDef.ReferenceComponents. _
DerivedAssemblyComponents.CreateDefinition(Filename)
oDerivedAssem. ?

Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013

View 1 Replies View Related

AutoCAD Inventor :: Not Possible To Exclude Components With Derived Assembly?

Jan 12, 2010

It seems to me that the basic exclude component no longer works when deriving assemblies. If I cycle through components it is not possible to get the Grey circle with the backslash through it?

IV2010 SP2
Dell Precision PWS690
Quadro FX3500
DirectX 178.46
Spaceball 5000
Intel Xeon 3GHz
4GB RAM
WinXP Pro SP3

IV2014 SP1 64bit
Dell Precision T7500, Geforce GTX 480, DirectX11 306.97
SpaceExplorer 4.04, 3DxWare 3.12.2
Twin Intel Xeon E5506 2.13GHz, 12GB RAM, Win7 Pro SP1 64bit

View 3 Replies View Related

AutoCAD Inventor :: ILogic To Remove Tick Box In Derived Parts?

Oct 28, 2013

Is there a way of using ilogic code to untick the highlighted component below. To run at assembly level to itterate down all levelsUntick (Use color overide from source component) update all parts

View 6 Replies View Related

AutoCAD Inventor :: Coloring After Apply Features On Derived Parts

Nov 18, 2011

Looks that in Inventor 2012 apperead few errors with coloring when we apply any feature on derived part. Situation:

1. Design Multi body Part with few bodies

2. Make components from it

3. Open derived component

4. Apply new material for this part (for example Copper)

5. Make Hole on any component surface

6. You will get Default color of Hole surface and surface which contact with Hole Color

View 1 Replies View Related

AutoCAD Inventor :: Single Composite Derived Assembly / I Features

Jun 24, 2012

I've derived an assembly into a part file. On inserting an i feature, Why can't I select a face of the single composite body?

You can create a sketch on a face, but not insert an i feature on a face.

View 9 Replies View Related

AutoCAD Inventor :: Derived Part From Assembly In Position Representation?

Jan 30, 2013

I have found an strange behaviour of derivin part from assembly when position repre is used.

There are lost or moved some part. It seems that this is another bug in Inventor 2013SP1.1. 

View 1 Replies View Related

AutoCAD Inventor :: Derived Parts Exporting As Empty Step Files?

Jun 11, 2012

I've created two similar but different base files.

I've derived each into parts that have a few different features.

In both cases, step exports of the base solid are fine but exports of the unique parts are empty.

Step exports of their assemblies are complete except for these parts.

Sat exports work fine for both parts and assemblies.

It happens in 2012 SP2 and 2013.

View 9 Replies View Related

AutoCAD Inventor :: Make Derived Part Into IPart Without Creating More Parts?

Feb 8, 2013

I have a part that was derived from an assembly.  However now I need to make this part have different center dimensions.  Is there a way to make a derived part into an iPart without creating more parts? see attachment.

I am using Inventor 2012.  BTW the part is more detailed than I am showing in the attachment.

View 2 Replies View Related

AutoCAD Inventor :: Unfolding A Part Created Form Derived Assembly

Oct 7, 2013

I am trying to unfold a part created from a derived assembly like I usually do… why in the world will it not unfold, and show a preview of the unfolded in the other direction??

At first all was working… until I added a part (see the circled item in picture), and I don’t have any problem usually!

View 6 Replies View Related

AutoCAD Inventor :: Multiple Components In Assembly - Derived Part Not Updating?

Jun 14, 2013

Assembly comprised of multiple components all derived from the same master sketch "4 Inch Rail Master Sketch" 

 Using the sketch to drive geometry, using the parameters to drive various extrude lengths.

Geometry changes seem to propogate quite well, while parameter changes do not...is this a bug or am I doing something wrong?  Generally have to open each individual part and "edit derived part" to force changes to propgate...

files attached (move end of part marker down for all .ipts).

View 9 Replies View Related

AutoCAD Inventor :: Read Derived Parts And Assemblies Using Apprentice Server (2011)

Jun 24, 2013

I´m trying to access ComponentDefinition.ReferenceComponents.DerivedPartComponents using Apprentice Server but it tells me "Not implemented". Is there any other way to figure out whether a component is derived or not?

View 1 Replies View Related

AutoCAD Inventor :: Creating Separate Assembly Out Of Various Component Parts In Existing Assembly

Jul 10, 2012

I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?

View 2 Replies View Related

AutoCAD Inventor :: Place Assembly Constraints With Parameters From Parts In Assembly?

Oct 30, 2012

it is possible to make a constraint that utilized a parameter of a part within the assembly.

For example, if I wanted to use the thickness of a plate, which I defined in the part, could I call that parameter in a constraint?

View 1 Replies View Related

AutoCAD Inventor :: Make Sub Assembly From Parts From Main Larger Assembly?

Oct 31, 2011

My assembly has grown (about 50 parts) to where I need to consolodate some parts into subassemblies for reuse and alternate iterations of the basic design.

When I import the original parts into a new assembly, all of the constrains I created are not there of course.

I've tried creating a new empty part and then deriving a new part from the assembly, but I can't add, delete or edit any parts.

I looked at using Shrinkwrap, Substitutes, iParts, Multi-body Parts, and Multiple Solids but I remain confused.

In retrospect, maybe I should have created the subassemblies between the part and assembly stage but I didn't.

View 4 Replies View Related

AutoCAD Inventor :: Saving Assembly Parts As New (sub) Assembly?

Nov 28, 2011

Can I select a bunch of parts in an assembly and say "save these pieces as a new assembly"?

It is just such a needed tool but I cant find an easy way to accomplish this.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Update Color Of A Derived Part

Jun 4, 2013

I'm running an iLogic based model where I have a technical housing with 2 cover parts on top.

The first cover part is the basic part.

I use iLogic to assign a RAL-color to several parts in the assembly, also to that cover. The color is assigned to several features of the cover part.

The second cover part is almost identical to the first one.

So my first feature in the second cover part is a derived part of the 1st cover. I derived all the bodies.

When I'm in my assembly and I pick a RAL-color in my created customization form, the RAL-color only changes in the 1st cover part (the original), but it doesn't change in the second cover part, the derived body.

But....

when I manually open the 2nd cover part, and I right click on the derived feature and click on 'Edit Derived Part' ; the new color shows up immediately!

So, my question is if there is a rule for iLogic to update the color automatically?

View 5 Replies View Related

AutoCAD Inventor :: Cannot Join Parts In Assembly

Dec 2, 2013

I am trying to assembled these 2 parts but the elbow gives no options..how can i constrain the elbow to the straight pipe?

View 7 Replies View Related

AutoCAD Inventor :: Rename Of Assembly And Parts

Mar 7, 2012

How could I rename a hole assembly and all parts (pre- or suffix)?

View 2 Replies View Related







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