AutoCAD Inventor :: Edit Title Block Template Error?

Nov 21, 2012

I just recently received error from one of our customers regarding this kind of error (see attachment).

They are trying to reuse their own customized template to other PCs, they are copying these files to the template folder of Inventor. This method is successfully done in all of their pcs except for the two.

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Shifting Location Of Template Border And Title Block

Jun 26, 2012

We want to use our AutoCAD company standard templates within Inventor. I’ve followed the procedures to accomplish this under the heading:

Create a .dwg template in Autodesk Inventor from an AutoCAD .dwg template

This works without any problems.  Inventor is able to recognize the size of our template border (20.75” x 33”) and correctly selects a sheet format of 24” x 36”.  The template border is centered on the 24” x 36” sheet just as we would like it (see attached).

The template is used to create a new Inventor .dwg, and base views are placed and annotated.  No problems, everything looks good.  The new drawing is saved and Vaulted.  However, at some point Inventor "shifts" the location of the template on the 24” x 36” sheet format (see attached).  This action is unpredictable.  The drawing might be checked-out and checked-in several times before the “shift” happens.  When it does we have to re-locate the views and other text annotation to suit the new title block & border location.

How can we lock the position of the template border & title block?  (Should be noted that we need to keep our template positioned such that the bottom left corner is at 0,0,0 when it is opened in AutoCAD.)

Inventor RS 2011
AutoCAD Mechanical 2011
ASD 2013
Vault Collaboration 2011
Windows 7 Pro

View 4 Replies View Related

AutoCAD Inventor :: VBA Replace Title Block Definitions In Drawing From Template File

May 7, 2013

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.

View 8 Replies View Related

Revit :: How To Convert Existing 2D Autocad Title Block Into Block Template

Jul 24, 2008

How to convert existing 2d autocad title block into Revit title block template?

View 7 Replies View Related

AutoCad :: Title Block Template Drawing

Apr 5, 2011

