AutoCAD Inventor :: How To Get Scale To Show Up Properly In Title Block
Jun 13, 2008
how do you get the scale to show up properly in the title block? I've been searching and finding nothing on this issue, with exception of Autodesk personnel telling users to use the scale display on the views. I know it's not the "Autodesk way" of doing things, but my company has been putting the main view scale in the title block for over 30 years.
I've been using Patrick de Stobbeleir's "iProperty Collection" utility since Inv11, and it does the job. The thing that bugs me, though, is that I can't figure out how to get the FirstViewScale:x custom properties to work intelligently in my title blocks. I just use the property FirstViewScale in my title block, which displays the scale of the first view put down...no matter what the sheet.
how I can use the FirstViewScale:x property in title blocks such that x is the sheet number? So far we just have the first sheet use the FirstViewScale, and then subsequent sheets use a prompted entry (I know it's an ugly work-around).
View 9 Replies
ADVERTISEMENT
Sep 16, 2011
I am trying to get the scale of the base view in my titleblock. I have searched, the conclusion that as of Inventor 2012, this still can not be accomplished without add-ons?
View 9 Replies
View Related
Oct 26, 2011
Is it possible to set the drawing Scale to the Title Block? Seems like it is missing parameter...
View 8 Replies
View Related
Oct 6, 2005
how to create a text field, in an IDW, that will link (look) at the scale factor of a "Base View" in the same IDW? I am trying to create a text field on my title block that will identify the "Base View" scale automatically.
View 9 Replies
View Related
Oct 7, 2012
How to import scale of view into a title block?
View 1 Replies
View Related
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
Apr 11, 2013
I have this simple dynamic block that is to change from 4" to 6" to 8" square. I have a linear parameter, 0 grips, and a Lookup function for 4, 6 or 8. It is supposed to scale about the midpoint (insertion point). I have tried both the Midpoint and Startpoint settings for Base Location but it always seems to scale from the far left of the Linear Parameter.
using 2012 LT
View 2 Replies
View Related
Jul 6, 2011
One of the guys here has created a title block which has a scale field in it, this field reads the scale at which the title block is brought in, by use of an invisible attribute (he used the block in model space so that's why I scale them up). When he xref the dwg into my main drawing all is fine and the scales are as they should be but when he prints, the scales all show 1:1 on the print and in the main drawing. Could this be due to the fact that the xref is brought in at 1:1? But we can't see why this would change it as the block is obviously still at e.g. 1:50 in the xref.
[URL]
View 1 Replies
View Related
Jul 22, 2011
After creating a pdf.... when printing that pdf at non scale, the edge of the title block gets cut off. how can I fix that in adobe still using non scale format.
View 2 Replies
View Related
Oct 25, 2012
I made a 24 x 36 title block with attributes and saved it as a wblock.
1) When I inserted the title block into a 24 x 36 paper space, The titleblock does not fit. and the texts are messed up as well. The text are in in their respective places. What I did to create the title block is to basically created a title block border and then created the text. So, I made a block out of the borders and then a block out of the text then I made a block out of the whole thing (text and border). After i saved it as a wblock. When saving as wblock i chose entire drawing and once i chose object.
2) When I try to test plotting with this title block i made (even though it does not fit in) it does not show up in print preview.
How do I make some of the text Bold and others not? but keep them all same style?
View 6 Replies
View Related
Oct 17, 2012
I enlarged a photochrom image (which gimp converted to rgb) to twice its original size, but when I wanted to see its dimensions in inches the image scale showed 6.667 x 4.887, which is half the original size. This can’t be possible, the enlarged image is quite big. I set the resolution at 300, if that makes a difference…
View 5 Replies
View Related
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
Mar 13, 2012
Is it possible to create a 'drawing scale' defined attribute inside my title block when brought into paper space? I tried setting it up using 'plotscale' fieldname with various formats and it keeps coming in as 1" = 1' or 1:1 rather than 1" = 20' because that's what my plot scale is inside paper space but my drawing scale is 20 scale. If I bring the title block in model space, it adjusts, but I don't plot from model space. Surely there's a way to make this automated inside paper space.
Also, I just setup a 'Date' attribute inside my title block today. What's the difference between Date, Saved Date and Plot Date? Will 'Date' update if its in a drawing and opened up a month from now and saved or do i need to take 'Date' out and replace with 'Saved Date' or Plot Date'?.
View 7 Replies
View Related
Oct 7, 2013
if it possible to insert vport's annotation/standard scale into title block as a filed? Does some variable exist or I have to create a formula?
View 2 Replies
View Related
Aug 9, 2013
I would like to ask if its possible to extract part of the drawing from modelspace then add title block in lay-out and scale the extracted drawing...how will i do that?
View 9 Replies
View Related
Apr 11, 2012
we have on company drawing title block the date created field. . . . but when the file is being transfered and "save" it shows the present day of saving. . . is there any lisp that when used, it will show the original date its created. .?
View 3 Replies
View Related
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
May 31, 2013
Can IV be set up to show the file path to an open file in the IV window title bar (next to "Autodesk Inventor") like Autocad/MDT does?
View 1 Replies
View Related
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
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
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
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
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
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
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
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
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
Apr 5, 2012
I have text in my title block that references part properties. If I have several different part and assembly base views on a sheet, how do I control which one the title block references? It defaults to the first one that was placed. I am using 2011 Pro.
View 1 Replies
View Related
Jan 22, 2013
Is there an add in or something for faster type in the title block in a drawing? Name, title etc?
Right now the author and date are automatically but when i save the file to for example to "D1234 hammer" it becomes the part number.
I have to edit the title.
I want to save the file to "D1234 hammer" and the partnumber to be "D1234" and title "hammer".
IS there a add-in that I type the title and name and its auto fill the title block? Or do I have to create a custom title block so the drawing can understand to only to take the numbers from <part name> and the letters becomes <title>?
View 3 Replies
View Related
Aug 17, 2012
We are going to be making a new title block and I have been looking at ways to get the new title block into the old drawings. It looks like the Inventor Drawing and Resource Wizard is the way to go.
The steps seem pretty straight forward and simple but I am not getting the correct results. For the source drawing I select my new title block and leave the boxes for borders, my new title block name, and sketched symbols checked. I then pick my drawing I want to get the new title block in. On the last step I can select Yes or No and get the same results. When I reopen Inventor and the drawing it still has the old title block in it.
View 4 Replies
View Related
Mar 26, 2013
Is there a way to change a title block? After finishing all the dimensioning and details I realized I used the wrong title block.
View 3 Replies
View Related