AutoCAD Inventor :: Add-In - Change Document Name / Display Name / File Name
Oct 20, 2011
I already have been updating the DisplayName of documents but this name only shows in the Browser Bar and Title bar in Inventor.
When multiple documents are loaded, there are document tabs shown in het bottom area of the Inventor window, these show the File Name. I would like to show the DisplayName there but I don't knop how.
I'm using:
Win7 x64
Inventor 2011 pro
Visual studio Express 2008 - VB.NET
View 2 Replies
ADVERTISEMENT
Jul 30, 2012
I write plug-in for AutoCAD in C# and I have a question. How I can change dws-file in active document?
I know how it's doing in LISP, but not in C#.
View 1 Replies
View Related
Jul 16, 2013
I'd hoped that I could change the name of a part document like I did with sketches, simply assignment:
BSTR bstrName ;pPartDoc->get_FullDocumentName (&bstrName) ;wprintf (L"
Full document name was %s
",wchar_t(bstrName)) ;pPartDoc->FullDocumentName = L"Whatever" ;
But the compiler complains about no put method on that last line.How do I change the name of a Part Document programatically?
View 1 Replies
View Related
Aug 23, 2012
How do I change the document units using iLogic rules.
View 3 Replies
View Related
Jun 3, 2013
Im looking to make a simple ilogic rule that can toggle an option in the document settings, the setting I would like to change is the Document settings> Modeling> Participate in assembly and drawing sections
I would like a form to switch the option on and off quickly, its a really usefull function however I know a few of my colleagues wont use if they cant find it easly.
View 1 Replies
View Related
Aug 9, 2012
Im adjusting the CAD setup in our company, and therefore im looking for a way do change the document settings on all parts in an assembly (or the whole CAD directory) the easiest way possible.!
I have attached a picture of the setting i would like changed.
Is it possible with some Autodesk task scheduler tools..?
or can it be done with an ilogic rule?
View 4 Replies
View Related
Feb 28, 2013
I have to continually update the views for all of my parts regardless of how many times I change my settings and save. I recently updated to 2013 FDS. I've changed the default template but still no go. The views continually revert back to some default that looks horrible. At times the backgroud display will remain but eventually reverts back to some default. I've updated the document settings, application settings, and template settings but still get the same thing.
View 7 Replies
View Related
Oct 3, 2012
I was wondering if there was an option to set Inventor to display the full file path for the current file open ? At present I am only seeing a short description of the name of the active file - I wish to see it's full file path similar to what AutoCAD displays.
Cad Manager/Senior Designer
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 3 Replies
View Related
Oct 12, 2011
In previous versions when you hovered over an invisible axis in the browser you could see the whole line in the model. Now you just get the end points displaying as yellow circles and it can be quite difficult to see where the line is. What's the point of this change? Is there a way to get the old behaviour back?
View 1 Replies
View Related
Dec 10, 2012
I'm trying to change the display name of part at the part level (not an occurrence in an assembly). After the part file is saved initially I'm running an ilogic routine that assigns a "special" part number (not the same as the file name). I can get the part number into the PN iproperty easily but I can't find a way to programmatically change the display name in the top browser node. Please see attached for clarification.
View 4 Replies
View Related
Nov 5, 2012
Is there a way to have default display mode to be shaded with edges on 2013? Everytime I open Inventor I have to change this.
View 1 Replies
View Related
May 2, 2012
This morning I somehow changed the way the command icons are displayed, so how can I restore the command icons back to the default display. I've tried to figure out where the setting is for the way the icons are displayed, but I haven't been able to reset it back to the default setting.
Here's what the display got changed to, that I want to change back to the default setting.
View 4 Replies
View Related
Apr 14, 2010
changing the file path for links in an Illustrator document?
For example, let's say my Illustrator document is stored at: /Volumes/Storage/Projects/Client/AAA001/designs/concept1.ai
and I have placed 2 linked visuals:
/Volumes/Storage/Projects/Client/AAA001/visuals/big_retouch.psd
/Volumes/Storage/Projects/Client/AAA001/visuals/flattened.jpg
When I open the .AI I noticed that the reference to the visuals is under a %DocumentFiles section:
%%DocumentFiles:/Volumes/Storage/Projects/Client/AAA001/visuals/retouc hed.psd
%%+/Volumes/Storage/Projects/Client/AAA001/visuals/flattened.jpg
I need to replace "/Volumes/Storage/Projects" with "/Volumes/Projects". (There are some more complex replacements I need, but let's start here.)
View 11 Replies
View Related
Oct 3, 2008
This code works with no errors but does not change the text size. A user can over ride the text size (Font size) so I'm hoping it is possible thru code.
Dim oSketch As Inventor.Sketch
Set oSketch = oPartDoc.ComponentDefinition.Sketches("Sketch1")
Dim oText As Inventor.TextBox
Set oText = oSketch.TextBoxes.AddByRectangle(pnt1, pnt2)
oText.Style.FontSize = 0.1
View 3 Replies
View Related
Dec 25, 2013
I'd like to get the Vault file Id from an inventor document on the local workspace in order to be sure that it has been checked in (I want to be sure that all the files on the local disk have been checked in).
View 2 Replies
View Related
Dec 12, 2013
For some reason I have not been able to generate a pdf file with visible lines fro the attached file.
View 9 Replies
View Related
Dec 4, 2013
I am writing a external ilogic riule, which will iterate through all the referenced documents of the active assembly and write certain iproperties to a text file.
The code is below
It works in that the text file is created and it does write the iproperties. HOWEVER it only writes the iproperties from the active assembly
' go through all referenced documents in a assembly . Grab the description,title and part number iproperties
' and print out a list
If Not ThisApplication.ActiveDocument.DocumentType= kAssemblyDocumentObject Then
Return
End if
[Code]....
How can i fix this code so that it writes the iproperties for each oFileRef ?
View 9 Replies
View Related
Sep 25, 2012
I am using a symbol that includes a several text boxes. Each text box includes "prompted text" and "drawing properties". When I insert the symbol onto a drawing, the "Edit Property Fields" menu appears. In this menu, I can input my prompted field text or see the various "drawing properties".
My question is, how do I change the order that these property fields are displayed? It seems as if it depends on the order that the text boxes were created while defining the symbol definition. Is there any other way to change the display order?
View 3 Replies
View Related
Feb 11, 2013
I tried to print thisdrawing.modeldocument in a vba sub, but it doesn't work.
View 4 Replies
View Related
Nov 5, 2013
I've created a pdf file (with illustrator cs3). when I try to open it on photoshop CS3 I receive this message:
"error opening the portable document file (PDF) document. error code = 0X20030055"
I can open this pdf file outside photoshop.no problem openning other pdf files on photoshop.
View 1 Replies
View Related
Nov 23, 2013
I inadvertently saved a document as a jpg and wondered if there is any way I can convert it to a document file that is handled more easily with a file that is other than a photo file?
View 1 Replies
View Related
Oct 9, 2013
I've just had my first 3D experience in Photoshop mapping a bunch of different label options onto a cylinder - everything was working perfectly until I re-sized the image.
Now each label change-out gets displayed as one of the labels - Photoshop will only display one label despite there being mutiple layers and layer comps.
If I:Go to the diffuse texture for each label and choose "Edit texture"A new window opens showing the correct label/texture.
View 1 Replies
View Related
Mar 22, 2013
why won't gotham font display in Illustrator CS4 business card document?
View 2 Replies
View Related
Oct 16, 2012
I'm designing some screens for an retina display iPad and I just want the illustrator document on my 27" thunderbold monitor (at 109 ppi) to have the same physical dimensions as the physical iPad screen (7.75" x 5.81"). Maybe its so obvious that no one talks about how to do it. I do feel a little embarassed that I haven't figured this out.
Regardless of whenther I enter the doucment dimensions in inches or in pixels the resulting document is never the same pysicial size as the iPad's screen. And since Illustrator deals in vectors it doesn't have any notion of PPI that I can use to bring inches and pixels into alignement so that what I see on my monitor is the same physical size as what's in the iPad.
All i want is the AI document displayed on my monitor to be the exact same size as my iPad's screen.
View 2 Replies
View Related
Aug 13, 2013
How can we change(open) the Project file(ipj) with inventor api using vb.net code?
View 3 Replies
View Related
Jul 30, 2013
I attach a assembly file.
In front view, I can see all elevation drawing (DWG file)
but, when import this file to IDW sheet, I can't anything . I can look at 3D object section only.
View 1 Replies
View Related
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
Nov 16, 2013
I am trying to change the line weight on an ipt file saving to a jpg format.
I am creating operations manuals and line weight and pixalation is unacceptable.
View 4 Replies
View Related
Jul 7, 2013
I set the document.window.text="aa" what i want
However, when the state of window the window is changed the text is re over to the document full name. I also use the AcadDocument WindowChanged event,but it is not use.
View 5 Replies
View Related
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
View Related
Jul 25, 2013
We are using Inventor and Vault pro 2013.
I have an iPart in which I want to change the File Name Column from "Member" to "Part Number". These columns are not the same and makes the filenames for the members different when generated.
The challenge is that I already have about 100 members generated and used in different assemblies. I want these to be replaced by the new files and be deleted.
If I change the File Name Column I will get 100 new files (ipart members) that is not used anywhere. The only way I know of to replace the 100 "old" members is to do this in Vault - one by one..
View 4 Replies
View Related