AutoCAD 2010 :: Field Displaying Current Drawing Number Plus Or Minus One
Feb 21, 2012
how to write a field that will add or subtract one from the drawing number. I'm adding drawing join line text to drawings so I need the text on the left to read one less than the current drawing & text to the right to read one more.
in drawing 005 text would read "joins drawing 004" & "joins drawing 006"
I'm having an issue with some of my drawings where the all the lineweights appear much too thick on the screen. When I plot the drawing or look at a print preview the lineweights appear correct, but in model space they appear much too thick.
I found the option to show / hide lineweights, and when I toggle this option from show to hide it seemingly fixes the issue, but when I pan or zoom on the drawing the think lineweights come back.
Why this is happening, even with show lineweights enabled they should not be displaying this thick as every line on the drawing is default lineweight, and the default is set at 0.25mm, I have the exact settings on different drawings but they dont have this display issue.
We are using Autocad 2012 & some of our users can not put Degree, Diameter, Plus/Minus Symbols in their drawings.%%P, %%D, %%C does not work in single line or M-Text. The symbols work In dimensions.
Is there a macro/script/deisel that will automatically print a pdf (cute pdf autocad lt 2007) to current plot settings in current drawing directory and give it the current drawing view name and number? Disk space not a problem these days and would save time to have a pdf copy of all drawing tabs readily stored in the directory ready for issue.
I am using the sheet list table to generate a table of contents. I add the "Drawing Revision Number" column to the table, but when it generates the list it does not include the field.
Is there any way to add the "Sheet Revision Number" instead since this is what property is actually adjusted in the sheet's properties? (i never change the "Drawing Revision Number")
OR is the solution to change the "Drawing Revision Number"? Where do I change this property at? Is this property applied to all sheets within a drawing?
I have placed a field directly into my paper space ( not in a block ) to show the current date. This is a company requirement so when the drawing is printed, it shows the date of printing. The field just shows the date that the field was inserted and doesnt update. If i replace it, i get todays date but it stays on the date.
I want to do something a little different in my math class unit on volume - I want to bring up AutoCAD 2014, and have a 3D solid on the screen. As I change/edit the object, I want the students to see the volume amount change, onscreen. Is there a way I can put in a field, preferably, that with a quick regen will show the volume of a 3D object?
Greetings, frequently I need to identify the origin of a previously applied custom hatch pattern for use in a different area of the same drawing, is there a way to have the origin displayed and/or view its coordinates in 2009LT?
I had hoped that I could select multiple hatched areas & view their orgin points through "properties" & verify that the points of origin all align (in either the x or y axis), but this doesnt seem to be the case.
I need to identify the origin of a previously applied custom hatch pattern for use in a different area of the same drawing, is there a way to have the origin displayed and/or view its coordinates in 2009LT?
I had hoped that I could select multiple hatched areas & view their orgin points through "properties" & verify that the points of origin all align (in either the x or y axis), but this doesnt seem to be the case.
Ideally, I'd like to draw a line or circle from the origin of the original hatch
I am using Sheet Set Manager. I can use a field that will enter the sheet number on each layout. I am looking for a way to have a field use this number and minus 1 or add 1 to get the sheet before and sheet after the current sheet.
I am trying to turn on the stock number field under customizable fields within vault, however stock number is not an option...has this always been the case?
Setup or style expression that will take a field in a shape file that is defined as an integer and display it on a map with comma's for the 1000 maker (ie. 5913240 as 5,913,240).
I am using AutoCAD Map v2012 (can use 2013 if it has anything built in)
The Field dialog box has an item for CurrentSheetNumber with field expression: %<AcSm Sheet.Number>%
Is it possible to create a Field to display the Next Sheet Number (CurrentSheetNumber + 1) and a Field to display the Previous Sheet Number (CurrentSheetNumber - 1)?
How to “synchronize” the ‘layout number” with “sheet number”?
As in most cases, the arrangements of “lay outs” reflects the way they are regularly printed, then how could we renumbering the sheets such that the first lay out takes number 1, the second lay out takes number 2,…and so forth.
I am trying to write a quick macro to open the current drawing in the block editor. I can easily do the steps from the dialog box to open the current drawing, but the command line version give me an error.
Command: -bedit Enter block name or [?]: <current drawing>
(A message box pops up saying, "The name cannot be longer than 255 characters."
If I click ok on the message box, AutoCAD returns to model space. The file name is 30 +/- characters, and the path is maybe another 50 to 100 characters. Can I bedit the current drawing using the command line, or must I use the dialog box?