AutoCAD Inventor :: Change Drawing File Part Association?

Dec 1, 2009

I sometimes create parts that are very similar to one another. (ie. - complex plate, but one part uses threaded holes, while an identical one has through holes, with all holes in the same location). So before now I would have built one part, made my drawing file. Then Copy/paste the part file into the same assembly folder, edit the hole feature of the newly copied part, then have to create an entirely new drawing file for the new copied part.

Is there a way to just copy my already created part drawing, and then just change the part file it used? They are basically the same part, but one uses threaded holes, the other uses through holes. My current way seems redundant and time wasting.

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Keep Getting (A Cross Part Association Has Failed)

Oct 2, 2012

I keep getting; "A cross part association has failed".

*I got a sheet metal part fixed by jletcher, got it in to the assembly (1), updated the associations and that worked fine.
*I then opened the assembly (2) that contains the assembly (1) and fixed the "cross part associations" this file seems to work after save and reopen.

So, when I open the MAIN assembly it complains about the same stuff. I have fixed it But as soon as i close the files for the day it complains about it again the next day. This seems to go on and on

I have created some some parts in the assembly (2) and projected a few edges to be able to create these parts.

Inventor 2012 Pro 64-Bit
Win 7 Pro
RAM 16 GB

View 1 Replies View Related

AutoCAD Inventor :: Change Part Reference In Drawing?

Feb 2, 2013

In solidworks, if I have several similar parts to draw, I can draw one part and annotate it and then to save time and effort I can save the drawing as one of the other parts and then change the part reference in the drawing as I open it up.

View 7 Replies View Related

AutoCAD Inventor :: Changing Part File In Drawing?

Aug 8, 2012

Is it possible to update an existing drawing to reference a new part or assembly file while maintaining associated views and possibly the annotation also? 

I have tasks which require frequent subtle changes to assemblies. These assemblies will then be given a completely new file name, so it is no longer just a revision change but a new part altogether.

View 5 Replies View Related

AutoCAD Inventor :: Part Missing In Drawing Of IPN File

Nov 5, 2013

I've got a view of a presentation in a drawing and one of the parts which is in a sub assembly.

I've checked the visibility in the presentation and the drawing and the assembly but all say visible.

Restarted the computer, but still no change.

see below a pic of the drawing, I've drawn in a red rectangle where the part should roughly be.

IV 11

View 4 Replies View Related

AutoCAD Inventor :: How To Show A Feature Of A Part File As Dashed In A Drawing

Jul 18, 2013

How to show, if it's possible, a feature of a part file as dashed in a drawing?

View 2 Replies View Related

AutoCAD Inventor :: Get Position Of Faces Of Part When Place On IDW Drawing File?

Jan 21, 2013

How to get postion of faces of part when place on idw drawing file???

