Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Redefine blocks in script

50 views
Skip to first unread message

Tom Holmlund

unread,
Apr 30, 2002, 9:32:06 PM4/30/02
to
Is there any way to redefine a block within a script? I can use -insert
block=newblock but it is necessary to cancel the command in order to
redefine the block. Not sure how to do that in a script.

Perhaps there is a way to do this with LISP but that is not my specialty.

TIA,

Tom


Tony Tanzillo

unread,
Apr 30, 2002, 9:31:11 PM4/30/02
to
Are you trying to redefine the same block in every
drawing where it is inserted?

"Tom Holmlund" <acad...@webtrustee.com> wrote in message
news:920D7800EDC281C8...@in.WebX.maYIadrTaRb...

Jimmy B

unread,
May 1, 2002, 2:16:09 AM5/1/02
to
This can be used in a script:
(command "insert" "block=c:\block.dwg")
; cancel the command
(command)

--
Best Regards, Jimmy B
CAD/Database Manager at www.pharmadule-emtunga.com
Take a look at the trial version of SmartPurger or download some freeware at
http://jtbworld.vze.com


"Tom Holmlund" <acad...@webtrustee.com> wrote in message
news:920D7800EDC281C8...@in.WebX.maYIadrTaRb...

0 new messages