AutoCAD Inventor :: Looking For A Save Script

Dec 15, 2013

Iam looking for a script, that "save as" my top assembly and.

- delete all features of the parts in my assembly, that are disable like this

Feature.IsActive("Hole1") = False
Feature.IsActive("Radius1") = False 

- delete all rules and formular in all assemblys and parts
- delete all custom parameters in the top assembly

so that i've after run the "save as"-script, a clean assembly.

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Can't Save / Save As Or Any Other Variation Of Save

Dec 31, 2013

I am having a catastrophic error in Inventor 2013.

When I attempt to save a drawing I have completed, I cannot save!

Can't save, save as or any other variation of save.

This is my issue every time I click save.

View 2 Replies View Related

AutoCAD 2013 :: Save A Drawing By Save / Save As And Ctrl+s It Works As Qsave

Dec 15, 2013

I use autocad architecture 2013 and it works just fine until the save turns to qsave whenever i want to save a drawing by save, save as and ctrl+s it works as qsave..how can I turn it back to SAVE ?

View 9 Replies View Related

AutoCAD Inventor :: Set IProperties Upon New / Save

Apr 10, 2013

I want to make popup the i properties windows to fill or change in 2 ways:

» when creating a new ipt, iam and idw
» just before saving all 3

the properties I want to validate are

-  the title not filled
- if there is more than one line filled in comments

View 1 Replies View Related

AutoCAD Inventor :: Print / Save DWG To PDF

Jun 15, 2012

I am simply trying to print or save an Inventor .DWG file to a .PDF file via C# - the issue being that the .PDF page size must correspond to the active sheet size in Inventor.

When I try printing to a PDF using:

oPrint.Printer = "Adobe PDF";
oPrint.ScaleMode = PrintScaleModeEnum.kPrintBestFitScale;
oPrint.PaperSize = PaperSizeEnum.kPaperSize11x17;
oPrint.Orientation = PrintOrientationEnum.kLandscapeOrientation;
oPrint.SetSheetRange(1, 1);
oPrint.PrintRange = PrintRangeEnum.kPrintSheetRange;
oPrint.SubmitPrint();

I get a message saying I have to uncheck "Rely on system fonts only; do not use document fonts." in the Adobe PDF settings. Is there a way to do this programmatically?

When I export to PDF using:

TranslatorAddIn PDFAddin = (TranslatorAddIn)instance.ApplicationAddIns.get_ItemById("{0AC6FD96-2F4D-42CE-8BE0-8AEA580399E4}");
TranslationContext oContext = instance.TransientObjects.CreateTranslationContext();
oContext.Type = IOMechanismEnum.kFileBrowseIOMechanism;
[Code] .....

This works but I cannot set the PDF page size. Again, is there a way to do this programmatically?

I am using Inventor 2010, Adobe Acrobat 9 Pro, Windows 7, 64 bit.

View 2 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 In DWG Format?

Sep 8, 2012

Over the years I have had to occassionally save (export) an Inventor idw into an AutoCAD dwg file.  Now, at IV version 2013, does it still not happen correctly.  Why doesn't the process export the title block, border, notes, etc. into AutoCAD's paper space and export the model and dimensions into model space all in one step.  It's either all paper space or all model space.  Then I have to spend time to correct the AutoCAD drawing.  Is there a better method to do this that results in a correct AutoCAD drawing in one export step?  Maybe a third party software?

View 1 Replies View Related

AutoCAD Inventor :: Save BOM As CSV File

Dec 3, 2010

I have an application that would export the BOM to a *.csv file format.... I used to save the information in exactly the same manor as viewed in Inventor. For some reason, my application is now saving the information all mixed up. If I am in Inventor and export it manually then open the *.csv file the information is exactly as I wanted it. Pragmatically, it jumbles up all of the information.... this is the code I have been using for quite some time.

Public Sub ExportBOM() ConfigurationLocation = "ExportBOM"
Dim oBOM As Inventor.BOM
oBOM = oAsmCompDef.BOM
oBOM.StructuredViewFirstLevelOnly = False
[Code] ..... 

