AutoCAD Inventor :: How To Set Default IGES File Save As Options
Apr 18, 2011
My company outputs IGES files and we always use the settings "Surfaces" and "144-Trimmed", however, the default for Sufrace Type is "143-Bounded" so we have to open up the options dialog box and change to "144-Trimmed" every time. How can I set Inventor's Default to "144-Trimmed" so I never have to mess with it again?
View 6 Replies
ADVERTISEMENT
Jan 28, 2013
I am using Inventor 2013. I want to save an IPT as IGES and include the 3-D sketch. That is a simple operation which was performed correctly. Whe I open the IGES file I want to be able to EDIT the 3-D sketch or our supplier would want the ability to do that.
The 3-D sketch shows up but there is no option to EDIT.
Dell Precision T3500
Windows 7 Pro
Quad Core Intel Xeon
6 Gb SDRam
NVIDIA Quadro
Product Design Suite 2014 Premium
View 1 Replies
View Related
Oct 16, 2013
So I have 25 years 3d CAD experience. Catia, Alias, Ford PDGS.I have spent 20 hours on Inventor 2013. Great program. Very intuitive. Have been banging out models easily.
My issue however is a Client has given me sone .stp's and Iges files to work with.They open fine as a .iam The issue is saving. I have the project folder setup, go to save.
I Get the "do you want to save changes to "XXXXXXXX.iam" and all its dependants.I select "yes to all".I get the "Yes" under the "Save" Column for all listed .ipt's...I hit OK.......Autodesk attempts to save.
...Then I get the dialogue box up with ! icons "The system cannot find the path specified" - The database in C:Users.........xxxx.ipt could not be saved
View 6 Replies
View Related
Jul 25, 2013
Since we upgraded to Inventor 2012 SP1 on W7 x64 most machines cannot open or save out step or iges files. The translator shows as 'On demand' and when i save copy as the 'options' button is inactive. We just get the standard error 'Problems encountered while saving the document'.
I see lots of old posts but nothing relating specifically to stp files.
Inventor 2010
View 4 Replies
View Related
Jan 3, 2013
I have a problem converting a file into STP or IGES formats. Inventor 2011 keep crashing. I managed to do shrinkwrap which is 38MB in size. I am converting this 38MB file into other formats for customer suitability.
View 4 Replies
View Related
Aug 26, 2007
I rarely (never) use the default color or stroke size of my blending options so I always have to go through the process of changing those with every layer. There's got to be a better way. I would like to have my blending options default to what I use most so I could simply click stroke and move on.
How do you change/save the default blending options?
View 3 Replies
View Related
Oct 12, 2011
I am working with Inventor Professional 2012 eduactional institution version here at school. I am trying to conver a DWG of a 747 to a IGES or STEP file, but when I go to do so the option export "cad format" is faded out and I cannot choose it. Is this b/c it is an educational version, or am I missing something?
View 6 Replies
View Related
Oct 12, 2011
I have an IGES file that, when opened in Inventor, comes in as a single part. In the model tree of the part are 126 Solid Bodies, each with a "Base" in it. The parts are all solids, or appear to be. Is there a way to open this file so Inventor makes each "Body" a separate .ipt file, and the IGES file a .iam file (as it can with a .stp file)? I can't attach the file, as it's 36+Mb....
View 3 Replies
View Related
Oct 10, 2011
I have an IGES-file 270 MB large, i can open it in a lot of 3D programs, but when i want to open the file in Inventor 2012 the circle-icon keeps on spinning. But no result.
Why can't Inventor handle large IGES-files? How can i solve this?
View 4 Replies
View Related
Apr 22, 2013
I am using inventor 2013. I currently have a IGES file that doesn't show the surfaces on my inventor drawings. The include all surfaces feature is check but still doesnt show all the surfaces. I just recently imported a IGES file as a soild part but i do not rememeber how i did it. Once I clicked on the IGES file to open and then click options. What do I fill out on the option dialog box that the IGES file imports as a solid part and shows all surfaces on my inventor drawings.
View 9 Replies
View Related
Jul 10, 2012
I have imported an IGES file in Inventor and I need to dimension and detaill the piece in a 2D drawing. The thread and hole wizard does not recognize the holes in the workpiece as holes. Also I sectional view does not display hatched areas of the workpiece even though I have the display option checked on. Is there any sort of feature recognition within Inventor that I can use to import all geometry so that inventor understands?
I am working with 2011 Pro and have about 1500 hours on the program so far.
I was considering redrawing the workpiece by creating a part within an assembly and overlaying the two pieces on top another and using refernece geometry but this might not be the most ideal method.
View 2 Replies
View Related
Feb 2, 2012
How to set a default under options for export to PDF? I need to set the Vector resolution so it defaults to 720 DPI instead of 400 DPI.
Inventor Suite 2013 Ultimate
View 2 Replies
View Related
Jun 7, 2012
I have the following function that opens the File "Save As" dialog box. It gets fed a drawing number and allows the users to browse to a folder where they want to save it. The problem is when a file already exists with the same name. A message box pops up letting the user know that the file already exists and do they want to overwrite it. The can pick yes to overwrite, but it doesn't really overwrite the old file, it seems like it opens it and then crashes when the rest of the program tries to run.
What I want to do is create a loop to determine if the file already exists. If it does not exist, then save the path and drawing name as usual.
If the drawing exists, I want to pop up a dialog giving two options; Overwrite, or Rename the current drawing. If they pick Overwrite, I can have the program delete the old existing drawing and then just save this one. If they pick Rename it will loop back to the "Save As" dialog giving the user the ability to change their drawing name (like add a "-1" to it.
Public Function GetFilePathAndName(ByVal dwgNumber) podDWG = ApplicationServices.Application.DocumentManager.MdiActiveDocument podDB = podDWG.Database podEd = podDWG.Editor podPSO.InitialDirectory = "W:Work_in_Process" podPSO.InitialFileName = dwgNumber podPSO.Filter = "AutoCAD DWG Files|*.dwg" podPFR = podEd.GetFileNameForSave(podPSO) Select Case podPFR.Status Case EditorInput.PromptStatus.OK SaveDwgName = podPFR.StringResult Case EditorInput.PromptStatus.Cancel MsgBox("User Cancelled.") End Select Return SaveDwgName End Function
View 4 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 21, 2009
We are getting ready to deploy 2010 and I am writing a script to set some of the system variables on all the installs.
We have some users with 3rd party programs that won't run in 2010 yet so we will have a few people still running 2007 and 2008. I want to set the default File Save As in my script to 2007 format but I can't seem to find a variable to modify this.
In case I wasn't clear this is the setting found in Options, under the Open and Save tab, in the File Save section.
View 9 Replies
View Related
Oct 4, 2012
how to modify the options in the save dialog?Every time I save a file and have to choose the file type, I have to scroll through obscure and obsolete file types. Sure, I might need someday to save Scitex CT, or Photoshop DCS, but the chances are very slim. Some people surely use PIXAR and TARGA, but I don't. What the hell is an IFF? If I ever need a Portable Bit Map (really?) file it would be great if I could find it in a user defineable option pull down. I can pretty well guarantee that the file types I need are PSD, TIFF, JPEG, PDF, PNG and once in a blue moon, GIF.
View 5 Replies
View Related
Dec 11, 2013
In revit 2013, How do I control the Control File Save Options Settings globally. For example I want all files to save only one back-up file.
View 4 Replies
View Related
Jan 21, 2013
I was given an iges file of a 3d structure that needs to be layed out in 2d. I was able to import the iges file into inventor and then output a dwg file. I then tried to import this dwg file into autocad to draw the 2d layout, but I am unable to copy it into autocad in the correct orientation. I have the correct orientation when i produce the dwg files from inventor. how can i import them into a single dwg file at the correct orientation?
View 3 Replies
View Related
Jan 4, 2012
i have attached a file that i need to convert to .iges for my cnc operator and i cant do it with my autocad or spin fire
View 9 Replies
View Related
Apr 18, 2012
How do I change the default save location?
It goes to my documents, but in options I can't find anything with that path.
I want it to go to a different folder but I can't figure out how to make it do that.
View 8 Replies
View Related
Mar 9, 2012
I am trying to import an IGES file made in solidworks, I was able to import IGES till yesterday by clicking the IGES button on the ribbon in insert tab but today the dialogue box is not popping and I dont know how to do it using command line, I have used Filedia1 but the other dialogue boxes are ok but just the IGES simply quit working, how to turn this dialogue box on again,
View 2 Replies
View Related
Oct 26, 2012
I have changed my template using the styles library. For some reason Inventor 2013 will not let me save my new settings as a default in my newly created template. Instead it gives me an error message that reads:
" The following style definitions in template ....... differ from the definitions in the style library; the style library will be used.
Part listart list (ANSI), Revision Table: Revision Table (ANSI)
If the style definitions in the style library are intended for the new document, update the template with the new style definitions. If the style definition in the template are intended for the new document, remove these styles from your style library using the Style Library Manager."
View 4 Replies
View Related
Feb 18, 2012
I created a template and changed some style properties. I can not save to master location and when I open the template is tells me it is going to override my custom style.
How do I save out my custom style to the defalut location?
View 1 Replies
View Related
Oct 8, 2012
Is there a way to change the default save location for imported components? I can't stand the default "Save in Workspace" option which creates the dreaded & useless (IMHO) "Imported Components" folder.
I know how to change it during an import by clicking the "Options..." button. But if I or another one of our users forgets to do that, then things get saved to the "Imported Components" folder. This becomes particularly annoying with library files.
View 6 Replies
View Related
May 26, 2011
how to set the default save file type to 100% JPG every time starting at a named folder. What I am looking for is to hit save and it to have pre selected a particular folder / to have remembered the last folder I saved in, and without need to interact with dialog boxes have it save in my chosen format at the quality I want. (i will never need to re-edit).
View 1 Replies
View Related
Jul 9, 2013
However for business use I have a need to efficiently send .jpg files to various people and I often forget to change the file type so I have to reload the file, re-save the file, etc. and strangely, I can't seem to find the preferences menu to change this option. Where the default save-as file type can be changed to .jpg?
View 4 Replies
View Related
Nov 9, 2011
I'm trying to update a part with different colors for various features. My color styles are not available in this file. I can export them from another file, then use the import function to bring it over, but there has to be a way to force this file to find the entire "default" color file.
View 6 Replies
View Related
Apr 20, 2012
Whenever I try to open a new blank file in it, it gives me an error message saying I don't have a "default template", and I needed to choose a file and save it as a "default template". So I did, but now, I'm stuck with that template - I can't choose a letter-sized blank page to work on because that choice is no longer on the list under "New". What the heck is going on? I just want a blank page to draw on, and now it's not available.
View 9 Replies
View Related
Jun 12, 2012
Is there a way I can change the default file format from .xcf?
For example, I open a jpeg, crop it and try to save, but if I then try to save it as a jpeg I get a message telling me I have to 'export' first.
I know the Gimp isn't Photoshop but in Photoshop you get the option to choose the file extension at save or save as without the added step of exporting.
Is there a setting somewhere that allows me to choose as this messing around exporting from .xcf is a real drag when you're editing a lot of images. Plus you can end up with extra, unwanted, .xcf files.
Is there a reason why the Gimp defaults to .xcf for every file edit? It seems unneccesary when all you're doing is a simple crop etc.
Again Photoshop opens, allows edits and then saves in the original's file format, which does make for a more efficient workflow. Plus it doesn't default to .psd for every edit.I'm using Gimp 2.8 with Fedora 17 64bit and will now boot into Windows to work more efficiently in Photoshop till I can find a way to change this in Gimp.There doesn't seem to be anything in Preferences relating to file formats/extensions.
View 1 Replies
View Related
May 4, 2010
When saving my created pictures i mostly choose JPEG save format, but the default type is PNG, Is there some setting to set the default to JPEG instead of PNG to avoid clicking on the choosing the desired file type under dropdown "Save as type" each time?
View 7 Replies
View Related
Feb 23, 2012
I’ve been using PAINT.NET, for a long time now.Today, I’ve created an account in the Forum, because I would like to ask, if possible and desirable for the Developers and the program Users, the following:
- make the default Tool - Rectangle Select;
- make the default save file type - JPEG (*.jpg;*.jpeg;*.jpe;*.jfif);
- allow the users to change the default workspace background color (now, Hex: #C9D3E2);
I have read the Rules and the FAQ.To finish I just would like to congratulate all of you, that have given us this fantastic piece of software (and for free)!
I believe it’s the best freeware software available, counting all types for software/utilities/add-ons, etc.
View 9 Replies
View Related