 |
|
Exchange Forum >
Search Forums
Search Results |
|
|
|
|
|
|
AutoLISP and Visual LISP |
Your favorite shortcut function
F2T1P1#2
My favorite is MI. It turns the orthomode on for the mirror command. (defun c:MI ( ) (princ "\nMIRROR") (setvar "ORTHOMODE" 1)...
Useful AutoLISP functions
F2T2P3#26
This function swaps the values of two variables. The arguments must be the variable names as strings. Here's an example of it's...
Text out to a file
F2T9P1#1
Hi all, Here’s a function that I’ve been working on that writes all text, mtext and attribute text to a text file. The filename is the drawing...
F2T9P1#3
Well this is just my first attempt at this. I thought it might be useful for searching for project information in text files versus drawing files. I...
|
|
|
Beta Testing Forum |
GetExcel for Excel and AutoCAD applications.
F3T5P2#12
I was working on a similar project to write drawing text out to a text file. You're welcome to use it for a starting point...
|
|
|