Exchange Forum > Search Forums
Search Results
Search Results

Digital Rap

AutoLISP and Visual LISP
Your favorite shortcut function
  F2T1P1#5  Here 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#21  Here are two very useful zoom functions for drawings with several layout tabs. LZE, Layouts Zoom Extents, zooms extents in all...
Triangle lisp routine
  F2T16P1#9  I 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#13  The radius value in mine should have been: (setq radius (/ (/ *sidelength (cos (/ pi 6))) 2.0))...
Print blank lines to text screen
  F2T20P1#6  You 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#4  This is an awesome version of the game. Watch out Micro-Soft!...
Fireworks Animation
  F8T28P1#2  Nice animation Terry. All you need now is some fireworks sound effects to go along with it...