numberOCD Posted September 30, 2010 Posted September 30, 2010 I'm trying to insert symbols (such as an "EIT" inside a hexagon) into the attribute of my block. Anybody know of a way to insert a block as text in an attribute so that symbol will follow the attribute through rotations, movements, etc.? Quote
BlackBox Posted September 30, 2010 Posted September 30, 2010 You cannot insert a block (A) into an attribute of another block (B). You can write a custom LISP routine which inserts A into the drawing, and programmatically extracts needed value from A, and modifies B attribute with said value, then deletes A... But that is just cumbersome, and more complicated then it needs to be. If you know the possible values, then hard-code those values as options into a custom routine which allows you to select B, and select an option (A value?) to apply to B's attribute. Does that make sense? Quote
Rob S Posted October 12, 2010 Posted October 12, 2010 You can make the attribute move and rotate together inside a block with dynamic blocks. Does that help? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.