TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Andrea on January 16, 2017, 01:51:01 PM

Title: TCIRCLE for block Attribute
Post by: Andrea on January 16, 2017, 01:51:01 PM
Hi all,..

before starting a new lisp...
I would like to know if anyone already did something like this...

"Block rectangle automaticaly reajusted when attribute is edited."

I mean....
what would be the best practice...? maybe it is possible to have dynamic feature allowing a rectangle to stretch on attribute edition ?
or, link another block or entity to that block ?

?

any suggestions ?

I'found this..
http://www.lee-mac.com/assoctextbox.html

but I need it with attribute and if possible,...without having anothe entity linked..
Title: Re: TCIRCLE for block Attribute
Post by: Lee Mac on January 16, 2017, 02:15:34 PM
before starting a new lisp...
I would like to know if anyone already did something like this...

"Block rectangle automaticaly reajusted when attribute is edited."

Presumably you are planning on using a dynamic block with two linear parameters to control the rectangle dimensions, each of which would be automatically configured following modification to the attribute?
Title: Re: TCIRCLE for block Attribute
Post by: Andrea on January 17, 2017, 06:46:06 AM
before starting a new lisp...
I would like to know if anyone already did something like this...

"Block rectangle automaticaly reajusted when attribute is edited."

Presumably you are planning on using a dynamic block with two linear parameters to control the rectangle dimensions, each of which would be automatically configured following modification to the attribute?

I would like to,..but it seem that I'm not able to make one..:(
is this possible ?
Title: Re: TCIRCLE for block Attribute
Post by: cmwade77 on January 17, 2017, 06:06:57 PM
I have tried and haven't been able to figure it out yet myself, but I would love to have this if it is ever working.