Search the Community
Showing results for tags 'defun'.
-
defun to create or update layers not updating them
3dwannab posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I have a program to create circles from one point. It basically helps to draw a survey from running dimensions by entering all those and this spits circles out to those dims. There's a defun I got to create and update layers. The only thing I've added to that is addin... -
“AJMAL” is my function I need shortcut “AJ” So I will put “defun c:aj()” But I need shortcut also full also, how I will set the “defun” (“aj” and “ajmal” also)
-
Defun Function calls with arguments, please help!!
duanuys posted a topic in AutoLISP, Visual LISP & DCL
Here is my section of code that I need help on. The error VisualLISP is giving me is :Function Canceled. The builder doesn't complain, so my syntax is correct, but its just not working. I am making simple lines and changing the color to them using the "change" command with a function call. Can anyon... -
working with some old code that I'm not to familiar with, the original writter used a different defun methood that I don't understand. Example (defun f:SC_GETINSPTS ( I can't run the lisp unless I change the "f" to a "c". Why is this? how can I run it without changing the code?