AutoCAD Inventor :: Writing Notes On Part / Assemblies

Jul 31, 2013

When a co-worker opens an assembly or part drawing I want them to see a note regarding the model, a note that would be used for internal purpose only.

The note has to be visible on the screen when the drawing is opened, anyway of doing something like that?

View 8 Replies


ADVERTISEMENT

AutoCAD Inventor :: Find All Assemblies Which Use Part

Apr 17, 2012

I have a .ipt part, and am trying to determine any assemblies which use it. Is there a way to figure out all of the assemblies in which this part is a component?

View 1 Replies View Related

AutoCAD Inventor :: How To Check Assemblies Part File References

Feb 4, 2013

I was wondering is there is a way to select an Inventor part file and see which assembly file or files that is is currently used in ? It would be extremely useful to be able to see a list of all the assembly files which are using one particular part so when modifying the part you would know which assemblies would change. 

Product Design Suite Ultimate 2013
64-bit HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 9 Replies View Related

AutoCAD Inventor :: Change Part Name That Has Multiple Insertions In Assemblies?

Oct 30, 2013

I have 2 assemblies and drawings of those assemblies. in both the same part is among the parts.

I want to change the name of the part that is in both assemblies with the Design Assistant, but i am afraid that if i will choose one of them and change the part file's name, the other assembly will be damaged. is it true?

I think this might happen because when i open only the part in Design Assistant, it doesn't let me change it's name, so, Design Assistant might not know where this part is inserted in.

View 2 Replies View Related

AutoCAD Inventor :: Assemblies Display Welded Aluminum For Material In Part List?

Jun 20, 2013

In our part list we have a column for Material, ipt's display the material and iam's display blank expect for a few instances that display Welded Aluminum-6061(see attachment). These assemblies are all steel and not weldments. What would cause this and how can it be fixed?

View 2 Replies View Related

AutoCAD Inventor :: Copy Filename To Part Number For All Parts And Sub-assemblies In Assembly

Sep 22, 2006

here's a macro I wrote to copy the filename to the Part Number iProperty for all parts and sub-assemblies contained in a top-level assembly. I wrote this after using a bunch of custom iParts and all the Part Numbers were the same for each part! (my fault of course, but a pain to fix one at a time).

Public Sub SetAllComponentPartNumbersToFileName()
Dim oAsmDoc As AssemblyDocument
Set oAsmDoc = GetActiveAssembly
If oAsmDoc Is Nothing Then Exit Sub
SetAssemblyComponentPartNumbersToFileName oAsmDoc
End Sub

[code]....

View 4 Replies View Related

AutoCAD Inventor :: How To Modify Part Without Updating Linked Parts / Assemblies / Drawings

Nov 12, 2012

I have several parts which I wish to modify, but, those modifications are only being done to get some prototypes made. I do not want the changed (non-approved part) to be used in current issue drawings, assemblies etc. until I have proven the modifications and am happy with them.

I can do this by doing a save as on the part and could just replace the previous design, but then I lose the history of changes/revisions shown in Vault which is critical to me and part of using vault in the first place.

View 3 Replies View Related

AutoCAD Inventor :: Can't Make Individual Parts Adaptive To Multiple Assemblies Without Saving Each Part

May 4, 2013

   We use a similar sub-assembly in almost every assembly we design.  So what I would like to do is make a template from this sub-assembly that I can make adaptive, constrain to the proper parts and have it resize to the main assembly.  I've been trying to do this for a few weeks now with little success.

 I have seen tutorials make adaptive part templates but never adaptive assembly templates.  Is this even possible?

 I know you can't make individual parts adaptive to multiple assemblies without saving each part as a different file and I think that's where my problems are coming from.  Even though I save the template as a different file is it still referencing the original adaptive part in my library folder?  If so, is there a way I can make it not do that?  I may be way off base there too I don’t know.

View 7 Replies View Related

AutoCAD Inventor :: Promoting Parts In Assemblies From Stock Sub-assemblies Or Component Groups

Oct 3, 2011

I am working in an Inventor Assembly .iam, I have about 250 fasteners (screws) that are constrained to a flat washer and lock washer. I would like to put them in as a single unit (sub assembly if you will) and then promote or explode them in the top level so that my bom has 250 screws, 250 washers, and 250 lock washers all at the same level, not associated to one another except thru the constraints that were entered in the original assembly. I have tried Promote but that doesn't work because it removes the washers from the original file and I end up with only 1 instance of the assembly. Am I approaching this incorrectly? Is there a better way? I run across this scenario with different components quite often.