Do we need to use (ThisApplication.MeasureTools.GetMinimumDistance(oTG.CreatePoint2d(0, 0), oFa.PointOnFace)?
 
If we use that we will get distance  but how to get face postion on idw. do we need to use edges?? or lines?

View 2 Replies View Related

AutoCAD Inventor :: Hiding Solid In Drawing For A Single Part File

Feb 1, 2012

I have a part file  that contain 7 separate solid. But in the drawing i want to show only 4 solids.

 For this reason i put invisible command  to other 3 solids in the part file . but in the drawing,  i still see  all the seven parts. 

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 :: ILogic To Change View Representation In Part File

Apr 16, 2012

How to change the view rep in an assembly

(using oAsmCompDef.RepresentationsManager.DesignViewRepresentations.Item("Red").activate) -

However I am trying to achieve the same with iLogic in a part file (multi-solid).

View 2 Replies View Related

AutoCAD Inventor :: Open Related Drawing File By Right Clicking On Part Name At Top Of Design Tree

Feb 24, 2013

when I'm in a part file and attempting to open the related drawing file by right clicking on the part name at the top of the design tree, the drawing can't be found automatically and I've to find it in the file open dialogue box.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Code To Check File Name Matches Part Present In Drawing

Feb 15, 2013

At my company we use part numbers as file names for everything. for example, part number 09090P00100000, will be saved as 09090P00100000.ipt and will have a drawing saved as 09090P00100000.idw.

Within the drawing template file, i want to set up an ilogic rule that will check that the part present in the drawing corresponds to the file name of the drawing. This rule will run after saving and will just display a warning if the file names do not correspond.

I just need some code that will get the file name of the part displayed in the drawing.  Note that we use iparts so the code must get the member file name and not the factory file name.

Dim oDrawingDoc As DrawingDocument
oDrawingDoc = ThisApplication.ActiveDocument  
Dim oSheet As Sheet   
oSheet = oDrawingDoc.ActiveSheet

[Code] ........

Autodesk Inventor Professional 2011
Windows 7 Enterprise, 64-bit

View 8 Replies View Related

AutoCAD Inventor :: Change Pathfile Of FEA Results When Part File Is Saved Into Vault?

Jun 27, 2012

I would like to know if it is possible to change the pathfile of the FEA results when the part file is saved into Vault.  For example: the part file will be saved in the folder manufactruing, but I would like the FEA results to be saved into the folder miscellaneous.

View 3 Replies View Related

AutoCAD Inventor :: How To Run Rule In Part File From Rule In Drawing File

Aug 21, 2012

I am trying to use iLogic to create the file types I need to give to my vendors once I have created a drawing.In the .idw file I have a rule that creates a .pdf file and .dwg file. I also want it to activate a rule I have in the .ipt file that creates a .dxf file.

trigger = iTrigger0oType=Left(ThisDoc.FileName(False),3)GoExcel.Open("S:DRAWINGSFolder Types.xlsx", "Sheet1")For rowPN = 1 To 200 If (GoExcel .CellValue("A" & rowPN) = oType) Then oFile = GoExcel.CellValue("C" & rowPN) Exit For End IfNextoFolder = "S:DRAWINGSNOT RELEASED" & oFileIf Not System.IO.Directory.Exists(oFolder) ThenSystem.IO.Directory.CreateDirectory(oFolder)End IfThisDoc.Document.SaveAs(oFolder & "" &
[code].....

View 5 Replies View Related

AutoCAD Inventor :: Drawing Of Part Made From Driven Part

Oct 4, 2012

To create my new  part, i used the deriven part of another part, and used only ‘Body as work surface’ before inserting in my new part.

When I create the drawing of my new part, why is it that I still see all the ‘Body work surfaces’ of the direven part?

When I make it on my other computer  I dont see it... so it is surely an option…

View 1 Replies View Related

AutoCAD Inventor :: ILogic Rule For Each Part In Assembly To Change Part Parameter

Apr 1, 2013

I`m looking for the iLogic code that can change one parameter (user defined) for each (ipt) part in assembly (iam)

The one below doesn`t work.

Sub Main Dim oApp As Inventor.Application = ThisApplication Dim oAssy As Inventor.AssemblyDocument = oApp.ActiveDocument For Each oSubDoc as Inventor.Document In oAssy.AllReferencedDocuments On Error Resume Next Parameter(oSubDoc, "FH") = 15.26 Next End Sub

View 5 Replies View Related

AutoCad :: Cannot Change Any Object Layer Association

Feb 16, 2012

for no apparent reason I am suddenly unable to change the layer that a object is assigned to. Normally I select a line, then go to the layers pull down menu and click on the desired new layer. Automatically the line changes color to the selected layer.

When I follow this procedure now, the layer name changes in the pull down menu as if the change has been made, but the line remains the old color. Checking in Properties for this line, it shows that it has been changed to the new layer as well, however, when I reselect the line, the Properties changes back to show that it is still assigned to the old layer (color: By Layer is selected).

View 3 Replies View Related

AutoCAD Inventor :: Link One Part File Dimension To Another Part File?

Jul 6, 2012

Is it possible to link one part file dimension to another part file?

1. Part first is a cylinder in parametric table i changed it,s name OD , ID  and thk. ( find attachment )

   Cylinder ID is ( ID=105)

2. Then i made 2 nd part whose step od ( od=102) is going to insert in to cylinder id.There is 3 mm clerance every time 

3. So i have to make equction in 2 nd part that ( Step OD= ( ID-3).

means next time when i will change ID of cylinder OD of 2 nd part will ger changed automatically minus by 3 mm than id of cylinder.

View 3 Replies View Related

AutoCAD Inventor :: Part Inserted In Assembly File As Tube And Pipe Run Part?

Mar 28, 2012

Dear Sir, In particular project, when I insert part in Assembly file, It is inserted as a Tube & Pipe run part. so that It is not Grounded automatically. What is the settings by which I can insert as a normal part in assembly file ? I have attached herewith the JPG file also.

View 3 Replies View Related

AutoCAD Inventor :: Part Created In Assembly Does Not Update To Part File

Nov 15, 2013

New user 2014

Part created in assembly does not update to part file.

View 9 Replies View Related

AutoCAD Inventor :: Insert STEP (STP) Part Into Existing Part File?

Sep 11, 2013

The simple question is… how can we insert a step (stp) part into an existing part file? 

The story behind the question is this:

Normally when we get a step file assembly from a customer, if the part has changed, we put our part into Old Versions and save their new step file as our ipt number and replace it in our assembly file.  With Vault, in order for us to maintain the history of the part files, we need to keep the original file so we can’t just delete it or replace it, so now we need to figure out how to get a step file into an ipt.  The Import command on the Manage tab (with 2013 at least?) does not allow import of stp files just yet.

The only other option I can think of is to put the original part into an assembly with the step file, create a copy of the step information in the part file and use it to recreate the new (step based) part.

Inventor 2013 (SP2 Update 2), Windows 7 Professional (64-bit), SP1, Intel Xeon 3.07GHz CPU, 12GB RAM, NVIDIA Quadro 2000, Vault Basic 2013

View 1 Replies View Related

AutoCAD Inventor :: How To Copy Part Of IPT Into Another Part File

Mar 15, 2013

I started out with a single 3 dimensional piece i had made using sketches, and split it into two using the split feature under the modify tab. Now I would like to take each of those two pieces and copy them into their own individual part files. I could do this by remaking them, but was wondering if I could simply copy and paste them into separate files.

View 2 Replies View Related

Lightroom :: Can't Change Image Association In LR5

Dec 18, 2013

LR5 is showing many of my images as missing.  When I point to the correct location, it says that that image is associated with another photo in the catalog. I cannot update it to the correct location.  I have deleted the preview folder hoping a rebuild will fix this but it hasn't. I recently 'moved' 140 K + photos to new drives, that's when the problems showed up.

View 2 Replies View Related

Photoshop :: How To Change Right Click And Edit Association

May 16, 2012

How do I change the right click and edit association so a jpg opens for editing in CS6 instead of CS5 in Windows 7? I'd like to keep both programs installed and Windows no longer offers the ability to edit the "edit" association.

View 7 Replies View Related

AutoCAD Inventor :: Break Association To BOM?

Aug 21, 2013

I'm using Inventor Pro 2011 and I'm trying to break the association of a BOM from it's assembly.  My company uses a "next assembly list" on each drawing to show the quantities and information that appear on the BOM in the next level assembly.  To achieve this we insert a parts list referencing the next level, then we turn off the visiblity of all the parts except the item we want shown.  The problem we've found with this is that we're using some large assemblies and Inventor slows down when it has to reference the large assembly on each drawing.  All we really want to show is the single line.  If we break the link to the large assembly, we feel that it will speed up the process considerably.

View 5 Replies View Related

Photoshop :: File Association

Aug 18, 2009

 All picture file formats have somehow become associated with Illustrator so that when I try to open a file in Photoshop from Bridge it opens in Illustrator instead. How can I re-associate all picture file formats with Photoshop?   

View 3 Replies View Related

AutoCAD Inventor :: Change Drawing Scale With ILogic Upon Parameter Change

Jul 8, 2013

I have a spreadsheet and iLogic driven mater assy to generate different iterations.

I would like to change the scale of a base view on a drawing based on a parameter in my assembly. The idea is to get iLogic to change the view using a simple If / Else statement.

This is what I tried:

If Parameter("0 Generic Assembly v2.2.iam.BP") < 1570 Then
ActiveSheet.View("VIEW1").Scale = 1/8
Else
ActiveSheet.View("VIEW1").Scale = 1/10
EndIf

So basically the value of "BP" parameter (excel parameter in my assy) would drive the scale of the views. But its not working. Is it actually a sensible method? Can I use in the drawing environment the excel parameters in my assembly?

This is the error message I get when the rule is run:

"Error in rule: View Scale, in document: 0 Generic Assembly v2.2.idw

Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))" 

Also using the same thinking I use iLogic to populate the drg number field on the drawing based on an excel parameter. The rule works but does not always updates the drawing no upon the parameter change or update/rebuild commands.

View 1 Replies View Related

AutoCAD Inventor :: Transparent Part Don't Appear In A Drawing

Jan 26, 2012

I am having an issue with a drawing, I have an assembly running in Inventor, the parts appear to be in a transparent mode, it is actually a translation from CATIA V5, everything seems to be ok, but when I open a drawing to create dimensions, only the parts that are not transparent appear in it.

View 4 Replies View Related

AutoCAD Inventor :: Second Part List In Drawing

Dec 21, 2011

I need to use 2 part list in my drawings. I have made the second part list in the style editor and saved it but how do I select it?

View 1 Replies View Related

AutoCAD Inventor :: Drawing Of A Mirrored Part

Dec 20, 2011

I have a sheet metal part with a fully dimensioned drawing made for it. I then make a mirrored (derived) part out of the original. Is there an easy way to get a fully dimensioned drawing of that mirrored part?

I have tried making a copy of the original parts drawing and then replacing the model that is referenced in the drawing but that just gets me a drawing with a bunch of pink dimensions and I have to drag all the dimension points to reattach them.

View 4 Replies View Related

AutoCAD Inventor :: Put Part List Drawing

Jan 6, 2013

im using inventor 2012.im trying to put a part list on my drawings.but for some reason, the part list is using a Gost Form. ( diffrent layout and polish/ russian text )How do I go back to default.I have allready tried to reinstall inventor, no go.

View 2 Replies View Related







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