AutoCAD Inventor :: Save Copy As Doesn't Rewrite Filename 2013

Oct 9, 2013

When using save copy as to make an identical part with a different number, the file name in the top and the browser doesn't update to the new filenumber. only in the bottom file tabs is the name correct. if I go to file> save as I can also see the new filename. This is a hassle when doing this to multiple files in an assembly, as it makes it hard to keep track of which parts have been given a new name. It seems the filename input in the browser is only written once, and that is when the first file was saved for the first time. 

View 7 Replies


ADVERTISEMENT

AutoCAD Inventor :: Batch Save Copy As PDF With A Custom Parameter Filename

May 14, 2012

An application that will let me choose a group of Drawing files (.idw) and perform "Save Copy As" to a PDF format on them. The Filename of each Drawing should be extracted from a custom Parameter I embeded in the IDW file.

I know I can use the Task Manager with a virtual PDF Printer to create these files, but then the PDF Filename will equal the IDW Filename, and I want it to be derived from the custom parameter I prepared inside the drawings.

View 2 Replies View Related

AutoCAD Inventor :: Save Copy As PDF Doesn't Work On Network Location?

Sep 26, 2013

I cant't save copy as PDF when I point to a nework location, It's working when I save directly on my computer.

I get a message saying : "Failed to publish DWF file."

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 :: Change Filename Before First Save

Dec 17, 2013

I'd like to change the filename of a part before it's first save.The code would look somewhat like below. 

Private Sub m_appEvents_OnNewDocument( _ByVal DocumentObject As Inventor._Document, _ByVal BeforeOrAfter As Inventor.EventTimingEnum, _ByVal Context As Inventor.NameValueMap, _ByRef HandlingCode As Inventor.HandlingCodeEnum) _Handles m_appEvents.OnNewDocumentDim oDoc As Inventor.DocumentDim Name1 As String = "New Filename...."oDoc = DocumentObjectoDoc = oDocoDoc.PropertySets("Design Tracking Properties").Item("Part Number").Value = Name1oDoc.DisplayName = Name1oDoc.FullFileName = Name1.

The code partly works when opening a template but doesn;t work when create a an in place component or frame generated part? What do I need to modify to catch and change the filename before it's saved?

View 1 Replies View Related

CorelDRAW X4 :: Save / Save As / Copy / Cut / Export And Some More Tools Doesn't Work

Jan 11, 2012

I have a problem with CorelDraw X4, some tools like save, save as, copy, cut, export doesn't work.

View 10 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Copy Shortcut C Doesn't Copy Multiple But Typing In COPY Does

Aug 23, 2013

I have a keyboard shortcut for Copy (see directly below). This command doesn't copy multiple. But if I type "Copy" at the comment prompt (AutoCAD 2013) the copy multiple is the default. Copymode is already set to "0".

(DEFUN C:C()
(setvar "SNAPMODE" 1)(COMMAND "_COPY")
(PRIN1)
)

View 4 Replies View Related

AutoCAD 2013 :: Changing Units Doesn't Save

Nov 30, 2012

I've noticed an anomoly when working with XREF's and changing units.  With the company that I work, we receive client drawings, XREF them in, and put our drawings on top of them.  For this particular project, we have about 150 drawings that we are working with.  The biggest problem is the drawings we receive are in various units, and we draw in millimeters.  So when we go to XATTACH, we have to make sure the XREF drawing's units are set to mm, although most of them are not.  So we navigate to the XREF drawing, open it, open the UNITS window, change it to millimeters, accept, save, and close the drawing.  However, when we go back into the actual drawing to XATTACH again, the unit change in the XREF has not taken effect.  Reopening the drawing and launching UNITS will show that, indeed, the unit change was not saved.  Doing it a second time will take effect, but why do we have to do this dance in the first place?

This problem occurs about 50% of the time.  I can't seem to find a pattern with it.  If I make a change to the XREF drawing itself as well as changing the units (like moving the pan or zoom), but to no avail.

Windows 7 Pro SP1
AutoCAD LT 2013 Version: G.55.0.0

View 3 Replies View Related

AutoCAD 2010 :: DWG To PDF Save As - Filename Empty

Aug 24, 2012

in Autocad 2012 whenever I want to make a PDF from a DWG I use the Autocad builtin DWG to PDF, but it wont suggest the filename anymore. When I use pdfcreator is will suggest the filename, but i dont have the correct paper sizes,

View 1 Replies View Related

AutoCAD Inventor :: Save Copy As IDW As DWG

Dec 18, 2013

When I "save copy as" dwg an IDw, I have an error with some ellips.

from IV 2013 to Autocad Mechanical.

Is it solve with IV 2014?

