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


ADVERTISEMENT

AutoCAD Inventor :: Copy Title Block Prompted Entries

Apr 25, 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 1 Replies View Related

AutoCAD Inventor :: Title Block - Prompted Entry In Form

Sep 14, 2013

When creating a title block  I use iProperties and  Prompted entry.

Now I want to place all entries and properties in a form so that I have everything together.

With the iProperties it works because you can select the iproperties when you create the form but I can not select the  prompted entry to place in the form

Is there a way to select the  prompted entry to place in the form?

View 2 Replies View Related

AutoCAD Inventor :: Read / Change Prompted Entry Through Code From Title Block

Aug 27, 2013

How could I read / change prompted entry through code from title block (for example DIN) within VB.Net?

View 3 Replies View Related

AutoCAD Inventor :: Scale In Title Block - No Prompted Entry / Keep Current Sheet Active

Apr 9, 2013

 First, it requires there to be a prompted entry text box in the title block named <SCALE>, is there any way to write to a textbox that is not prompted entry?  The prompt when a new drawing or sheet is created is misleading and makes users think they need to manually fill out the prompt.  Secondly, this code works on multi-sheet drawings but it concludes by making the last sheet active.  Since we are triggering this rule before save it's a nuisance to have the drawing switch sheets everytime you do a save.  Ideally, the current active sheet should remain active when the rule runs.  Here is the
 
For Each oSheet In ThisApplication.ActiveDocument.Sheets
ActiveSheet=ThisDrawing.Sheet(oSheet.Name)
If oSheet.TitleBlock Is Nothing Or oSheet.DrawingViews.count=0 Then Exit Sub
oTitleBlock=oSheet.TitleBlock
oTextBoxes=oTitleBlock.Definition.Sketch.TextBoxes
[code]....

View 1 Replies View Related

AutoCAD Inventor :: How To Insert Blocks Into Title Block Definitions

Mar 20, 2012

I'm trying to insert our company logo (a DXF file) into the a title block definition however the insertion point seems to default to 0,0.How can I insert it with a user defined insertion point?

You will see from the attached screen snipe what I mean about being forced to insert it at the 0,0, coordinates. I'd like to insert it into clear space then scale it and move it into replace the existing logo.

View 4 Replies View Related

AutoCAD Inventor :: ILogic Error (changing Sheet Border And Title Blocks)

Jun 18, 2012

I'm having an error with Ilogic parameters.I just wanna change the border and the title blocks with Ilogic. This should be simple. Isn't this?

View 2 Replies View Related

AutoCad 2D :: Dynamic Title Blocks With Text Attributes In Title Column

Aug 14, 2013

i have created some dynamic title blocks with text attributes in title column. I have gone back an added some more attributes at a later date and these new ones will not move with my dynamic stretch! I have tried everything, modifying the action, re-doing the action, nothing works!

View 3 Replies View Related

AutoCAD Inventor :: Title Block - Assign Static Sheet Letter And Changing Page Number

Nov 7, 2011

Standard sheet number option gives you only 1, 2 and so on.

I want A1 where A does not change and 1 changes depending on sheet number.

View 1 Replies View Related

AutoCad :: Link Title Of File To Title Block Inside

Jun 11, 2012

I have a title block inside my drawing and i want to link my title on the title of the file itself, so that if the title of the file was change, it will be change also inside the drawing.

View 4 Replies View Related

AutoCad :: Changing Company Name In Title Block

Jul 26, 2012

Been working with Auto Cad for a while, but using the same tittle block that was created by someone else.

The tittle block seems to be made up of some text lines (which is the area I want to modify), but tied to several 'attributes' below the text, project, drawing number etc.

The only way I can access the text is to 'explode' the whole area (block?), I can then modify the text, but in doing so the several attributes function individually, and not as a whole block.

How do I 'un-explode' the area?

View 3 Replies View Related

Revit :: Changing Title Block For A Sheet From One Family To Another?

Mar 13, 2012

I have a Revit project with two different types of title blocks - one for Planning Board Submissions and one for Construction Documents.  Is there a way of changing the title block family for a sheet from one family to another?  I cannot seem to be able to do this without deleting the sheet and re-creating it with the new title block family.
 
I cannot just edit the family and reload it because, like I said, I need to maintain certain information on some sheets and different information on others.

View 5 Replies View Related

AutoCAD Inventor :: How To Have Prompted Entries Show On All Pages

Jul 25, 2013

I am trying to create a template and want all of the revision material to show on all the sheets but the prompted entry that I have put into the template makes me re-enter it every time I change sheets. Is there any way to have it flow through onto all of the sheets instead of having to re-enter all the information.

View 1 Replies View Related

