Troubleshoot: Block Attributes Won’t stretched

I have someone asking me why his dynamic block is not working as he expected. He created his own coordinate label based on this tutorial on CAD Notes. Only the northing coordinate label move, and it move strangely unpredictable. As you probably have the same problem, I decided to publish it here.

First I suspected that this has something to do with defining objects for the stretch action. However, I don’t find anything wrong about the settings.

So I go further and check the attributes.

In BATTMAN, I can see the tags are marked in red. The tag names are the same!

AutoCAD Block Attributes Tag Troubleshoot: Block Attributes Won’t stretched

Tag name has to be specific. AutoCAD doesn’t allow us to have more than one tag with same name.

So I changed the tag name to COORDN and COORDE. The red mark disappear, and the dynamic block works as expected.

Share this Post!


Rate This Post

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

Application Engineer. Jakarta, Indonesia. 5+ years experience as CAD engineering application. AutoCAD, MicroStation, Inventor, Autodesk Revit Architecture 2010 certified professional, and certified CATIA part design specialist. Here are some topics I am currently focusing on

You might also interested to these posts:

  1. Use BURST for block with attributes instead of Explode!
    digg_url = "http://www.cad-notes.com/2009/07/use-burst-for-block-with-attributes.html";digg_title = "Use BURST for block with attributes instead of Explode!";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Did you ever explode your...
  2. Reporting Multiple Coordinates in A Block using Attribute Extraction
    I found this thread this morning in CADTutor Forum. I found it’s interesting and trying to figure how it can work. This is how I do it. The problem is,...
  3. How to: Label Coordinate in AutoCAD
    I had this question several times: can we automatically label our coordinate in AutoCAD? If you are Civil3D user, then you most likely will suggest them to use C3D. But...