AutoCAD Inventor :: Changing The Template Of An Existing File
Sep 9, 2013
I recently update the template for my drawing files, change the title block, revision, note....and I can't find a clean way to import this template to the existing files. I tried the Drawing resource transfer wizard tool, but it doesn't seem to be doing anything that I want.
We just installed the new version of 2012 Product Design Suite. I've spend many hours creating great little ilogic dialog boxes to populate iproperty fields using custom iproperties and then automatically place this data on the .idw file when the view is placed on the new drawing. All works great when the part is created with my new 2012 part template and then placed on my new 2012 idw template. The trouble is with parts that were created with 2011 Inventor. Obviously, the old template does not have the ilogic data built into it. Is there a way to upgrade/migrate the part template file from 2011 to 2012 on an existing part?
I think I'm asking for a miracle here, but I have an assembly with 40-50 parts that I created in 2011 and now need to build the idw files for them and would really like to be able have the customized iproperties added to the existing part files.
How can you use a template file from your personal files to use it in an already existing .dwg file.
I knwo how to do it if I start the drawing from scratch and I select that template, but I want to put this existing drawing into my personal template file from my documents.
I'm making progress with my buttons thanks to everyone who replied on here....my next step is to incorporate an image into the buttons (as a branding method within my e-store).
I have an existing image which i wish to use in gif format, and was wondering whether i can convert it into a *.psd file. my main problem is that the background of the image is white, and as i want to use it in my buttons i really need to make it transparent?
Is it possible to change a Parts Only parts list on a drawing into a Structured parts list? When a new parts list is created and you select the view it automatically chooses parts and greys out, preventing you from actually changing it manually. Is it possible to get around this without having to start a new drawing?
how Inventor Materials are used in your companies, what is your customization level and usage level.Do you use Inventor Materials as they come out of the box ?Do you create your own materials?
Do you modify the properties of existing Inventor materials without changing the material name?Do you show material names on 2D drawings (in parts list etc)?
I'm linking an excel file to an .ipt file with iLogic code determining if the Material type is a certian value it will find the correct material thickness. These file work great when working on them thru Vault but when I "Save As Template" and create this file where our other template files are located (not Vault) this fuction does not work. I have realized that I had to place the a copy of the excel file in the same file folder as the template ipt, but even this does not fix the issue.
I recieve this error:
Error in rule: Material, in document: Part6
'MWW Materials (Inventor).xlsx' could not be found. Check the spelling of the file name, and verify that the file location is correct.
If you are trying to open the file from your list of most recently used files, make sure that the file has not been renamed, moved, or deleted.
It seems completly countintutive that just saving the file as a template file would cause this not to work when all files that are required are located in the same file folder. Maybe I need a reference to the excel document within the iLogic code.
I included a VB code in our drawing template, but then I get the "Warning: You have a non-empty VBA project.." message. If I copy the code into iLogic, I just get an error message. Why it runs fine as a separate macro, but doesn´t work in Inventor, or how I can include the code into the template? URL....
I am having problems with my drawing template, I can make changes no problem, but when I use the template to start a new idw file the changes are not in place.
For example; view preferences, I want to work in third angle, I have this selected on the template but each time I start a new idw I have to change it from 1st angle.
e.g. 2; sheet size, I changed it from text to a drawing property, but it doesn't change when I edit the sheet size.
I made some changes to our normal template file for inventor and saved it to my hard drive in the public folder. When i open through windows explorer its fine and everything is correct. When i open a new idw and select this file through inventor it comes in with some of the tables having different size text and none of my leaders coming in.
I have been trying to export a 2013 Inventor idw file as a 2010 AutoCAD dwg file.
I use to be able to do this without any issues however I am getting the following error message which prevents me from exporting the file.
"Could not open the DWG template file. Please check the path and try again."
I am using 2013 Inventor Pro.
This export feature use to work fine when I used 2012 Inventor Pro. however when i try to do the same from 2012 I get the same error message.
I have checked the default templates file path in the Aplications Option menu and I have tried to set a default in the AutoCAD template file option under the export destination setting under the save Copy As function.
When I try to do a make components I get this error "Could not open default template file." All the Standard.xxx files are the designated folder and named appropriately. Plus I just used this command earlier today. I did do a "rebuild all" but I'm not 100% sure the problem came directly after that.
I've been very dissapointed with the 'new file' dialog box in inventor 2013 as it takes far too long to open and navigate. I was wondering if there is a way to add a link to a few drawing template files either to the ribbon or the quick access tool bar so i can avoid using the 'new file' dialog box.
I have made a template for my mapbooks and I got the main viewport, key viewport and adjacent map arrows to work great, but the title block is proving more difficult. I have tried it many ways, in a seperate drawing in model space which did not work, in the template as a block in a layout which came in, but did not allow me to edit any foelds unless exploded, etc, etc...
How to use an existing company title block incorporated into the map book template?
I am copying a design in the vault & when i go through all the files to ensure they are all to 'copy' there is several which I cannot change their status from 'reuse' to 'copy'
I don't have any of the files checked out & they are all the latest versions.
I am trying to create an iLogic (or VB) rule to update an active drawing title blocks from our Template File.I don't want to use any of the external software (Transfer Wizard etc), we just need a simple rule that will update the title blocks when we need to.
I have some code to replace the current title block with a title block from a template file. I just don't like how it adds a new title block definition named "copy of titleblock". I'd like to delete or replace the current title block definition so only the newly added one is listed.
Sub test() Dim odrawdoc As DrawingDocument Set odrawdoc = ThisApplication.ActiveDocument If (odrawdoc.DocumentType <> kDrawingDocumentObject) Then Exit Sub Dim oTemplate As DrawingDocument Dim oSourceTitleBlockDef As TitleBlockDefinition Dim oNewTitleBlockDef As TitleBlockDefinition Dim oSheet As Sheet Set oTemplate = ThisApplication.Documents.Open(ThisApplication.FileOptions.TemplatesPath & "template.idw", False) Set oSourceTitleBlockDef = oTemplate.ActiveSheet.TitleBlock.Definition Set oNewTitleBlockDef = oSourceTitleBlockDef.CopyTo(odrawdoc) ' Iterate through the sheets. For Each oSheet In odrawdoc.Sheets oSheet.Activate oSheet.TitleBlock.Delete Call oSheet.AddTitleBlock(oNewTitleBlockDef) Next oTemplate.CloseEnd Sub
I'm just being picky at this point, but I don't want a buildup of title block definitions. We reuse drawings all the time which is why a simple method of updating a title block would be nice. I can just imagine in some years time after a title block update or two there are 20 "copy of copy of copy of .................. titleblock" listed in a drawing file.
I have a drawing at AutoCad and i want to change its coordinate like that
X'= X Y'= -Z Z'= Y
I know how to do it with the points (export their coordinates in a text and then transform the text and then import again at an Autocad) . But thus i loose all the line, arcs, etc .
I have an existing polyline of approximately 5'. When I choose PEDIT where do I go from there to make the plolyline exactly 12'8"? I'm in architectural mode. Ooops, I forgot to say this is in DraftSight, which should be similar to AutoCAD.
I created a template using ANZ as the base template. Now I have a requirement to change the country kit to UK. What all the things I need to change in the template to use the UK country kit.
Also when users using my template on a machine which don't have ANZ country kit installed, they getting error messages such as missing SHP files, Payload item not found.
How to fix these issue also what is the correct procedure when giving using Civil3D template who are using different country kit.
I have a venue drawing that is in mm and I need to convert it to ft/inch so I can update and get dimensions from it. Can this be done so when I change the format in drawing units it will update the drawing units?
Current settings. Drawing units Length: Type - Decimal Percisin - 0
I am currently using Architecture 2012. When I go to draw a line or an object like a wall or door I can select the colour from properties before I draw the object. The object will then come out that colour.
However if I need to change that colour at a later point, but how to do this?