AutoCAD Inventor :: VBA - Sync Prompted Entries From Sheet 1 Across All Sheets

Apr 10, 2013

I'm trying to unskillfully crash my way through writing a VBA program for modifying Inventor drawing border info, and have managed through cannibalizing other programs to achieve 95% of what I wanted (ie the iproperties part).

Prompted Entries via VBA..I'd like to create a sync 'Prompted Entries' from sheet 1, across all sheets button.

The 4 prompted entry fields are always..I'd love some VBA code that could read the above 4 Prompted Entry values from Sheet:1 and then sync these values across multiple drawing sheets within one .idw file if more than one sheet was present.

View 3 Replies View Related

AutoCAD Inventor :: Turn Off Prompted Entries At New Sheet Creation

Nov 27, 2013

I use prompted entries in the title blocks in some sheets in my drawings.  I then use iLogic to fill in the prompted entries.  Is there a way to turn off the prompted entries box when I create a new sheet?  

Is there something other than a prompted entry that is not linked to a file (drawing, part, or assembly) that can be placed in a title block and filled in with iLogic?  

View 6 Replies View Related

AutoCAD Dynamic Blocks :: Automated Scale Bar - Title Block Text To Reflect Plotting At Half Size

Sep 27, 2013

Any way to get a scale bar/title block text to reflect plotting at half size?

We use the common (24x36) sheet size for all projects, but when plotting we send out half size (12x18) as well.  This means the scale bar reading 1"=40' is no longer correct. It should read 1"=20'.  I would like to automate this.

View 6 Replies View Related

AutoCAD Inventor :: Importing Title Blocks From Other IDW?

Mar 14, 2011

Right now I'm copying it from one file to the other... but I'm sure there is some other way. Are title blocks saved anywhere other than embebed in the file? Autodesk Product Design Suite 2012 Ultimate Autodesk Developer Network [URL]

View 9 Replies View Related

AutoCAD Inventor :: Insert Two Title Blocks In IDW Drawings

Aug 22, 2013

I need to insert two different (separate) title blocks into my idw drawings so both show on the drawing.  One is the real Title block, and one is a Revision History block.  I have listed them as Title blocks under Drawing Resources, but Inventor won't allow me to insert both. Is there any way round this?

I do not want the Revision History block as a Symbol.

Inventor 2011; MS Windows 7-64; i5-2500; 8Gb; GF550Ti.

View 9 Replies View Related

AutoCAD Inventor :: Drawing Templates And Title Blocks

Apr 15, 2013

Have more than one drawing template? (we use A and B size sheets)

My questions concerns, metric vs imperial A vs B vs C etc etc drawing sheet size title block does not scale down accordingly when change sheet size within an existing drawing template.

Is it possible to have one drawing template that can be toggle imperial vs metric, and then sheet size selected and then the title block scaled down or up accordingly? (I would assume this could be done using iLogic)

Or is it normal to have different drawing templates for sizes and units?

View 9 Replies View Related

AutoCAD Inventor :: VBA Looping Through Title Blocks Aand Borders

Nov 21, 2013

Im trying to make a small tool that i can share with other users that allows at the click of a button, a form to give options for titles & borders. Im pretty good with VBA but new to Inventor objects. The tool itself will change all of the borders & title blocks in multiple sheets to the selects ones on the form in one go.

I have the code set up to loop through the sheets and delete / replace all borders & title blocks and this works great. Im trying to find how i can loop through the borders & title blocks so that i can get them into a combo box for each. I cant find anything about this on the internet.

View 4 Replies View Related

AutoCAD Inventor :: ILogic Rule To Change Title Blocks?

Apr 23, 2013

I can't for some reason get this rule to work, simply want to be able to choose what title block to use.

I created a text parameter with the multi-values: TES ELE and TES EQU

I have 2 title blocks in my template called TES ELE and TES EQU

Here is my code, basically, I want to rule to apply the title block based on the selection, which will be done on a form.

If Title = "TES ELE" ThenActiveSheet.TitleBlock = "TES ELE"ElseIf Title = "TES EQU" ThenActiveSheet.TitleBlock = "TES EQU"End IfInventorVb.DocumentUpdate()ThisApplication.ActiveView.Fit

I have found many threads in this forum and have used their solutions for this rule, but for some reason, my rule will not select the title block and place it in the drawing.

Here is a snap of my set-up and my template file is attached

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 View Related

AutoCAD Inventor :: Title Blocks - Change Date With New Sheets

Feb 24, 2012

I have a problem with my title block.

If I create a new drawing today the date is correct. But if I open it tomorrow and open a new sheet its still todays date.

How do I make the date changed with the new sheets??

View 1 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