Jump to content

Block Attributes vs. AutoCad Version


neekcotrack

Recommended Posts

I work on AutoCAD:

~2004

~2005

~2008

~2008 MEP

~2009 MEP

 

I am just resently starting to work in 2009 MEP. I made a diesel macro, so it would always change the blocks attributes to 0 from the tool pallete. For some reason only in 2009 so far the code below does not work now:

 

-attedit;;;;;L;;A;0;;

 

For some reason it wants me to make it like this to work:

 

-attedit;;;;;L;A;0;;

 

This is not good because I have a network Tool Palette that all five of the Cads are working off of. The only way I could fix it, was to make the blocks attributes that I needed to change was, to change there code from diesel macro to lisp. Some reason that worked, but the general settings in the properties of the block did not work with the lisp. So I have to set the layer,linetype, ect.... in the lisp also.

 

Does anyone know why the diesel does not work in 2009 but all others so far.

 

Thanks in advance for everything. Any help or advice will get me that much closer.

Link to comment
Share on other sites

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...