View 1 Replies View Related

AutoCAD Inventor :: Save Copy As PDF?

Aug 28, 2012

I have some problem with converting to PDF from Inventor .idw file. When I use “Save copy as” PDF I get some picture like this

But if I use command "Print" and choose “DragToPDF” or else, picture came out just fine.

Problem is that I have some programming tool where I need to use “Save copy as”

P.S.You can see differences in attachments.

View 3 Replies View Related

AutoCad :: Unable To Save To Drawing (path And Filename)

Apr 18, 2013

I have just installed AutoCAD 2006 on a new PC, and for a while everything seemed fine. However when I save a drawing it comes up with the following:

Unable to save to drawing (path and filename).
Drawing saved to (path)savAE01.tmp

It allows me to saveas without a problem.

If I come out of AutoCAD and try to open the file I attempted to save, it is visible in the file list, but a message pops up saying:

Cannot find the specified drawing file. Please verify that the file exists.

I can rename the .tmp file to a .dwg file and it opens, but then if I try to qsave it, the same thing happens.

View 3 Replies View Related

AutoCAD Express Tools :: DWG To PDF Save As -> Filename Empty

Aug 24, 2012

Whenever I want to save my DWG to PDF I use the builtin pc3 from Autodesk. Normally when I use it, the filename of the dwg is suggested as name for the pdf. But now this is empty and when you have to save 20-30 pdfs a day this is a pain to type over the names everytime. When I use PDFcreator however, it does suggest the name correct, but then I dont have the correct paper sizes.

View 2 Replies View Related

Illustrator Scripting :: Copy Text For Filename?

May 29, 2013

I've looked around for this but haven't found much. I have a server with thousands of print proof sheets, and since the beginning, long before me, the files were saved with verbal descriptive names. It would be a lot better if they were saved according to the PO number. All the proof sheets have a po number listed in pretty much the same place on the sheet... is there a way to copy that PO number from the field within the pdf, and save the file to a new folder using that number as the filename using a script?

View 28 Replies View Related

AutoCAD Inventor :: Save Copy As PDF Not Existing

May 16, 2013

I have a user who no longer has a pdf option when "saving copy as" in Inventor 2010.  He sees a few other options but not pdf.  I will get him to perform a fix and reboot?

View 9 Replies View Related

AutoCAD Inventor :: 2012 Cannot Save Copy As DXF Or DWG

Jun 21, 2011

When trying to Save Copy As:

1) When setting file type to AutoCAD dwg or dxf, Inventor has to "think" for about 30 - 45 seconds (i.e. the hourglass cursor shows up).

2) I press 'Options and Inventor "thinks" for about 30-45 seconds, but nothing happens, no DXF export wizard pops up, so I can't change any export settings..

3) If I press save anyway, I get an error message: "problems encountered while saving the document" I have tried repairing, reinstalling, and uninstalling inventor but each option fails.

View 7 Replies View Related

AutoCAD Inventor :: Save Copy As - DXF - 2011

Jun 13, 2013

When I save as DXF, I have to manually go into options on the save tab and click "default DXF configuration," otherwise it exports the file as a ZIP folder. I can't figure out how to save the configuration so I dont have to manually do that everytime, im sure it something simple, as it usually is..

View 2 Replies View Related

AutoCAD Inventor :: Save As Against Copy Design

Feb 15, 2012

i have an asm1 that i would like to copy as asm2. identical most of the part except for some parts that i have to replace and use other parts from asm3.

Which is the best method to use, copy design or save as?

View 3 Replies View Related

AutoCAD Inventor :: IDW File - Save Copy As DWG?

Apr 1, 2011

I used to be able to save my .idw files as an autocad .dwg, then be able to open and edit them in autocard. Now it seems that I can only save as inventor dwg and I am unable to edit the drawing in autocad.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Save Filename As Variable

Oct 20, 2011

how to write a lisp command, or function, that will save my newly created drawing with a file name is that is called up from a variable.

For example:

(setq filename variable)
(command "saveas" "r14" "filename")

and i would want the outcome to be:  variable.dwg, rather than filename.dwg. I have tried numerous different ways of doing this with command prompt and cant seem to get anything to stick.  Everything that works just creates a file named "filename.dwg", which is not what i want to do.

View 9 Replies View Related

AutoCAD Inventor :: Save Copy As Options Box Not Coming Up?

Jan 29, 2013

I'm trying to 'export face as' and change the version of the DXF, but my options box will not come up.  This problem is also happening in my 'Save Copy As' and 'Export to DWG'.

View 4 Replies View Related

AutoCAD Inventor :: IDW Save Copy As DXF Or DWG Not Working In 2014

Sep 23, 2013

