Print Page | Close Window

PROBLEM WITH A BLOCK WITH ATTRIBUTE

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5639
Printed Date: 01.Jun.2026 at 00:34


Topic: PROBLEM WITH A BLOCK WITH ATTRIBUTE
Posted By: jmontesmx
Subject: PROBLEM WITH A BLOCK WITH ATTRIBUTE
Date Posted: 03.Apr.2011 at 19:46
Please I need your help asap  this is my problem, I am using the measure command  in a road project , when I use a single block there is not problem, but when I use a block with attributes only can see the draw but the attributes dissapear , What can I do to fix it.
I will appreciate all your help.



Replies:
Posted By: John Connor
Date Posted: 03.Apr.2011 at 21:11
Could the layer that the attributes are on be turned off or frozen?

Are the attributes supposed to be visible?  Some people make their attributes invisible on purpose.


-------------
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>



Posted By: jmontesmx
Date Posted: 04.Apr.2011 at 07:29
I check it both things, the layer is on and not frozen, and the attributes are in visible option, I did a test  making a block with a circle and attributes, when I used the measure or divide command with that block the circle apears but not the attributes.


Posted By: CarlB
Date Posted: 04.Apr.2011 at 07:37
I believe that's how MEASURE handles blocks with attributes, it is inserted with the default attrtibute, which may be blank in your case.  You'd need to edit each insert, or create a block with defaults being what you want, or use constant attributes.


Posted By: jmontesmx
Date Posted: 05.Apr.2011 at 05:05

The block is created with default, if I use the constant option I can't change the attribute because to change the block it is necesary use the block editor and that take a lot of time.

thanks


Posted By: jmontesmx
Date Posted: 05.Apr.2011 at 22:28
At least , if somebody have my same problem use "BATTMAN" command with Sync option and in that form you can see the  attributes.


Posted By: alanjt
Date Posted: 05.Apr.2011 at 22:40
You could roll your own using vlax-curve-getPointAtDist. Here's one I did last year...

http://www.cadtutor.net/forum/showthread.php?46309-CopyAlongCurve.LSP-Divide-Measure-Dynamic&highlight=copyalongcurve" rel="nofollow - http://www.cadtutor.net/forum/showthread.php?46309-CopyAlongCurve.LSP-Divide-Measure-Dynamic&highlight=copyalongcurve

You'll have to be a member.


Posted By: Vladimir Michl
Date Posted: 05.Apr.2011 at 22:45
You can use MEASURE/DIVIDE (or the new Array in ACAD2012) to copy/place blocks along curves but block with attributes are inserted without any attribute data.

If you then need to use a common attribute value, use ATTEDIT. If you need a sequential counter, use our InsertC/BlockC - see Download.


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner



Print Page | Close Window