Your favorite shortcut function F2T1P1#5Here is a shortcut that I find very useful named RR for Rotate with Reference points. (defun c:RR (/ Ang AngR Pt1 Pt2 PtR Objects)... F2T1P3#21Here are two very useful zoom functions for drawings with several layout tabs. LZE, Layouts Zoom Extents, zooms extents in all... Triangle lisp routine F2T16P1#9I had to reference my college trig book for this. Hope it is what your are looking for. Rap on! (defun c:TriPts (/ pt radius side) (if (setq... F2T16P2#13The radius value in mine should have been: (setq radius (/ (/ *sidelength (cos (/ pi 6))) 2.0))... Print blank lines to text screen F2T20P1#6You can use the invisible character (chr 160). The space character doesn't work as well. It would be something like: (repeat 50...
AutoCAD Games
Mines F8T16P1#4This is an awesome version of the game. Watch out Micro-Soft!... Fireworks Animation F8T28P1#2Nice animation Terry. All you need now is some fireworks sound effects to go along with it...