View 2 Replies View Related

AutoCAD Inventor :: Busting Up Sub Assemblies In Upper Level Assemblies?

Mar 8, 2012

If you have created a sub assembly and inserted it into an upper level assemby, is there a way to bust up the sub assembly at that level?

The issue arising is the individual components need to be called out on the upper level, but in the drawing are all showing up as the same balloon.

View 4 Replies View Related

AutoCAD Inventor :: BOM For Assemblies Within Assemblies

Jul 12, 2012

i have a valve vault assembly that i am creating that has two headers running through a large cylinder vault.  how i get a total BOM if i were to create the header assembly file separate from the the total vault assembly file.  is there a way to explode the header assembly bom when i do the drawing.

View 1 Replies View Related

AutoCAD Inventor :: Design Notes Add-in

Mar 16, 2009

Check out a new add-in to keep design notes in a running history for all Inventor file types. Also has the ability to keep track of filename changes.

View 9 Replies View Related

AutoCAD Inventor :: Get Hole Notes From IDW?

Aug 9, 2013

I am working on some VB code to reterive the dimensions fron an IDW and put  them on an excel spreadsheet for an Inspection report. I found some code to which gets the linear dimensions and have added tolerance type and tolerance bands.

I have been unable to get the hole notes off the IDW. Got the general notes to work with the following

Dim invDrawNotes As Inventor.DrawingNotes
Dim invActDrawNotes As Inventor.DrawingNote
Set invDrawNotes = invActSHT.DrawingNotes

[Code]....

View 3 Replies View Related

AutoCAD Inventor :: Using Engineers Notes In DWG?

Dec 23, 2011

How can I use engineers notes in a dwg drawing?

I want to add notes to parts and then use the notes in the 2d drawing layouts.

View 4 Replies View Related

AutoCAD Inventor :: Editing Notes Placed In IDW

Dec 5, 2011

I have placed a srting of text on an Inventor 2012 drawing howver I can't edit it once placed - double clicking  / right clicking does not give me any options.

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 1 Replies View Related

AutoCAD Inventor :: Bend Notes On Drawing

Aug 13, 2012

Is there a way to make Inventor automatically add a note, along the bend line, indicating bend direction, number of degrees and bend radius?

Also, in 2013, where are the bend tables located? I've checked the help file, and it's telling me cprogram filesautodeskinventor 2013design data

I followed that path, but I do not have the "design data" folder it's calling for.

View 3 Replies View Related

AutoCAD Inventor :: Alternate Units In Hole Notes

Sep 11, 2009

When using alternate dimensions in hole notes it repeats the full note for both dimension units. I would like to only have the dimensional data have the alternate information and not repeat the full note (see attached file).

IV 2010, Vista 64

View 3 Replies View Related

AutoCAD Inventor :: Text Notes In Drawing Views?

Jan 3, 2012

Is there a way to associate a text string to a drawing view so when the view is moved

around the text goes with it and remains placed in accordance with the view?

View 9 Replies View Related

AutoCAD Inventor :: Alternate Units On Hole Notes

Oct 25, 2012

I am using 2012 SP2 and when I try to place hole notes with both metric and inches it only gives me inches (in both displays)

View 4 Replies View Related

AutoCAD Inventor :: Hole / Thread Notes Edits

Oct 10, 2013

How can I go about editing the text for a holethread note? I want to proceed the default text w/ the quantity note.

E.g.: 7/8 THRU

What I want: ?X 7/8 THRU

View 3 Replies View Related

AutoCAD Inventor :: Customize Hole And Thread Notes?

Dec 29, 2011

What file do I edit to customize hole and thread notes?

View 4 Replies View Related

AutoCAD Inventor :: Create / Display Multiple Notes

Jan 11, 2010

I am trying to create and display multiple Notes on an Inventor Part. I select the face, right click, select create note, and the note gets created perfectly. However the next note I create does not get displayed in the graphics window. It gets added to note in the browser. Is it possible to get all notes created displayed on the model?

I also see that the note automatically adds the Author and the date to the note. Is it possible to edit this information. It says the information is read only.