how can i get this to mimic programmatically what is done when you do it manually? Oh.... running IV 2011.

View 1 Replies View Related

AutoCAD Inventor :: VBA Save IPT File As DWG?

Dec 15, 2013

I have created a part that is going to be laser cut. The part is, effectively, a 2d profile that has been extruded to the material thickness.

Is it possible, using a VBA macro, to automatically export this ipt file as a 2d AutoCAD dwg file?

View 1 Replies View Related

AutoCAD Inventor :: Save As DWF Apprentice

Jan 30, 2007

I've a program which saves a inventor drawing to DWF. See code below. Here for I must use inventor 11 to open the file and then save it to DWF.

Is there a way to do the same with apprentice?

Public Sub Make_DWF(strFilenaam As String)
'open document invisible
Set oINVDoc = oINVApp.Documents.Open(strFilenaam, False)
'make DWF
Dim addins As ApplicationAddIns
[code]..........

View 5 Replies View Related

AutoCAD Inventor :: Save As - Drawing To PDF And JPG?

Jan 8, 2013

I need to convert a idw drawing to PDF and JPG, when save to PDF there are no problems

but when I do it for JPG it seem to be a screen dump and not similar to the PDF I only need the drawing exact as the PDF. Is there a way for this.

View 3 Replies View Related

AutoCAD Inventor :: How To Save All Changes Via Macro

Nov 11, 2010

We want to change iassemblies in a table using macro. When we change an iassemblies, inventor asks "Do you want to save changes to ......?". There are many iassemblies in our model, so it takes serious amount of time. We can disable all messages using macro, But this time after macro completion, there may be some errors in model, because we dont accept all changes. How can we accept all changes while running macro?

We use SilentOperation property. but in Save dialog, there are some parts indicated "yes" and some indicated "no". how can we change them "yes" and save all dependents?

View 9 Replies View Related

AutoCAD Inventor :: Save To PDF For Viewing

May 2, 2012

Switch to Inventor many years ago. I have an old Vellum file I need opened and save to a pdf for viewing?

View 2 Replies View Related

AutoCAD Inventor :: Save And Replace IPT And IAM With New Name

Oct 31, 2013

Whats the best way to save and replace many ipts and iams with a new name. I would like to select many files in the tree and then loop through each of them.

View 2 Replies View Related

AutoCAD Inventor :: IDW Save As DWG Changes Dimensions

Sep 12, 2012

Every time I take an assembly and make an idw, I also need to do a save copy as dwg.  However when I do so, the dimensions of my assembly have changed. 

View 7 Replies View Related

AutoCAD Inventor :: How To Save 3D Model As DWG

Jun 4, 2012

So I make a few modifications to a part and go to save it and it wants to save it as a DWG??? What is wrong with this? Why would you want to save a 3D Model as a DWG???

View 9 Replies View Related

AutoCAD Inventor :: Where To Save Files

Sep 30, 2012

I am using Autodesk Inventor 2013 for the first time. I've installed it but I have no template files when I want to start a new file. I think I may have set up th wrong file locations, "C:UsersPublic1DocumentsAutodeskInventor2013TemplatesStandards.idw was not found" it the message I keep getting. 

Where and how should I setup my files, projects and meanings behind what they mean. I am completely lost I think it may be a good idea to start fresh.

View 6 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 Inventor :: IDW File Name On Save

Jun 12, 2013

When using the default Standard.idw template, if you place a view of a file called for example 'AB1234.ipt' then save the IDW, it defaults the name of the IDW to AB1234.idw.

Someone has goosed up one of our IDW templates, and this no longer happens.  Irrespective of what I change the IDW part number or browser to now, it defaults the save name to Standard.idw.

View 3 Replies View Related

AutoCAD Inventor :: Save As - Drawing To PDF And JPG?

Jan 23, 2013

I'm using ilogic to cycle through my drawing views & save each view as a .jpg. Problem I am having is that it saves basically a screen-shot instead of just the sheet, so my background comes through along with the sheet. Reading some earlier posts I've learned that this is by design and can't be changed. That said, what I would like to do is have ilogic manipulate the zoom distance, & centering the sheet in my view in height & width bringing each sheet to a consistant point just before saving as .jpg. I'm embedding the images into an Access database table. If I have the images at least saving the paper space on a consistant scale, I can simply crop out the undesired portions within my Access report.

