PDA

View Full Version : Flatten.LSP


architech
01-09-2004, 10:11 PM
Per the author of this LISP, this file is free to distribute provide no charge is occurring.

:mrgreen:

architech
10-09-2008, 08:54 PM
This was posted by one of our Super Moderators here....
in case someone wanted a "macro button" instead of doing LISP here's the alternative below.


Try flattening the drawing (putting everything at Z=0)

If you dont have the FLATTEN command put the following string onto a button, it does roughly the same thing -

^C^C_select;all;;_move;p;;0,0,0;0,0,1e99;_move;_p; ;0,0,0;0,0,-1e99;^M;


Alternatively select everything in the drawing and use the properties box to set the Z-coordinates to 0.

Alan Cullen
12-09-2008, 10:22 AM
Sounds like something CAB would write........