View 1 Replies View Related

AutoCAD Inventor :: Editing Holes And Chamfer Notes

Oct 3, 2011

Every time I create a chamfer note, I have to edit it, because I don't like '1.5 X 45° ', I like the lower case of '1.5 x 45° '. Only a small detail, maybe, but that's how I prefer it. Can I edit the template somewhere so that this happens automatically?

Similarly, can I edit the hole note so that the tolerance (6H, etc) is not shown for tapped holes?

View 6 Replies View Related

AutoCAD Inventor :: Adding Notes To Hole Table?

Jul 25, 2013

Is it possible to add notes for each hole in a hole table?

I want to add for each hole in a hole table its true position value that I decided (instead of creating feature control frame for each hole).

View 5 Replies View Related

AutoCAD Inventor :: Toggle Visibility Of Engineering Notes In Assembly?

Feb 9, 2012

I have created Engineering Notes in Part and same visible in all top level assemblies (see attached image).

I searched on web for option and it is available underAplication Option>Note Tab, but I could not able to locate option in Inventor.

Inventor: Autodesk Inventor Professional 2011

View 1 Replies View Related

AutoCAD Inventor :: Hole And Thread Notes Doesn't Work

Oct 17, 2013

The Hole and thread notes command does nothing in a drawing.

I point to a thread hole, the mouse cursor changes to the right simbol but no note is generated.

View 5 Replies View Related

AutoCAD Inventor :: Dimensions And Notes Disappear When Reverenced Geometry Is Deleted

Nov 20, 2012

This following happened frequently.  

1.  We spend a lot of time creating a drawing with dimensions and leader text.  

2.  The part or assembly changes (feature or components are deleted or replaced)

3.  Dimensions that reference deleted geometry disappear.

From what I can tell, the dimension will turn pink/purple and not disappear ONLY if one of it's attachment points is still valid.  However, if all the attachment points for the dimension or leader text are gone, then the dimension or leader text simply disappears.

We spent a lot of time creatin these dimensions and/or leader text and would like to know if there is a problem.  We have had many instances where we though the drawing was done only to find vital info missing.  To make sure this doesn't bite us again we currently have to carefully compare archived revisions of the drawing with the current drawing to make sure everything is there.  

View 4 Replies View Related

AutoCAD Inventor :: Save Hole Notes To Styles Library And Templates?

Jan 12, 2012

Why do I have to select edit hole note each time I use the hole feature tool? It will not keep my settings to show qty.

It seems that I should be able to save it to my library and make it the default. I have saved library,templates all with zero luck.

See 2 screen shots in the attachment.

View 4 Replies View Related

AutoCAD Civil 3D :: Assemblies Not Registered / How To Get Assemblies To Work

Jul 20, 2012

I'm trying to use assemblies when creating a corridor. The Tool Pallette is emply but I can drag the assembiles in from the Catalog. I've also created an assembly using the ASC. Neither work when I try to use them. The error message is attached.

I'm using a network installation and I do not have the option of changing it to a DVD installation.

View 2 Replies View Related

AutoCAD Inventor :: Writing Equation In Parameters?

Mar 7, 2012

I need to put the following into equation form to plug into a User Parameter:

if d91 falls in the range of 4" to 11"

then d92 = d91 + 2"

else d92 = 7.5"

Windows 7 Pro, SP1
Inventor 2012 SP1

Due to the nature of our business, I am not permitted to attach any files showing models or .idw environments of any actual work-related components.

View 5 Replies View Related

AutoCAD Inventor :: Error Detected While Writing Segment?

Apr 3, 2013

I have been working for the last couple of hours "copying objects" into my part file.  I am creating composites from surface data that exists in other part files.  I now cannot save my part which I have renamed TEST.IPT for the purposes of this request.  This is a common workflow for me when I am recreating a part from multiple imported CATIA files.  (I know it is hard to guess withour providing the actual data.)

Problems encountered while saving the document.
Error(s) detected while writing segment PmDCSegment in database TEST.IPT
Error detected while saving object of type MIxTransactablePartition in TEST.IPT
Error detected while saving object of type MIxPartition in TEST.IPT
The attempted write operation did not succeed. Part file may be corrupt.
The database in TEST.IPT could not be saved

View 6 Replies View Related







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