Automatically Shifting attribute

Automatically Shifting attribute

anieves228
Enthusiast Enthusiast
548 Views
1 Reply
Message 1 of 2

Automatically Shifting attribute

anieves228
Enthusiast
Enthusiast

Hi, People of the AutoCAD interwebs. I need to call upon your assistance.

I'm new to dynamic block and I'm trying to make a block for a spot elevation. Here is my block below. I would like "position" to move as the distance (999.888') is typed in. I've attached the dwg.

 


Capture.PNG

0 Likes
549 Views
1 Reply
Reply (1)
Message 2 of 2

Libbya
Mentor
Mentor

Well, you're both completely out of luck and in luck...  Changing an attribute value does not affect parameter values or other block properties.  That's just the way it is.  It is a one-way street, parameters can affect attributes, but attributes cannot affect parameters.  You're out of luck on that.

 

However, you're in luck that changing the block position can automatically change the attribute value through the use of a field.  You're also in luck that you can select the block basepoint and put it where ever you like by typing in the coordinates.  The end result is the same effort for the same result.