I recently installed Inventor 2014. With Inventor 2013, I was able to do a Save Copy As on an IDW file to save it as either a DXF file or AutoCAD DWG file without any issues. In Inventor 2014, doing this produces the following dialog boxes in succession: 

No DXF or DWG is produced. I tried doing this to a new, blank drawing from one of the default IDW templates and I get the same result. What can I do to fix this?

View 1 Replies View Related

AutoCAD Inventor :: Save A Copy Of Drawing And Model

Sep 10, 2012

I have a part (partA) and a drawing of it (drawingA).I want to save a copy of both (partB and drawingB) and make changes to partB and drawingB will update.

To do this do I save a copy of partA first to partB and then in drawingA replace part to partB and then save a copy of drawing to drawingB

View 1 Replies View Related

AutoCAD Inventor :: Save Copy As For IPart And IAssemblies

Apr 18, 2013

It has to do with iparts and iassemblies and “save copy as”.  My concern is that during the concept stage an engineer may be working on a design and will create an ipart, as many of our designs have multiple versions.  They now want to keep a copy of that ipart, and try something new so they “save copy as” and create a new file.  The new ipart members all have the name reference to the first design.  Does renaming those members redirect the path to the new ipart, or should we avoid designing like this all together?

View 5 Replies View Related

AutoCAD Inventor :: Save Copy And IProperties Lose Their Value

Aug 22, 2012

Recently upgraded from 2008 to 2013 (AC&IV) and now having the issue shown in the two attachments. Some of the leader text w/ iProps that had additional text added come thru ok, but straight iProps don't.

View 1 Replies View Related

AutoCAD Inventor :: Save Copy As No Longer Working

Nov 7, 2011

"save copy as" is no longer working as is "save as", what happened?

View 7 Replies View Related

AutoCAD Inventor :: Save AS Copy To DXF - Route Does Not Function

Jun 24, 2013

I am having a problem with Save AS Copy To DXF.

When I try the 'Save copy as' DXF route it does not function. If I click the save button nothing happens and if I click the option button nothing happens either. In 2012 when you click the options button you would have got the option to change the export settings i.e. all sheets etc...

I do have the option to change the file formats via the drop down box in the 'save copy as' dialogue box and dxf etc are listed!

When I right click on the flat pattern in 'Model' there is no button for 'Export' in the list that appears. Therefore I cannot get to the Flat pattern dxf export options prompt as shown in this thread.

Its obvious you should be able to save as a dxf from an inventor idw as the buttons are there they are just not working!

I am having this problem with Autodesk Design Suite Premium. Inventor 2014 will not give me options, and is having problem exporting to autocad dwg. tried a reinstall as it appears to wotk properly on other similar installed machines.

View 4 Replies View Related

AutoCAD Inventor :: Save Copy And Replace With ILogic

Dec 18, 2013

I have an assembly that I am working on that will be used as a configurator, driven by I-logic. Everything is work fine but there is one part off the assembly that will be custom to each new assembly.  Is there a way to use I logic  to open the ipt file save it as copy with different name and replace the original in the assembly. I know this can be done manual through the productivity tab within the assembly environment, but I am trying to automate the process so the end user will just have to follow prompts that will be given by i-logic.

View 4 Replies View Related

AutoCAD Inventor :: Save Copy As DXF Create File That Is Almost 50x Larger Than IDW

Apr 5, 2013

I have re-installed APDS Ultimate 2013 onto a new computer and am having some issues setting up my styles and etc...for the most part I have been working on it as I go with no issues...but I can't remember how I set up my export to dxf settings before. I think I just used the default settings, I exported to dxf from the idw environment by saving copy as and selecting dxf from drop down menu and selecting something like AutoCAD 2004. This has worked before and still does now, but the problem is the dxf's that are exported are huge. The drawing is of a single tiny part with basic geometry. The picture below shows the size difference between the files.

how I can make it a normal size, I don't really care about the size of the dxf except for the fact that I can't email it because we have a limit of 10MB.

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 :: Save Copy As Function To Create ZGL Files

Feb 27, 2012

I was able to use Inventor "Save Copy As" function to create zgl files.  When the zgl files were viewed with "Imagination View" program, some files looked good, while some others do not show any geometry (just white background).  Do I need to change anything in the Model before executing "Save Copy As" function?

View 3 Replies View Related

AutoCAD Inventor :: Flat Pattern 2D Translator Not Installed And Save Copy As DXF

Aug 28, 2013

I am working with inventor 2014 professional now. But There is a problem. it is ( a: 2d translator not installed and b:sketch export failed ) . dxf drawings of sheet metal environment, particularly these problems started recording format.

View 3 Replies View Related







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