AutoCAD 2010 :: Attribute Text Twice In A Block?
Apr 27, 2012
I need to create blocks in which the same text appears twice. I've created an invisible attribute to hold the text and created two mtext object containing fields that point to the attribute value.
The text fields show the default value of my attribute but will not change when the attribute is set on an placed instance. After setting the attribute on an instance I've tried UPDATEFIELD and REGEN but still I see the default value.
View 1 Replies
ADVERTISEMENT
Jul 23, 2013
whenever I make a block with attributed text the block works just fine when I insert it into a drawing like normal. However if I try and open the block drawing by itself the attributed text just turns into normal text after I get this message "Orphan Attdef Objects found & Converted to Text". This problem seems to happen on two of our machines but a third co-workers machine still works fine.
View 9 Replies
View Related
Feb 3, 2012
Is there an easy way to transfer the text inserted in one attribute and copy it over to another attribute in the same block? This is for a titleblock. We are currently using AutoCAD Electrical. We need to do this on over 10,000 drawings so we would like to be able to write a script or lisp routine so we could run a batch across all of the drawings.
View 6 Replies
View Related
Jun 18, 2013
I am using AutoCAD 2012 (Electrical). I have a few blocks that I pasted in a drawing with text that is contained in attributes.
I would like to explode these blocks so that I can make some changes to them, but when I do this, I lose the text that is contained in the attributes. After exploding the blocks, I just see the attribute names rather than the text that they originally contained.
I hate to have to re-type all this info. If I could somehow choose to choose to convert the text originally contained in attributes to plain old static text, that would be perfect for me.
View 4 Replies
View Related
Oct 5, 2012
What I really want to do is on our fire alarm blocks we have 3 different attributes one for the address, the candela and one for misc info. I want to make an attribute that takes the number from the candela (15,30,75or 110) and change a different attribute to a value depending on which candela we use (such as 15=.078, 30=.113, 75=.195 or 110=.259). But I don't want the .078,.113,.195,.259 to print out on paper, I want to export block information excel file so I can add up all values.
View 2 Replies
View Related
Aug 13, 2012
Is it possible, via whatever methods (lisp?) to be able to have a premade block with an attribute and insert it into a drawing then assign a value to it by selecting another existing block in the drawing and using one of its own attribute’s values?
For example, say I have a block representing a telephone and it had an attribute called "PhoneNo" and I inserted it into a drawing showing an office floor plan that had blocks in each office space that are telephone junction boxes with attributes "PhoneExtension". I would like to be able to autocomplete the entering of the “PhoneNo” data by selecting one of the telephone junction boxes in the drawing and using its attribute’s value.
View 5 Replies
View Related
Nov 8, 2013
Is there a way that I can create a block with text ('A') and when I insert the block and populate the block another block block will update also? I am wanting to create a block for x-sec flags, and detail callouts that update their detail titles.
AutoCAD Civil 3D 2012 SP4
Windows 7 (64)
View 6 Replies
View Related
Aug 31, 2012
select all blocks on certain layers in a drawing, check attribute CIRCUIT in each block if it starts with MS then attribute CONTROL = switched. I hope thats clear enough the way
(defun c:control()
(graphscr)
(Setq sc (ssget "X" '((0 . "INSERT")
[Code].....
View 1 Replies
View Related
Apr 4, 2011
I'm using 2007 LT. I Would like to explode a block with the attribute text remaining as text.
View 9 Replies
View Related
Feb 8, 2013
I am trying to create a block with 1 attribute (ELEVATION) showing a finished floor level and another text (field) to show another level derived by the sum of the attribute value + and additional (fixed) number, say 100.
I have tried using fields inside an ATTRIBUTE or a simple DTEXT but the field does not update, it only picks up the DEFAULT of the attribute, not the user entered input. How can I do this?
attached is the block
View 2 Replies
View Related
May 16, 2012
trying to set up a system for a less advanced user.
basically they donot like the advanced attribute menu when you edit a block with attributes in them.
looking at the varriables the end user likes the Attdia set to 1 when you insert a block it then displays nice clean menu which just has the attributes you can edit.
can this be set so when you later edit a block this menu appear rather than the advance attribute editor?
View 2 Replies
View Related
Jan 4, 2013
How to get attribute values to match in the same block? In my titleblock have the clients name displayed a couple of time in the block. I want to be able to change the clients name in one spot and have it change in the other. I have tried to use fields but the field will only display the default value of the attribute.
View 2 Replies
View Related
Mar 14, 2012
How to make an attribute block that contains a dimension?
I’m wondering if there is a way to create an attribute block that contains the particular text and the value of the dimension length. More specifically, in the screenshot below in need to show the steel bars (as an attribute) along with the value of the dimension of the bar such that in case the block is stretched then the value of the dimension length changes. I think the block itself needs to be dynamic.
The issue here is having an attribute for the “steel bar type” and its length. The “steel bar type” must be editable while the length must be written automatically to reflect the length of the bar.
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 9 Replies
View Related
Jun 1, 2012
I have a simple block with a single attribute that I am trying to sync. Someone previously created this block, defined it on a named layer with the attribute defined on the same layer with a user font, then inserted it on three different layers. Now, even though I have redefined the block on layer 0, set everything to BYBLOCK, all the attributes are still on those other layers. And when I try to use ATTSYNC, all the values disappear. I don't get it. Isn't ATTSYNC supposed to retain all the values?
How can I get all of these blocks with their attributes and values intact on the same layer?
View 4 Replies
View Related
Jun 7, 2012
We have specialized electrical schematic drawings on what is termed roll-drawings. These roll-drawings are simply 12" tall and variable width type drawings. We've had some as short as 24 inches and as long as 900 inches. As a result we use these section dimensions to distinguish circuit boundaries. It's not a real dimension, just a way to distinguish what circuit is located where. I've tried to recreate it using a block for improved automation as currently we just use a lisp routine that draws an arrow and lines. It looks like the screen capture of my block below. Is it possible to have the inside endpoints of the lines automatically stretch outwardly toward the arrows as the attribute Value changs?
View 3 Replies
View Related
Mar 22, 2012
I am trying to add a set of attribute data to a block that already exists within a drawing.
View 1 Replies
View Related
May 23, 2013
Is there a way to enter the greater than or equal symbol into a block attribute value...?
For example...TEMP IS >= 20O F
View 1 Replies
View Related
Mar 27, 2013
I am looking for some code or something which can change the title block revisions from "01" to "02" in multiple drawings.
The title block revision block is set in attributes.
View 5 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
Sep 22, 2011
I'm having an issue with creating a column bubble block that would have an attribute and both be annotative.
I've created a 3/8" dia circle with 3/16" text and the text is NOT annotative. The bottom of the circle is at 0,0 with the text justification at MC
I create the block of the circle and text and make it annotative and save
When I insert it into another drawing, the block inserts properly and scales as desired. The issue is when inserted, I'm NOT given the option to fill in the column # attribute. I can double click and enter text, but this should happen during insertion.
When I create the block, if I do NOT select the attribute as part of the block, I am given the option for the attribute during insertion but it does not scale automatically.
What am I doing wrong? I'm attaching my block as an example.
View 8 Replies
View Related
Jun 22, 2012
I have only one user with this problem. He tries to edit an attribute block and when he selects one of the values and erases it the default value doesn't erase. He then has to enter some text and erase that and it works.
View 3 Replies
View Related
Apr 17, 2013
I'm trying to edit our titleblocks. There is information we repeat at the top of the drawing like the drawing name, sheet number, total number of sheets, contract number, etc. It is ridiculous to have to type this information in twice. I tried creating both text and constant attributes at the top and insert field pointing to attributes at the bottom but all I get is ---- when inserted. My inserted field was ->Object->(selected attribute)->Value. I am using version 2011. I would think it should be easy to "repeat" values of attributes inside a block.
View 5 Replies
View Related
Oct 31, 2012
I am looking to go through a whole drawing and change the text color of any block attribute to say 0 as the drawings I am receiving have all the text at a weird color. I was unable to find anything on the forum. I already have a routine that changes text of certain blocks based on layer, but I want this to change the color. Below is code I used for the layer change I talked about earlier.
publicstaticvoid strFind(string sFind, stringsReplace)
{
string str = "";
Document document = Application.DocumentManager.MdiActiveDocument;
Editoreditor = document.Editor;
Transactiontransaction = document.Database.TransactionManager.StartTransaction();
[code].......
View 1 Replies
View Related
Dec 30, 2013
I HAVE ATTRIBUTE TEXT BLOCK IN DRAWING TITLE AND IF I WANT TO ADD ANOTHER TEXT IN SAME ATTRIBUTE BLOCK
HOW CAN I ADD
View 1 Replies
View Related
Apr 18, 2013
I am wondering if it is possible to create some sort of block which will detect the angle it has been rotated to and present this angle as a text? For eg. to calculate the superelevation and present it as a multileader with 3.00% above it.
View 2 Replies
View Related
Sep 7, 2011
how we can explode block with attributes and keep the text of attributes as is without changing to value
View 3 Replies
View Related
Dec 9, 2011
I am building a block with some attribute text and I need to be able to backmask the text. The properties menu does not have a backmask option for the text attribute when I open the block in the block editor.
I am using Autocad LT 2011
View 1 Replies
View Related
May 11, 2011
How would i insert a text attribute to a block that i have already made? Does it give me the option to make the text vertical & horizontal before blocking it for use?
View 9 Replies
View Related
Apr 1, 2013
I am ACA 2013. I received a file from an equipment company and has these blocks that are huge in file size, so I am cleaning things up on them. Their blocks have multiple layers in them with different colors and linetypes. I see the setbylayer command and it works, but not all the time. On some of the blocks, they have attribute text in them. the individual lines of the attribute are on different layers. I want to keep the info, but set all to layer 0. then I can move it to the block to the layer I want.
another question, is there a way to make an outline of a block? Some of these blocks are so detailed that I want to make a simple outline and then delete the block.
View 3 Replies
View Related
Nov 13, 2013
starting a new job at work so setting up the job folder etc. grabbed the title block and the text attribute insert from the library.....
so here is when the issue started.....so title block and text attribute are both saved in model space, both have all the same settings, this also applies to the template we have here all match.
so i xref in my title page at 1:1 which comes in normal, then i insert my attribute block in at 1:1 but it comes in at some super size thing, normal 3.5 text size is now 1000......
have fiddled with everything gone back to the library set etc but got no idea.
the interesting bit is if i open the title block and insert the attribute block in, it comes in perfect......
so in saying that i am assuming it is the work template..... but none of this has changed for over a month and have created drawings since then........maybe a random setting somewhere has changed but again haven't done anything different to normal no new radical changes....
i have attached a copy of the title block and the text attribute.
View 9 Replies
View Related
Mar 2, 2012
We have a client whom insists on 1/8" text and my blocks are all sized for 3/32". What I wanted to do is create two visibility states for the block. One using the 1/8" text and one using the 3/32" and be able to switch between them. I can get the border of the tag to work, but the text doesn't switch sizes.
Is this even possible? Is there a better way to deal with all my tags and needing to have two different versions of them? (Tags such as fixture tags, note tags, etc...)
View 4 Replies
View Related