AutoCAD 2013 :: Select ALL Annotation With Same Text And Change Them For New Ones
Apr 18, 2013
I have a set of drawings (19) with a lot of annotations, however I have to change them according to the original text:
Example: Return Air Drive by RAR, Sump by SMP etc. How is possible to select ALL the annotation with the same text and change them for the new ones? Every time that I select by text, either the MultiText or the Multileader objects are selected correctly but I can change only one at the time. Is there anyway to do the changing process in one shot for Text or Multitext with the same contents?
I have a site survey which has existing spot heights all over it using MICRO text. I am marking in new spot heights so want a text style which is different, but not over powering.
Currently I am using Browallia UPC which looks like a good style match, however the text looks like its set to SUPER BOLD or something, because when I do a test print it visually dominates the entire drawing.
Is there a way of changing the "boldness" of a text style?
We have a problem in some of our views (mostly dependent views), Central file.We place normal annotation text (not littera) and everything looks fine.
Then it happens, random can take days, and noone tuch the views nor the text style, that the text duplicate itself up to 1-4 times, and also change its location on the view.(The text don't lie on each other, but spread around the view, but keeps the condition in location to each other from the origin texts that was placed)
When we have encounter this we have deleted the copys and placed the text right again and then it works for a while...everything repeats itself, and in the end (random timeflow) the text deletes itself completely.
I wanted to select dimensions and change the precision to 2 decimal points.
For any dimensions I positioned on the object (like the width of the block centered in the block)...rather than above, below or off to the side. I am unable to select that dimension. Every time my cursor goes towards the dimension to select it.....the block itself is automatically selected. Any dimension outside the boundary of the object is fully selectable to edit.
I go to open a drawing; drawing opens fine and views fine for a second, but then everything changes to viewing Color 9.... I am able to select a line or a piece of text and change it to any color imaginable but it always stays color 9. Although I am able to create a line and have it the correct color, it is just everything that had been existing in the current drawing at the time...
I have tried shademode, which if I put it into a 3d wireframe views fine in modelspace... but it always is going back to the 2d wireframe visual style that is the problem...
I cannot seem to find any problems with the drawing... I have run audit and purge all, I open backed up files and autosaves, all doing the same thing... I even had someone else open the drawing with the same occurence...
I want to select my text and change the size from my macro. As of now if i preselect the size it outputs the size once i type the text in box and add to page, but i cannot change the size by selecting the text. Im building this off of my output settings.
Sub ChangeSize ()Dim OriginalSelection as S, text as StringDim txtShape as ShapeOn Error Resume NextOriginalSelection = (ComboFontSize.text, "pt", "")size = CInt(text)Set textShape = ActiveLayer.CreateArtisticText(ActiveLayer.Page.CenterX, 8, FontText.text, cdrLanguageNone, cdrCharSetMixed, Me.lstFonts.text, size) End Sub
I have about forty maps created in DP6. Each of these has numerous pieces of text within it. These include title, map number, descriptive notes, individual letters such as A B C, scales, map symbols etc etc. These are currently all in Arial with some parts being bolded.
My question is:
In any one map can I select all the text within that map and change the character of the font? Ie can I grab all the text and change it from arial to a serif font? Or change all the text to a different colour?
I hope it can be done. I have done a bit of experimenting but have not found a way yet.
I have written the following code to have the DIMSCALE on our drawings to update according to our Annotation Scale selected from the menu on the bottom right. Right now its set up though a menu along the top.
Showing annotation objects, I’m wondering how the two options “show annotation objects for current scale only” & “show annotation objects for all scales” introduce the same result (attached)! Despite the fact that these annotation objects are assigned to other scales (attached)
In these two cases, the only displayed annotation objects are those related to the current scale! Not all the annotation objects are displayed!
take a look at the test.dwg it contains a block named 'box' (which is a rectangle) and some attributes. the annotation scale is 1:1 and i zoomed in to focus on one attribute.
change the annotation scale to 1:2 and you will see the attribute grows by 2 - that's ok! now load attmod.lsp and run attmod command and you will see the attribute grows again by 2
even the command only (entmod) the attributes without making any change.(to restore it use battman sync)Is there a workaround to this bug?
When I export text using data extraction, I make another table xls. Can I change text in the XLS file, and then update the text in my drawing to match the new text in the XLS file?
I accidentally turned something on in Autocad, and I want it to go away, I have no idea what it's called or how to get it gone. It's akin to the "select other" window in Inventor when you select at the intersection of several objects.
How to add a particular annotation for multiple selected multiline texts,In the attached screenshots, all Mtext were selected but couldn’t figure out how to add a particular annotation scale to them!
For example, I wanted all the selected mtext to have the 1:100 as annotation scale but sounds not to work with me.
I couldn’t figure out how these three types of scales are correlated with one another. For example, my drawing unit in AutoCAD is meter. And thus if I need to print my drawing with a scale of 1:200 then I set the annotation scale to be 1:2viewport scale to be 1:2plot scale 100:1000
if I need to print my drawing with a scale of 1:20 then I set the annotation scale to be 5:1viewport scale to be 5:1plot scale 100:1000
I couldn’t derive the rule that controls these three types of scales. This is also quite confusing when working with C3D! Sounds not the same logic is applied.
Why the “dimensions” doesn’t respond as the “annotation scale” changes…
I’m wondering why the “dimensions” doesn’t respond as the “annotation scale” changes when the “Automatically add scales to annotative objects when the annotation scale changes” is OFF?
I must have hit some combination of keys which altered my interface because Autocad 2013 is acting slighly differently. I can no longer pick Dtext and change its contents directly but must go into the properties tab and change the text through the properties window. When I pick an object my layers scroll windo no longer identifies the objects layer. And when I right click an object I no longer have access to the same set of command that I used to. For example I used to be able to right click an XREF and have the command xclip available but that and other specific commands are no longer available. I am on a deadline and am not able to figure out what is causing this sudden unexpected change in the interface.
Annotative block moves when annotation scale changed,
The solution for this problem is mentioned in the link below but sounds not to be useful:
[URL]....
I got a block that contains an attribute (attached) and created on layer zero while the current annotation scale is 1:100. As this annotation scale is changed (say to 1:200 or 1:50) this block moves from its original place to another one (as shown in the attached screenshots).
Pulling apart a drawing that someone else did, each block contains a set of text that I need, along with the polylines for editing, however, when I explode these blocks to edit the polyllines - all of the text inside the blocks changes to generic terms like "AUX".
I assume that these blocks go to a lookup table of some sort to find their names, but it's not something I'm familiar with - is there a way to get the text to "hardcode" or something? Just force it to stay as it is before I explode the block?
I am attempting to create some blocks, which consist only of text. The issue I am having is with the option to make the block annotative. I have set the text within the blocks to annotative, and it seems to work, but when I reenter the block editor and highlight the text, it still says "Annotative - NO".
What I have is a shape files that contains the road centreline of a city I am working on. And that shape files also have a data of its road name etc.
I know how to do it as FDO (using map connect). But what I require is an autocad text entity.
I can save the map as a drawing. But what I only want is just a number of road names and they are not adjacent or near to each other so map filtering is not recommended.
So what I did, I add the shape files using map import command and added the road name data. And then, I used the command Annotation and do the "define annotation" and "insert annotation". From here, I am doing fine. I created a text/block annotation that will extract the road name on the imported centreline on the line I just selected.
Now, my problem is, all the text are in just one direction (in my case they are all horizontal). I tried playing the "rotation expression" but still without luck.
how or what "rotation expression" should I use to make the text parallel/along the centreline.
Noticed that the Dynamic Blocks in the Annotation Tool Palette are missing? Let me rephrase that, in the Tool palette they show up, but the dwg's that they reference are missing. I have 4 users that are currently testing Civil 3D 2013 and all of them are missing the files.
What is the difference between Annotation Text versus the Civil 3D Lables? Do you have more control over the annotation text? Do lisp routine work better for annotation text than the Civil 3D Labels?
I have a routine that will create a quick leader and text from the object layer that it selects.
Layer EX-PAVEMENT ----> the quick leader call out would label it as Existing Pavement.
I have been trying to export my annotation settings using the profile function on Autocad 2010. I can't get it to work, and I don't think this is the best way to achieve my goal. I've made a template file, but I don't know how to import it.
My goal is to, as quickly as possible, give 8 drawings the same annotation settings.
I am trying to XREF my C3D Design file that has my profiles and sections in it into a drawing with a title block and viewport. Everything is fine in Model Space...but when I create the viewport in Paper Space none of the annotative text of the profile/section shows up...or is microscopic.
How to create a consistent annotation scaling of text and dimensions in a layout drawing in paperspace?
How to update dimensions/annotations scaling in modelspace to create consistant scaling of annotations for an entire drawing that has annotations that have different/inconsistent scaling (arrow size text heights all differ slightly)?