Control Design Center?

Control Design Center?

Anonymous
Not applicable
277 Views
2 Replies
Message 1 of 3

Control Design Center?

Anonymous
Not applicable
Is it possible to control Design Center programatically so that blocks get
inserted according to a drawing scale? I'm guessing that you can not.

Are there alternatives to using image menus that people are using for block
management?

Thanks,

Ben Rand
0 Likes
278 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Totally untested idea:

Use the EndCommand event and monitor for DROPGEOM, then grab
the last item in the current space. If it's an insert,
change the scale.

--
http://www.acadx.com


"Ben Rand" wrote in message
news:BC15F7220FC8C8C963CB030E32A6B101@in.WebX.maYIadrTaRb...
> Is it possible to control Design Center programatically so
that blocks get
> inserted according to a drawing scale? I'm guessing that
you can not.
>
> Are there alternatives to using image menus that people
are using for block
> management?
>
> Thanks,
>
> Ben Rand
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
It worked(!) except I had to watch for the -INSERT command. Does that seem
strange?

THANKS!

Ben

"Frank Oquendo" wrote in message
news:29EC6A9BBBB587D5F1DC8BA1422D4D7A@in.WebX.maYIadrTaRb...
> Totally untested idea:
>
> Use the EndCommand event and monitor for DROPGEOM, then grab
> the last item in the current space. If it's an insert,
> change the scale.
>
> --
> http://www.acadx.com
0 Likes