×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Macros Who would like to share some

Macros Who would like to share some

Macros Who would like to share some

(OP)
Here i am at work onece again creating little tools to help myself and others and i had one major thought maybe someone else could use them too so here we are im going to place them in this format and it would be nice if anyone would like to share too to do the same

Acad Ver (the one you are using and you know the macro works in)
Name of button/Help
Maco Syntax


1 Acad 2000/ADT 2
Flip / Uses mirror to create a mirror object and delet the existing one
^C^C_mirror;\;\\y;

2 Acad 2000/ADT 2
Double ESC / Emulates Pressing ESC key twice
^C^C_graphscr;_redraw

3 Acad 2000/ADT 2
Boundary Area / gives the area of a enclosed object only
^C^C-boundary;a;i;y;;\;area;o;1;erase;last;;cal;(getvar (area))/144;

4 Acad 2000/ADT 2
MBUTTONPAN / Toggles MBUTTONPAN on and off
MBUTTONPAN $m=$(-,1,$(getvar,MBUTTONPAN))

ill post more here as i build em but if anyone finds anything wrong with these or has a suggestion let me know and ill see what i can do

if everyone helps everybody the world will be a better place

RE: Macros Who would like to share some

(OP)
As I promised Some more macros for everyone

5 Acad 2000/ADT 2
change to current layer
^C^Cselect;\_change;P;;p;la;(getvar "clayer");;

6 ACAD 2000/ADT 2
Offset & change to current layer
^C^Coffset;6";\\;_change;L;;p;la;(getvar"CLAYER");;
Note:  In the above macro where the 6" is that is the offset distance if you dont want a preset offset then just replace those characters with a \

7 ACAD 2000/ADT 2
Erase all Remove Window
^C^CErase all Remove Window

if everyone helps everybody the world will be a better place

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources