Your favorite shortcut function
F2T1P3#25
Here one of my most used functions: TL for total Length returns the Length of a line over many Points (defun c:TL ( / I Laenge...
F2T1P3#26
The next one returns the coordinates of a point in "ACAD-Format" "x,y,z", so you can copy it to Clipboard and use it for drawing...
Useful AutoLISP functions
F2T2P3#30
Very usefull if you work with ssget and want to work with the entitys (written by me) ; makes a list of the entitynames from a selection...
F2T2P4#31
Searching in Google from ACAD: ;|Googlehupf - Suchen bei Google.de ------------------------------------------------------------------------------- startet die...
|