Jump to content

Recommended Posts

Posted

Is it possible to use the Block Edit command to edit multiple blocks at the same time?

Posted

I shouldn't imagine so, as when you edit a block, if it contains other blocks you are prompted to choose the block you require. I believe AutoCAD treats blocks as individual drawings, so the only option I can think of is to do it in multiple windows?

Posted

I'm not totoally sure what you are asking. But if you are asking if you can update all instances of a block in your drawing by editing it in the block editor, then yes thats exactly what it does.

Posted

I have a drawing with a ton of blocks. The lines within those blocks are not "bylayer." What would be the best way to change all the lines within those hundred blocks to "bylayer?" I am having to open up these blocks individually to do this which is very tedious.

Posted

Select all the blocks, _QSELECT may be best. Then _SETBYLAYER or Modify>Change to ByLayer.

Posted

I tried that method, but somehow I can't change the color of the blocks through the layer manager.

Guest LElkins
Posted

Here you go John, see the attached file, something I just did for you.

 

If you need help in how to use this then just post back.

 

Cheers

Posted

What do I do with this file Leikins?

Guest LElkins
Posted

Extract the dvb file from the zip.

Place the dvb anywhere that you want, on the server if more users need it. Then create a custom button and add the macro

^C^C-vbarun;"dvb location/BColor.dvb!BColor";

where dvb location is the path to the dvb file. Ensure that you use / rather than \ in the file path.

Let me know if you have any problems.

 

Note that this will set all entities, in ALL blocks in the drawings to be colored ByLayer.

 

Cheers

Posted

Worked great! This is sort of like a Lisp?

Guest LElkins
Posted

It is VBA, along the lines of lisp in the fact that it is a form of programming/scripting, but at the same time entirely different.

 

Glad I could help.

 

Cheers

Posted

there is also nuke.lsp which i use often. i think its downloadable from dotsoft.com. i only have it at work and i am at home right now.

Posted

I tried loading this file on another computer running CAD, but it gave me a fatal regarding Microsoft Basic Edition 2003. How do I resolve this?

  • 7 months later...
Posted
Extract the dvb file from the zip.

Place the dvb anywhere that you want, on the server if more users need it. Then create a custom button and add the macro

^C^C-vbarun;"dvb location/BColor.dvb!BColor";

where dvb location is the path to the dvb file. Ensure that you use / rather than \ in the file path.

Let me know if you have any problems.

 

Note that this will set all entities, in ALL blocks in the drawings to be colored ByLayer.

 

Cheers

Please, can I get this file as wel...

Posted
Please, can I get this file as wel...

 

Note that Lelkins posted as a guest, and the file he refered to was added as an attachment to his post, that attachment has since been removed, so imo I think it's a slim chance you'll get the file. Sorry.

Posted

There are many lisps out there that do about the same thing.

Fixblocks.lisp is one though I don't remember where I found it... sorry

 

Try a search...

Posted
fixblock.lsp is from manusoft.com

Thanks - I didn't want to post it myself since I couldn't give proper credit. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...