I created a standard title block template drawing for my student classwork exercises, and when I constructed the title block I keyed in real dimensions to ensure the title block would completely print on a piece of 8.5 X 11 paper. Now whenever I attempt to draw a large scale drawing (say a 36" dia circle, it draws the circle well outside my title block. I know why this is happening, I just need some tips about how to allow a title block template to be constructed around my current drawing reguardless of the drawing scale.

View 5 Replies View Related

AutoCad :: Template For Border And Title Block

Jan 31, 2012

I am very new to Autocad and I'm using LT2011 version. I am creating some basic drawings for small aluminum parts and need a border/title block to use. I assume there are already some saved as templates.

View 9 Replies View Related

AutoCAD 2010 :: Sheet Title Block Template

Apr 23, 2012

I already build sheet system ,and I found when I revise title block template,my sheet not update automatic,I must create new sheet,and double-click it to open it, then you can see update,who know why?

View 3 Replies View Related

AutoCAD 2013 :: Template Creation (Title Block)

Dec 18, 2012

Is it possible to create a title block in AutoCAD 2013 and have the option to select from a drop down list a Name and Address to place in a certain area of the title block? 

View 2 Replies View Related

AutoCad :: Title Block Template For E Size Drawing

Mar 1, 2013

find a template with a title block that i can insert my information. I already have my project completed on a 24x36 sheet and would just like to copy it over.

View 3 Replies View Related

AutoCad :: Transporting Title Block Template Into Layout

Apr 16, 2013

I have previously drawn my title block in Model space but i now know the correct way is to draw it in the layout.

Is there anyway of transporting the title block template into the layout and then saving that as a template for my future drawings?

Or do I need to go back to the beginning and draw the title block again from scratch in the layout and then save that drawing as a template for future use?

View 4 Replies View Related

AutoCAD LT :: Title Block Of Layout Template - Font Size

Feb 26, 2013

In the title block of a my layout template I have tables inserted for revisions, drawing type, numbering etc. I have type already inserted in those blocks that I typically click on and then type in what I need it to say. My template works on all my other drawings except a particular one that I am currently working on.

When I click on the type, it automatically increases from 3/16" to 8" and enlarges the box to accommodate the new font size.

I've attached a screen. The top is before I click on the word "type" in the lower right corner and the bottom one is afterward.

View 1 Replies View Related

AutoCAD Architecture :: Setup Own Template Drawing With Title Block / Layers

Apr 2, 2012

I was presented with a little renovation project and need to setup my own drawing.  I've worked on CAD for a number of years while at a structural firm, an engineering firm and took classes in school but one thing I never had to do was setup was my own professional drawing from scratch.  I know enough that it's crucial I start off on the foot.  The engineering firm I worked at had everything ready so whenever I used CAD it was in an existing drawing or preparing a detail which the drafters imported.  When I did some drafting work for an architect, he also had the drawing setup for me.   

Since I'm now on my own I need to setup my own template drawing with a title block, layers, etc.  Whats the best route for setting up my own sheets?  

At my firm we always worked in a 1:1 scale & engineering units but since I'm doing floor plans for renovation work I plan on using the industry standard.  

View 3 Replies View Related

AutoCAD Map 3D :: Using Existing Company Title Block Incorporated Into Map Book Template?

Jul 21, 2011

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?

View 1 Replies View Related

AutoCAD Architecture :: Project Fields In Title Block Sheet Template

Jun 26, 2012

I've created a sheet template that includes Fields to populate the sheet with the Project Name and location among others like scale, etc. When I create the new sheet in the project navigator most of the fields populate with the correct information based on the parameters set in the project. However, it consistantly does not populate the Project name and location. When I click the field and ensure that the attribute is set correctly then it renders the correct information. The problem is this ends up being a manual operation yet it still reads as a smart tag. Why do these not populate automatically?

Here's my process:

Create dwt for sheet file and include xref of title block.

Create a block with attributes that link to AEC Project, CurrentSheetTitle, etc. and insert into dwt.

In project navigator I create new sheet and select my template.

Information does not populate.

But when I view the block and close (no edits) it then links.

View 6 Replies View Related

AutoCAD 2010 :: Create Single Layout With Title Block And Viewport To Save As Template For Future

Oct 28, 2013

I am trying to create a single layout with title blockandviewport to save as a template for future. Right clicking on the layout tab does not produce the menu.

I create a new layout by selecting page set up manager in the file menu, create a new layout, but the tab does not show up at the bottom.

View 9 Replies View Related

AutoCad :: Batch Edit Of Title-block?

Jun 12, 2013

batch-editing of my titleblock. I have one drawing with 20 layouts. In each layout I have inserted our titleblock which has attributes/fields. One of the fields is the drawing revision #. I would like to be able to update the revision # so that it automatically changes it in all of the layouts (currently I have to manually change each instance).

View 2 Replies View Related

AutoCAD Inventor :: Retaining Title Block Prompted Entries When Changing Title Blocks

Apr 26, 2013

The title blocks that we use have prompted entries in them and I would like to find a way using iLogic to copy the entries from one title block to another within the same drawing; i.e.. if the user decides to change from an A2 to A1 drawing.

I already have an iLogic rule which allows the user to change the active border, title block and sheet size based on a form selection but would like it to capture the prompted entries already entered and re-use them after the change.

View 9 Replies View Related

AutoCad :: Edit A Title Block At Bottom Of Page

May 10, 2012

I would like to know how I can edit my Title Block at the bottom of my page. I used to be able to select it in the past when opening the new template file. However after I performed drawings in the model window and back to the layout, I cannot click or edit the field anymore. I tried highlighting using my mouse, shifting layers and exploring right click commands but nothing good came up.

Refer to the attachment what I mean. I am running AutoCAD 2013 and I am on the "AutoCAD Classic" theme.

I tried doing a search online and on the forum with keywords such as "edit title", "edit name" but nothing relevant came up.

Capture.jpg

View 6 Replies View Related

AutoCad :: Edit Per-drawing Section Of Update Title Block Menu

Sep 13, 2012

I want to edit the per-drawing section of the "Update Title Block" menu and it seems like AutoDesk has not given this option. So where I go to edit this menu or if its even possible AT ALL?

I very much dislike that AutoDesk made it so easy to edit the project wide description lines and left almost no way to customize the per-drawing section in the same way. One would think if you making a product to fill the need of many industries you would add a way to customize it from vanilla?

View 6 Replies View Related

AutoCAD Inventor :: Update Idw Title Blocks From Template File With ILogic

Jun 6, 2013

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.

View 9 Replies View Related

AutoCAD Architecture :: Edit Block In Place Error

Dec 12, 2011

When I try edit block in place this error occurred:

Errors found in references to other objects:

Object reference missing: AcDbXrecord, to AcDbBlockTableRecord

Cancel

View 2 Replies View Related

AutoCAD Inventor :: Unable Edit Title Box Field Text

Nov 8, 2013

I can not edit the M text & field text in title box.My system is Windows Xp Professional 2002, Inventor 11.

I tried to install Microsoft Hotfix KB918118 as I did before, but I coulden't. System massege show my system is newer than that, so I do not need it. Then I installed Hotfix for text problem caused by Microsoft Hotfix KB918118. I can edit M Text now, but still I could not edit Field Text.

View 6 Replies View Related

AutoCAD Inventor :: New Title Block In Old Drawings?

Oct 22, 2013

I have done a new Title Block in our drawing templates.

It only works in New drawings if I open an old drawing I must "Copy/paste" the new Title Block into the browser to the left But I want all our old drawings to use the new Title Block.

Is there a way to have the new Title as default on all old drawings?

View 3 Replies View Related

AutoCAD Inventor :: Customizing The Title Block?

Jun 14, 2012

How can I customize the title block where it says Drawn, Checked and approved?

I want the dates with initials to place automatically. However, I want the date of approval and checked to be 2-5 days after the drawn date. (using Inventor pro. 2012)

View 1 Replies View Related

AutoCAD Inventor :: Replace Title Block C#

Oct 2, 2013

I am trying to replace the title block of the first sheet of the active drawing via C#. I currently am receiving the following error on the last line of The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)).

Why the code below is throwing this error? I have tried multiple variations of the code below to no avail and I'm sure this is something minor that I am overlooking. The title block definition under Drawing Resources is replaced with no errors, the title block on Sheet 1 is deleted just fine, but I can't seem to add a Title Block back in!

How Documents are defined:

Inventor._DrawingDocument oDoc = getDoc();Inventor.DrawingDocument sourceDoc =(Drawing Document) instance.Documents. OpenWith Options(sPath, options, false); Find, copy, replace: TitleBlockDefinition tBlock = sourceDoc.TitleBlockDefinitions[blockList.SelectedItem.ToString()]; TitleBlockDefinition newBlock = tBlock.CopyTo(oDoc, true); oDoc.Sheets[1].TitleBlock.Delete(); oDoc.Sheets[1].AddTitleBlock(newBlock);

View 1 Replies View Related

AutoCAD Inventor :: Weight In BOM / Title Block

Apr 20, 2012

I am trying to include the weight for all components in assembly BOM as well as calculated overall weight in TB, but there are no available property to choose from in the drop-down list.

View 2 Replies View Related

AutoCAD Inventor :: Get Parameter Into Title Block?

Apr 10, 2013

I've created the user parameters and they get the information I need by the rules in illogic and also added as custom properties, but when I try to put them on the title block they don't retrieve the information.

View 9 Replies View Related

AutoCAD Inventor :: Get Parameter Into Title Block (CF)

Apr 10, 2013

I've created the user parameters and they get the information I need by the rules in illogic and also added as custom properties, but when I try to put them on the title block they don't retrieve the information.

View 1 Replies View Related

AutoCAD Inventor :: Mass In Title Block

Nov 26, 2012

I have added the mass properties and I do not want the lbmass behind it. How do I get rid of it?

View 5 Replies View Related

AutoCAD Inventor :: Title Block Macro

Jun 13, 2013

Malfunctioning Title Block Macro in Inventor 2014? The script is attached. I think there is a problem with datums. I have switched to a new computer and installed Inventor 2014 on it. The macro worked with my old computer and Inventor 2013. This is a .ivb-file, not a .txt-file. Please change that before you test it.

View 8 Replies View Related

AutoCAD Inventor :: Custom Title Block

Mar 28, 2013

I have a cutom title block that automaticly places material, status, stock number etc. of the component in the drawing sheet, but I am stumped as to placing the quantity automatically. I have defaulted to using a prompted entry, but that is prone to errors.

View 9 Replies View Related







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