shadow
Computer
- Mar 1, 2001
- 321
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
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