View 3 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 :: ILogic Save Drawing As DWG

Apr 24, 2012

Is there a way in an inventor drawing rule to do a "save as" which saves the drawing as an Inventor dwg file rather than an AutoCAD dwg file?

The below saves as AutoCAD which is ok but I need the outputted drawing to be linked to the model. I don't want the code to save the entire assembly as this is done further down the line. I also don't want to save the current inventor dwg drawing from which the rule is run as this is just a template drawing.
 
ThisDoc.Document.SaveAs(ThisDoc.Path&"2D_DRAWINGS"&iProperties.Value("Custom", "Drawing No.")&" (Rev "&Parameter("BEAUFORT_ARRANGEMENT_3.iam.DRAWING_REVISION_NO")&")"&".DWG", True)

View 1 Replies View Related

AutoCAD Inventor :: Save New Material To Library?

Sep 11, 2012

I have a user that has created a new material which is now sitting as a local style. We require this new material in the library so that everyone can use it.  I tried RMB on it but the save to library functon is greyed out. This is due to the styles being read only in the project file. So I have tried to change the project file so we can add the style and then I'd change it back again, but, even though I have checked out the project file from vault, it won't allow me to edit it. What else can be locking the project file?  Is there some other way I can place the new material into the style library in the project file? There are quite a few of us that use the project file since we use vault, so I'm not sure I should create a new one with the same name and save over it. 

View 3 Replies View Related

AutoCAD Inventor :: Unable To Save File Name

Aug 17, 2013

Have an easy file open and am trying to save a copy with a new name and Inventor either does nothing or crashes.  Original full path and file name contains 243 characters (counting from drive letter to extension)  New one will have 247 characters.

This is supposedly within the path/file name character limits for windows 7, which according to the ms website is 260 minus one for the null character at the end making it 259.  So I am over 10 characters shy of the limit dictated by the OS.

Is inventor placing a stricter limit on the number of characters in the full path/file name?  If so, why?

Obviously, working up the tree and adjusting upper level folder names is not an option as that would break every link in every assembly at that level or lower. 

View 8 Replies View Related

AutoCAD Inventor :: DWG Save As Config File

Nov 16, 2011

DWG configuration? I keep trying different configurations but none are acceptable to our quality department.

What I need is for dimensions to retain associativeness(not exploded), and for the dimensions to retain their fit (i.e. look like they do in the idw)

View 1 Replies View Related

AutoCAD Inventor :: Can't Save To Style Library

Jan 21, 2013

Can't save to Style Library

View 2 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 As 3D Model To DWF Files

Aug 29, 2011

I am not seeing the "Save as to DWF" in my Inventor 2011 save as list.

View 4 Replies View Related

AutoCAD Inventor :: Way To Save IDW Automatically Without Opening It

Feb 9, 2012

is there a way i can save idw to autocad dwg automatically without opening idw from inventor one by one and saving it as autocad dwg?

View 8 Replies View Related

AutoCAD Inventor :: Save As Thumbnail As File In Vba?

Oct 21, 2012

I need to save as thumbnails (like jpg or bmp or png file...?) in other directory in VBA. I seen lots of examples but in 32 bit with ThumbnailView companent.

I need to get this in Inventor VBA and 64 bit system and I do not want to install any other companent.

Using Inventor 2013 and Win 7 64 bit...

View 1 Replies View Related

AutoCAD Inventor :: Personal Preferences Don't Save

Feb 23, 2009

One of my users has modified the application options, (switched of grid lines, and minor grid lines), applied them, and worked on his project. When he exits Inventor, and re-starts it, the application options go back to basic default, (i.e. Grid and minor grid lines appear). I've checked the Read/Write permissions of The Program files folder, the program files x86 folder, and the path in his my documents folder, and all are OK.

I exported the application options, after tweaking them, and if I import that exported file, everything does as we expect, i.e. grid and minor grid lines are switched off.

View 9 Replies View Related







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