TheSwamp

CAD Forums => CAD General => Dynamic Blocks => Topic started by: M-dub on October 26, 2010, 11:12:19 AM

Title: Move Attributes About Insertion Point
Post by: M-dub on October 26, 2010, 11:12:19 AM
I have a dynamic block (one of very few in our library) that has a symbol with two or three attributes.  After inserting the block I want to be able to move the attributes as a group anywhere around the insertion point of the block within a certain radius (as shown by the hidden lines).  I don't want people to move the attributes TOO far from the symbol to which they are referring.

I'm nearly illiterate when it comes to dynamic blocks ( :( ) and need some help... with this.

Should I be using the Point parameter or XY... or neither?
Title: Re: Move Attributes About Insertion Point
Post by: mjfarrell on October 26, 2010, 11:21:00 AM
perhaps set an incremental stretch...and limit the allowable distance
Title: Re: Move Attributes About Insertion Point
Post by: M-dub on October 26, 2010, 11:36:56 AM
Nngg-Kay... Uhm...

When I try to do what I THINK I need to do to get there, I select the objects (the two attributes) and get "2 unlocked AttDefs filtered from selection".

What am I doing wrong or NOT doing right?
Title: Re: Move Attributes About Insertion Point
Post by: ronjonp on October 26, 2010, 11:52:44 AM
Try this one Mike .. the key to moving attributes is locking the position of them. (bear in mind I'm fairly d-block inept)  :-D
Title: Re: Move Attributes About Insertion Point
Post by: mjfarrell on October 26, 2010, 11:54:11 AM
open in block editor...

add parameter

edit the parameter properties

adjust incremental-ness

be sure to select those objects in the stretch definition
Title: Re: Move Attributes About Insertion Point
Post by: M-dub on October 26, 2010, 11:55:54 AM
Try this one Mike .. the key to moving attributes is locking the position of them. (bear in mind I'm fairly d-block inept)  :-D

That's perfect!

Now, to go figure out how you did it!  :)

Thank-you VERY much!
Title: Re: Move Attributes About Insertion Point
Post by: M-dub on October 26, 2010, 11:56:19 AM
open in block editor...

add parameter

edit the parameter properties

adjust incremental-ness

be sure to select those objects in the stretch definition

Thanks a lot... Going to check this out again.
Title: Re: Move Attributes About Insertion Point
Post by: ronjonp on October 26, 2010, 12:01:43 PM
Try this one Mike .. the key to moving attributes is locking the position of them. (bear in mind I'm fairly d-block inept)  :-D

That's perfect!

Now, to go figure out how you did it!  :)

Thank-you VERY much!

No problem :)  I updated the post above with a different version that removes the grip from the insertion point.