Author Topic: Changing anonymous block with another block  (Read 5145 times)

0 Members and 1 Guest are viewing this topic.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Changing anonymous block with another block
« Reply #15 on: October 27, 2014, 11:41:23 AM »
One of these will have the answer
Replace Block
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Rabbit

  • Guest
Re: Changing anonymous block with another block
« Reply #16 on: October 27, 2014, 12:00:13 PM »
One of these will have the answer
Replace Block

Thanks CAB, but I didn't see anything that would help me.  I seen either VBA or locking a block.  But, thanks for the reply.

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Changing anonymous block with another block
« Reply #17 on: October 27, 2014, 12:25:33 PM »
Use something like so to redefine:
Code - Auto/Visual Lisp: [Select]
  1. (command ".-INSERT" "c:\\block.dwg=block" nil)
If there are attributes, you'll have to run attsync after.

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Rabbit

  • Guest
Re: Changing anonymous block with another block
« Reply #18 on: October 28, 2014, 08:58:49 AM »
Of course.  It's something really simple.  After hours of searching, this is what it takes.  I believe the =block part is the stumper for most people, me included.  Once again, thanks guys.