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
ADVERTISEMENT
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
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
Sep 11, 2012
Issue is this: Photoshop's 'Save for Web & Devices' indicated file size does not appear to match size of actual exported file. I made a couple dozen animated gif banner ads that are required to be under 40k. I'm using PShop CS5 v 12.0.4 x64. I'm on an iMac osx 10.6.8
Save for Web & Devices says a file will be 39.97k
I click Preview to see the animation and get details. It agrees, preview file is 39.97k
So I save, and look at exported file in Finder (Get Info) And it is 57k
I understand that this is portion of the hard drive used for storage and bigger than 39.97k because of smallest chunk size that can be allocated by Finder. But isn't second number (53,337 bytes) actual file size?
So, question:
1) Is the file size still actually just 39.97k and if so is there a way to see this to prove to myself and the client?
2) If saved file is truly larger than export size indicated by photoshop, is there a straightforward way to accurately predict size at which file will be saved? Or is trial-and-error my best bet.
View 2 Replies
View Related
Apr 12, 2011
I am trying to optimize some images for web to have a smaller file size. I am using "Save for Web" feature, and every time I try to save a file, the actual file output size is a lot bigger than the size it shows on the "Save for Web" dialog.
For example, I have a 607 bytes .gif, when I open "Save for Web" it shows 207 bytes for 16-colors but when I save it the output file is 1.22 kb.
View 4 Replies
View Related
Nov 22, 2010
I am putting together 3 mpg files from the hard disk of a camcorder that records in mpg format. Separately, all 3 files combine to approx. 1 GB. When I combine these files using VideoStudio PRO X3, my file size jumps to 2-2.5 GB. All I'm doing is combining and that's it. No effects, no titles, nothing. How come the size explodes so much and how can I combine the 3 files and still have the original combined size of approx. 1 GB?
View 2 Replies
View Related
Jul 24, 2013
Using a mac powerbook.
When i save a copy to create a PDF, the dialog box does not appear.
Yet, the other screen functions are grayed out.
I must hit "return", at which point a PDF is created -- but i have no control over the parameters.
It's as if the dialog box is somewhere off my screen, but I can't access it.
View 3 Replies
View Related
Nov 6, 2012
I have a number of PSD files I've created and I'm trying to save them as PDFs. I can Save for Web and Devices, I can save as a .gif, .eps., and every other format I've tested, but I cannot save as a PDF. I get the error:
"Could not save a copy as (filename) because the file is already in use or was left open by another application."
I'm running Adobe Master Collection CS5 with Photoshop CS 5.5 (12.0.4 x64) on a Windows 7 64-bit machine.
I have a 928 GB HD with 697 GB free.
I have rebooted and tried saving the files immediately after I reboot. I have killed my virus scanner. I have killed a number of other possible culprits including Acrotray.exe and CS5ServiceManager.ext
I have run Process Explorer as recommended by Microsoft and found no applications using the file. I've also tried saving the file to my external hard drive and/or renaming the file with only rare luck.
The boards seem to suggest Adobe isn't taking responsibility for this and pointing it back to the OS or other software. How/where to kill whatever process it is - but at this point, all my indicators point back to Photoshop.
View 11 Replies
View Related
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
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
Nov 21, 2011
I am copying objects to a new database and and cloning as an Entity type succesfully for all objects.When I save the database to a new file I get the attached error
'Warning: An error occurred during save....'
I have isolated this to Polylines and have tried to Process as Type PolyLine but still get the error.Here is the code I use for the polyline.(My entity processing code is identical except for object type).
Dim MyPolyLine As DatabaseServices.Polyline MyPolyLine = CType(myObjID.GetObject(DatabaseServices.OpenMode.ForRead), _ Database Services.Polyline)Dim NewEntity As DatabaseServices.Polyline = CType(MyPolyLine.Clone, _ DatabaseServices.Polyline)NewEntity. Set Database Defaults(NewDB) NewBTR.AppendEntity(NewEntity)NewTrans.AddNewlyCreatedDBObject(NewEntity, True)NewEntity.Layer = MyPolyLine.Layer NewEntity.Linetype = "ByLayer"NewEntity.Material = "ByLayer"
View 2 Replies
View Related
Aug 11, 2012
I need to save an additional copy of a AutoCAD drawing whenever I press the save button.
Simply put, Every time I press save the autocad drawing is saved (Obviously!!!) but
I also need to save an exact copy of the drawing in a folder called (for eample only) "C:TestFolder"
I can do this using DxfOut for dxf files but I need to do this for dwg files.
Can it be done whenever I press the "save" button.
View 1 Replies
View Related
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
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
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
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
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
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
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
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
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
Nov 7, 2011
"save copy as" is no longer working as is "save as", what happened?
View 7 Replies
View Related
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
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
Aug 29, 2008
way to stop Photoshop from adding the 'copy' suffix to files when you save them as additional formats? I'm working accross multiple Photoshop versions on multiple computers and would like to standardize the save functions.
View 8 Replies
View Related
Dec 31, 2013
I'm editing a lot of files for web publishing. These files need to be saved as PNG files but I would like to be able to quickly keep a copy of the PDN file so that I can quickly edit the files if needed since I can't save an image with layers to a PNG without flattening first.
Is there a plugin that allows me to quickly do this? Perhaps a checkbox on the Save As... dialog to automatically save a copy of the file as a PDN to a designated location? Having to manually save each file twice is quite tedious.
View 8 Replies
View Related
Jan 7, 2014
I would like to create a command that will copy a file from one place to another.
I can do it directly from the commandline like this
But when I try and put it in a command macro in the CUI editor like this
^C^C_shell;copy "c:/temp/drawing1.dwg" "g:/temp";
it does not seem to work. It comes up with this on the commandline
but no copy of the file is made.
How can I get this to work without having to write an external file, such as a script or lisp?
View 1 Replies
View Related
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
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
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
View Related
Jan 9, 2012
Using Inventor 2012 and using ilogic rule or VB codes to auto Save Copy AS DWG?
My old code error out when debugging. The exact error is on this code line:
DWGAddIn.SaveCopyAs(oDocument, oContext, oOptions, oDataMedium)
Autodesk has agreed that this code does not work on Inventor 2012 and that the development is working on it. This code is part of the Snippets built in Inventor iLogic Rule Browser.
View 4 Replies
View Related